View Single Post
  #10  
Old 10-03-2007, 09:53
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
well olly doesnt work with anti debug cos it wasn't designed for it, you have to handle the anti debugging yourself using olly
data segment is usually in the .data section (oddly enough), or in a section marked as read write (and executable sometimes), just process the dll
dumping code is simple, use olly, or use something like lordpe, and the data segment is just the beginning
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote