Posted February 13, 200817 yr 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, 200817 yr by drizzt
February 13, 200817 yr Author 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.
February 13, 200817 yr problems is with address i dont remeber something to do with {} or other prefix, check odbgscript doc Edited February 13, 200817 yr by human
Create an account or sign in to comment