Thread: Flexlm ECC
View Single Post
  #22  
Old 08-08-2019, 00:36
rcer rcer is offline
Friend
 
Join Date: Dec 2008
Posts: 163
Rept. Given: 5
Rept. Rcvd 9 Times in 8 Posts
Thanks Given: 4
Thanks Rcvd at 24 Times in 20 Posts
rcer Reputation: 9
Quote:
Originally Posted by ahmadmansoor View Post
First, it is an x64 target so ollyDbg will not work , you need x64dbg.
did you check if it is packed -if yes you will see that the target has many calls out of the .text section with many anti-debug checks -
what you need ( as I remember) is dll inject and huck some API before you use HW-BP to bypass anti-debug, then you apply ur patches.
Unfortunately I have been too busy with other things to do my homework about dll inject and API hooking
Reply With Quote