[Gambas-user] external function freezes
Brought to you by:
gambas
|
From: Demosthenes K. <dem...@gm...> - 2018-06-08 20:42:05
|
Hello, i implemented a ptrace and waitpid external functions in order to read/write a memory address of a process. i want to make a trainer for a game in gambas and i created a small program that reads and writes to a memory process. The problem is that when i try to write to memory it freezes at waitpid line. i attach the test program you have to 1) open it as root 2) run a process you want to hack and get the pid 3) scan memory with scanmem and locate an address you want to write. 4) run my test program and see it freezes. Any help? |