ForceWrite is a utility project for Linux that allows writing to read-only memory pages by utilizing the /proc/pid/mem
interface.
- Include the
ForceWrite.hpp
header in your C++ project. - Use the
ForceWrite::write()
function to modify memory. The syntax is as follows:
ForceWrite::write(targetAddress, newValue);