searching for 'hex' opcodes

Need Help With an Existing Feature in Memory Hacking Software? Ask Here

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

searching for 'hex' opcodes

Postby mezzo » Sat Oct 11, 2008 6:12 am

What would the most efficient way be to SCRIPT search for a 23byte opcode string ?

I need to find:
55 8B EC 8B 45 08 8B 51 64 03 D0 89 51 64 E8 4D 10 00 00 5D C2 04 00

to be able to make LSS put a breakpoint script on 89 51 64

group search doesn't seem to exist in LSS, and when I copy the ascii string into the LSS editor, it seems to come out differently from what I see in the hex editor (if that makes sense)
- No thanks, I already have a penguin -
User avatar
mezzo
El Mariachi
 
Posts: 739
Joined: Mon Apr 30, 2007 10:27 pm
Location: Antwerp

Postby L. Spiro » Sat Oct 11, 2008 7:11 am

String Search using scripts.

If you want the bytes to be correct: BYTE baArray[] = { 0x55, 0x8B, 0xEC, 0x8B, 0x45, 0x08, 0x8B, 0x51, 0x64, 0x03, 0xD0, 0x89, 0x51, 0x64, 0xE8, 0x4D, 0x10, 0x00, 0x00, 0x5D, 0xC2, 0x04, 0x00 };


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby mezzo » Sat Oct 11, 2008 4:40 pm

Thanks mate ! Works like a charm :-)
- No thanks, I already have a penguin -
User avatar
mezzo
El Mariachi
 
Posts: 739
Joined: Mon Apr 30, 2007 10:27 pm
Location: Antwerp


Return to Help

Who is online

Users browsing this forum: No registered users and 0 guests