Process analysis tool for Linux.
I work on this project to learn more about Linux and modern C++.
I am always open to suggestions, feel free to create a GitHub issue.
- List information about running processes
- Find null-terminated strings in process memory
- Memory scanner
- Memory editor
- Lua scripting API for custom user scripts
- Detection of runtime patches in executable sections
- Info about suspected hooks -> e.g. follow jmp
- Disassemble machine code at specified address
- Entropy calculation
- Debugging functionality
- eBPF program for process observation in kernel mode
- Add GTest
cmake --preset release
cmake --build build-release
All dependencies besides Qt will be automatically installed via vcpkg.
- sol2
- Lua
- Qt6 (Set
QT_ROOTenvironment variable to your installation directory)