/linux-injection-examples

The examples of Linux Injection, Reading&Writing REG/MEM and so on.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Linux-Injection-Examples

The examples of Linux Injection, Reading REG/MEM and so on.

counter : The process to be injected

./counter

readripx64 : Read the rip of the specified process

./readripx64 pid

readmemx64 : Read the specified memory space of the specified process

./readmemx64 pid startaddress(eg:2ad316875000) length(max:1048576 Bytes)