Encrypted Hex help?

Discussions Related to Game Hacking and Memory Hacking Software

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

Encrypted Hex help?

Postby obnoxious2 » Thu May 17, 2007 2:10 am

How do i decrypt the memory when it's encryted. Like in maplestory when all the lines are ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ matched to F's.

btw...any1 have links to good ASM tuts? There was one in the tutorial section but the user deleted the post..
obnoxious2
Hackleberry Fin
 
Posts: 29
Joined: Wed Nov 08, 2006 8:05 am

Postby L. Spiro » Thu May 17, 2007 10:57 am

Like in maplestory when all the lines are ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ matched to F's

That isn't an encryption; it is a buffer/padding.
But if you did encounter encryption you would work through it the normal way, either by solving it manually by trying many things or by walking through the code in the debugger (Ctrl-D to open the Disassembler, Ctrl-D to start the debugger).

btw...any1 have links to good ASM tuts? There was one in the tutorial section but the user deleted the post..

There are still others in the Help section.


L. Spiro
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby obnoxious2 » Fri May 18, 2007 2:38 am

can you explain the buffer/padding? Like what it is, what it does, what the hell do i get info from it.
obnoxious2
Hackleberry Fin
 
Posts: 29
Joined: Wed Nov 08, 2006 8:05 am

Postby L. Spiro » Fri May 18, 2007 1:50 pm

can you explain the buffer/padding?

Yes.

Like what it is,

It fills space until a certain point. If a set of data needs to be 32 bytes long but we have only found uses for 24 of the bytes, 8 more bytes are added as a pad/buffert o make the correct size.

what it does,

It fills space until a certain size is obtained.

what the hell do i get info from it.

From a programmer’s point of view, you get a set of data that matches a certain size you wanted.
From a hacker’s point of view, nothing.


L. Spiro
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan


Return to General Related Discussions

Who is online

Users browsing this forum: No registered users and 0 guests