Hi,

The Win32 Api has the functions ReadProcessMemory and WriteProcessMemory, to read/write the memopry of a certain process.

But I'm a Linux user, and after a lot of searching I can't find equivalent functions that work on Linux.

Do they actually exists, and if so, do I need a library or something?