Log in

View Full Version : RC sim dongle


milcoi
August 31st, 2006, 06:01
Hello,

total newbee here and using ollydbg.
Try to find a way to jump over the dongle check.

can't I not just jump to address where it say interfasecheckok?

It jumps to an address to check if dongle is present, if not...message and stop program displaying popup with search and quit.

I also see a text where it says "interfasecheckok" jump to that address will do the trick??
Do Not Post Target Name

naides
August 31st, 2006, 08:06
There is one way to find out: patch the code to make the jump(s) you propose,

run the program, see if it does the trick.

Harding
September 14th, 2006, 16:56
If the Dongle is only there and you can just patch the jump then I would recommend you to mail the author and tell him to read up on dongles

But as Naides said, only a few ways to find out and only one easy way!