![]() |
|
|
|
#1
|
|||
|
|||
|
@JMI
PHP Code:
@diablo2oo2 Many thanks,I hope this help me (Ich k�nnte auch Schreiben vielen Dank denn Du kommst ja auch aus dem Deutschland oder wie kommt man zu einer .de Adresse :-) ) cu |
|
#2
|
|||
|
|||
|
the_beginner:
Nobody is criticizing your English or suggesting it is 'bad." I simply pointed out that one small letter made a very important difference in those two words, an error which you might want not to make. And thanks for the offer. Regards,
__________________
JMI |
|
#3
|
|||
|
|||
|
I know a tool named "AIPH" can do it.
You can search this forum or woodmann forum to get it. |
|
#4
|
|||
|
|||
|
hi
can someone explain How can I find the adress of hProcess for this loader? my proggy ist protect by Asprotec 2.0 :-( thanks |
|
#5
|
||||
|
||||
|
good tutorial:
http://biw.rult.at/coding/loader.htm hProcess is part of PROCESS_INFORMATION structure. this structure is filled when you call CreateProcess. just check the tutorial
__________________
Thinking In Bytes |
|
#6
|
|||
|
|||
|
Sure you can inline patch asprotect
in two ways , that I know, one is a perfect but harder than the other one, the second is less perfect, it misses some time but you always can re-click the target, easy, it involves only one comparison that you have to make it jump , which is so obvious that you don't even have to look for it to find it, and a jump to the oep, after that aspr is practically finished.you can patch once you are at the oep or better yet is to patch when the target is about to execute the code you are trying to change.
regards. BriteDream Last edited by britedream; 12-30-2004 at 20:45. |
|
#7
|
||||
|
||||
|
could you paste this jump location code?
__________________
Thinking In Bytes |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Loader or inline-patching for Safecast. | SystemeD | General Discussion | 1 | 05-20-2005 19:46 |
| Questions about Inline patch for unpacking | t4d | General Discussion | 1 | 01-14-2004 13:49 |