View Single Post
  #2  
Old 02-25-2007, 20:14
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
i dont know how to run secu 7.x in debugger, but theres a pretty easy way to find the oep: guard the .text section with PAGEGUARD. it will read/write it often during startup, but sooner or later it jumps (via ret) to this section. this is the oep then

keep in mind that every read/write will remove the pageguard bit from that page, so you have to re-enable it
Reply With Quote