View Single Post
  #1  
Old 04-09-2007, 17:31
niom niom is offline
Friend
 
Join Date: Jul 2004
Posts: 21
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
niom Reputation: 0
how to handle this super annoying anti trace trick

hi,

code like

Code:
mov     [esp-4],  8b5f26aa
add     [esp-4],  3ace657b
add     [esp-4],  3ace6533
jmp     [esp-4]
dies when executed while singlestepping for obvious reasons
does anyone has an idea how to make it singlestep proof?
Reply With Quote