Quote
how to call freememory from asm ?
Code:
FreeMemory eax
this is not what i asked for , my be i asked wrongly. any way i was asking for that is this legal
call freememory
or this
call @freememory
No Emil, stdcall, will remove parameter from the stack on return from functions. but you can push eax onto the stack twice.
why , i was thinking that this is good enough
putfile "t.txt",cast bstring eax
so oxygen will cast eax then push it as an argument ,so stdcall will remove the pushed eax in putfil line
and the upper push will work with freememory.