User profile: vladimirr

User info
User name:vladimirr
History
Joined:
Number of posts:17
Latest posts:

In-memory execution problem
I found the problem. [code]PVOID[/code] istead of [code]void[/code] and everything run smoothly.

In-memory execution problem
Okay, so [code] int main(int argc, char **argv) { int *ret; ret = (int *)&ret + 2; ...

In-memory execution problem
and the ISSUE is the pogram will crash. even if I run this: http://www.exploit-db.com/exploits/1372...

In-memory execution problem
Ok, 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 problem
lol i'm not gonna "impress my friends". It's a program that really needs this function. and btw, wha...