Re: [Gambas-user] external function freezes

2018-06-08 Thread Jussi Lahtinen
Correction, "is" not "of". Jussi On Sat, Jun 9, 2018 at 12:13 AM, Jussi Lahtinen wrote: > I guess it is just waiting process with pid 8634... how do you ensure this > pid of given to the process? > > > Jussi > > On Fri, Jun 8, 2018 at 11:41 PM, Demosthenes Koptsis < > demosthen...@gmail.com> w

Re: [Gambas-user] external function freezes

2018-06-08 Thread Jussi Lahtinen
I guess it is just waiting process with pid 8634... how do you ensure this pid of given to the process? Jussi On Fri, Jun 8, 2018 at 11:41 PM, Demosthenes Koptsis wrote: > Hello, i implemented a ptrace and waitpid external functions in order to > read/write a memory address of a process. > > i

Re: [Gambas-user] external function freezes

2018-06-08 Thread Tobias Boege
On Fri, 08 Jun 2018, Demosthenes Koptsis wrote: > 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. > > T

[Gambas-user] external function freezes

2018-06-08 Thread Demosthenes Koptsis
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 freeze