Log in

View Full Version : Armadillo new anti-olly?


sonkite
May 18th, 2004, 11:19
I've debugged many armadillo apps but this one is strange.
I have all exceptions on ignore.

Olly first stops on:

- 004D98F4 LOCK MOV DL,0FD ; LOCK prefix is not allowed

then i press shift+f9

it breaks on:

- 004E11B1 IN AL,DX ; I/O command

Then it terminates. Anyone seen this before?

psyCK0
May 18th, 2004, 14:31
Try:
1. Rename ollydbg.exe to something else
if that doesn't help
2. Change OllyDbg window class and window caption

Please post your results here

Ricardo Narvaja
May 18th, 2004, 15:41
Us better put a second OLLYDBG.exe in OLLY FOLDER with other name. You can use OLLYDBG.exe in same ocassion and PIRULO.exe (ollydbg renamed) for this new armadillo.

With this and use plugin IsDebug is enough and run perfect in olly.

Ricardo

sonkite
May 19th, 2004, 09:15
Thanks that worked, nice to see he updated his protection a little