Introduction
Proctal is a tool for modding programs on Linux through a command line
interface (CLI) and an abstract programming interface (API).
Features:
Reading and writing to memory
Searching for values and byte patterns
Freezing program execution
Watching for accesses to memory locations
Allocating and deallocating memory blocks
Assembling and disassembling instructions
Running your own code in the context of the program
Dumping contents in memory
I work on this project in my spare time. You can follow my progress on GitHub.