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)