drizzt Posted February 13, 2008 Posted February 13, 2008 (edited) hi all,i was currently writing an ollyscript and have a small problem with the ASM command:i tried everything:asm eip, "call dword ptr ds:[401000]"asm eip, "call dword ptr [401000]"asm eip, "call dword [401000]"asm eip, "call [401000]"my used version was 1.64any idea how to fix this?asm eip, "call GetCommandLineA"works fine.thanx in advance/drizzt Edited February 13, 2008 by drizzt
drizzt Posted February 13, 2008 Author Posted February 13, 2008 try eval command first ok, it did that: var topatch mov topatch,"call dword ptr [401000]" eval topatch asm addr, $RESULT and it still fails.
human Posted February 13, 2008 Posted February 13, 2008 (edited) problems is with address i dont remeber something to do with {} or other prefix, check odbgscript doc Edited February 13, 2008 by human
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