Log in

View Full Version : Finding the entry-point......


SpeKKeL
February 28th, 2001, 18:46
Finding the real entry-point's of some packed prog's
is sometimes a real pain in the .... (for ME), i know that a lot jump at the end of an unpacking routine to the oep ( jmp eax,ebx or with a ret).
But sometimes this isn't traceable and then...?
A tried with some bpx's on getversion/getmodulehandleA and traced backwards..
But this isn,t also verry satisfactioned and also the prog bw2000 can't find it manytimes.

Are there better way's to do this ..?

thanks for some input,

SpeKKeL