Projects with this topic
Sort by:
-
A Free, Open-Source Remote Administration Tool for Windows
Pulsar is a lightweight, fast, and powerful remote administration tool written in C#. Whether you're providing user support, handling daily admin tasks, or monitoring employees, Pulsar offers high stability and an intuitive interface—making it your go-to solution for remote administration.
Updated -
This is a tool for obfuscating functions in C/C++ programs on Windows. It hides what a function does by changing its code while the program is running, moves that code to another place in memory, and uses Windows exception handling to jump to the moved code when the function is called.
Updated