Skip to content

Tags: H4NM/WhoYouCalling

Tags

v1.4

Toggle v1.4's commit message
Adding a small fix to the commandline in the summary as it persisted …

…to using the .dll full path rather than wyc.exe. For now it's statically added.

v1.3

Toggle v1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from H4NM/dev

Update to 1.1.1 🛠️

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from H4NM/dev

Update to 1.1 🚀

v1.0

Toggle v1.0's commit message
Update README