In-memory execution problemI found the problem. [code]PVOID[/code] istead of [code]void[/code] and everything run smoothly.
In-memory execution problemOkay, so [code] int main(int argc, char **argv) { int *ret; ret = (int *)&ret + 2; ...
In-memory execution problemand the ISSUE is the pogram will crash. even if I run this: http://www.exploit-db.com/exploits/1372...
In-memory execution problemOk, i will tell you what i'm doing. There's a malware, and I'm making a new way of hiding it. A p...
In-memory execution problemlol i'm not gonna "impress my friends". It's a program that really needs this function. and btw, wha...