Skip to content

A program that uses c++ and electron to provide application logging and a kinda good user interface.

License

Notifications You must be signed in to change notification settings

TreltaSev/EchoWhisperer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoWhisperer

A process logger for easy use and bragging rights for WINDOWS.

Echo Whisperer is a commandline/gui application that simply logs the amount of time you spend on a single application. all processes are logged and you choose which ones can be favorited or are applications.

screenshot:v0.0.4

Installation

You can simply download the latest version and run the installer however if you want to develop using this shit for brains code then clone the repository or download the source code manually.

Development

For development if you choose to use my big bran code you can simply clone the respository or download the files manuually like you normally would. after that you just gotta run a few commands to start coding in this bran big code. for c++ you need to actually compile the program, the command for that is

cd "./c++" && g++ -o logger.exe -I"./include" ./src/main.cpp -lws2_32

for the electron part its quite simple, you just need to run these commands from the root of the project

cd "./electron" && npm install && npm run dev:refresh
npm run dev:refresh expands to webpack and electron .

Security

Is this at all secure?

Nope, this isn't secure at all, I mean kinda... there arent any vulnerabilities as far as im aware but the connection between the gui and the c++ logger isn't secure at all, using ws instead of wss. but that doesn't really matter unless someone wanted to know how much time you spent on your apps. all they would have to do is target a specific port with a specific request.