acer20006 Posted May 11, 2010 Posted May 11, 2010 hii all _ my problem is related to memory function... here's what happened i using CE to find pacific address stored in my memory _ but i cant get the green one(static address) so i used CE auto_assemble script and it works well ( except that i have to frozen every time) so my Question is autoit can support CE's auto_assemble ? and if does how to make it work ? [enable] registersymbol(YM) alloc(newmem,2048) //2kb should be enough alloc(YM,4) label(returnhere) label(originalcode) label(exit) 0099AFF0: jmp newmem nop returnhere: newmem: //this is allocated memory, you have read,write,execute access //place your code here mov [YM],ecx originalcode: mov eax,[ecx+00000468] exit: jmp returnhere [disable] unregistersymbol(YM) dealloc(newmem) dealloc(YM) 0099AFF0: mov eax,[ecx+00000468]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now