Jump to content
Tuts 4 You

Ollyscript: Problem With Asm Command


drizzt

Recommended Posts

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.64

any idea how to fix this?

asm eip, "call GetCommandLineA"

works fine.

thanx in advance

/drizzt

Edited by drizzt
Link to comment
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. :(

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...