![]() |
|
#1
|
||||
|
||||
|
ASPR: stolen bytes neccessary?!
i've unpacked many aps with asprotect now... and now i've a question...
do i really need the stolen bytes? i've written this to the oep, and the apps worked without any stolen bytes... push ebp mov ebp, esp add esp,-010 mov eax,******* <<<< this is only if i've found a eax-value the apps worked so far... no problems... |
|
#2
|
||||
|
||||
|
A lot of the time I find that the actual stolen bytes are simply parts of the standard startup code for a certain compiler, so once you know what it's been compiled with, it's normally easy to replace the stolen bytes by simply copying and pasting from another program compiled in the same way. Certainly easier than trying to find the original bytes, and much faster
|
|
#3
|
||||
|
||||
|
Re: ASPR: stolen bytes neccessary?!
coz those bytes you mentioned is just to set up the stack frame and reserve some space for local variables. No need to restore the stack coz this procedure will never return due to ExitProcess/TerminateProcess call.
Quote:
__________________
AKA Solomon/blowfish. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| int3 and stolen bytes ! | Newbie_Cracker | General Discussion | 4 | 03-14-2007 16:48 |
| ASProtect 1.22 - 1.23 Beta 21 stolen bytes? | Crassy | General Discussion | 1 | 05-22-2004 22:34 |
| Damaged stolen bytes | *RemedY* | General Discussion | 9 | 05-22-2004 16:58 |
| DVDRegionFree 3.25 Stolen bytes | MaRKuS-DJM | General Discussion | 2 | 01-05-2004 00:23 |
| 22 stolen bytes? | SvensK | General Discussion | 2 | 11-06-2003 17:13 |