NetStalker Versions Save

A network tool to control the bandwidth over your local network.

v4.1-beta

2 years ago

(Beta, as in there are some features that i might change later but has the same stability as the non-beta one)

  • Fully working dark mode + taking advantage of the immersive dark mode toggle in Windows 10.
  • Add Block All/Redirect All toggles (both of them will also apply to all future detections).
  • Add the ability to set friendly names for discovered devices, in order to better identify them (Saved as JSON in the app directory).
  • Code refactorings.
  • Minor visual improvements.
  • Packaged setup included.

v4

2 years ago
  • Drop all the UI dependencies and re-create the whole UI from the original controls, in order for the app to be scaled properly by Windows on high DPI screens.
  • Remove most icon resource files and store them as ImageList objects.
  • Add MessageBoxForm dialog for displaying errors and info messages.
  • Move hardcoded messages to Resources.

Note: Dark mode isn't fully working yet, due to the UI change.

v3.0.2

2 years ago
  • DPI awareness added (Beta).
  • Small visual updates.
  • Add the ability to change the MAC Vendors API token to your own in order to avoid getting a 429 while fetching the device's manufacturer.

3.0.1

2 years ago
  • Fix a KeyNotFoundException when the notification arguments didn't have a Choice key.

v3.0

2 years ago
  • Major performance improvements from upgrading to the new SharpPcap v6.0 that uses the new libpcap driver, (For a noticeable performance boost, upgrade to the latest Npcap driver (uses the new libpcap driver) (May be required for NetStalker to work properly)).
  • Implement the new Microsoft toast notifications API (ver 7.0.2).
  • Some code refactorings here and there for better performance and code clarity.
  • Give most of the controls meaningful names for better code readability.

v2.2.1

3 years ago
  • Fixed a null reference exception in the on load driver check when the npcap driver wasn't installed.

v2.2

3 years ago
  • Switched driver from Winpcap to Npcap.
  • Npcap driver check added.
  • Code refactorings.

v2.1

3 years ago
  • Performance improvements.
  • Code refactorings.
  • A mechanism for reversing the effect of spoofing when releasing targets is added (beta).

v2.0

3 years ago
  • Major bug fixes and performance improvements.
  • Updated dependencies.
  • Cleaner codebase.
  • Most of the codebase is now documented.
  • Better threading work.
  • Lower CPU consumption.
  • Windows 10 toast notifications updated.
  • Faster device discovery.
  • No need for loading dialogs anymore.
  • Packet sniffer can keep running while other devices are being blocked/redirected.
  • Upgraded the project to .Net Framework 4.7.2.
  • Included a packaged installer.

v1.6

4 years ago
  • Speedy improvements