Page 1 of 1

programming question about nox

PostPosted: Wed Nov 01, 2017 1:11 am
by panic
i want call process from function in nox.

example:

Console print function
Call the map function
etc...

so, i was tried use function named 'CreateRemoteThread' in c api.

but when i run my code, nox process has been crash.


how can i do for that i can it?
please advise to me.

Re: programming question about nox

PostPosted: Sun Apr 01, 2018 10:11 am
by angrykirc
There are plenty of complications to deal with when it comes to process hacking, so I'd recommend you starting with C# AdminTool example. Even wrong bit architecture (32/64bit) will not get it going. -- and learning using OllyDbg/some other debugger to see what's going on inside the game executable in real-time.
Set up a breakpoint onto function address and trace it to the point where it crashes.