Tags: H4NM/WhoYouCalling
Tags
Buggfix and some cleanup (#10) * Update version number. Add spinner for monitoring print line to show active run. gitignore fix where the folder Win32 was excluded. * Bugg fix * Buggfix where supplying a name pattern didnt sufficiently add a process to be monitored
Fix issue #5 and minor README update (#7) * Fix bugg where specifying additional executables names by using `-x` flag caused WYC to crash due to improper instantiation of the processes as tracked processes. Realised the potential of adding these to be added to the tracking dict without relying on them to start, but whereas the TCPIP/DNS listeners could initiate the processes just as the event occurs. * Minor README update