Thread
:
Is it possable breakpoint on entry point of DLL
View Single Post
#
5
01-10-2004, 06:38
jadesk99
Posts: n/a
I replaced the code 'mov ebp,esp' of entry point with 'int 3' by hex editor.
But softice doesn't break on the point .
Help me !
jadesk99