You are viewing our Forum Archives. To view or take place in current topics click here.
Anti debugger, can't attach?
Posted:

Anti debugger, can't attach?Posted:

FnaticMSI
  • New Member
Status: Offline
Joined: May 13, 201311Year Member
Posts: 18
Reputation Power: 0
Status: Offline
Joined: May 13, 201311Year Member
Posts: 18
Reputation Power: 0
Ok well I have someone's lets say hack "dll" and it has hwid protection. I'm pretty sure the obfuscation and encrypting will be easy to actually to remove but I can't attach it to ollydbg? It returns with "Process terminated, exit code 0" I have though of multiple work arounds and not one has worked. Of course I'm not posting the work around because it will be 2 pages long of code after code which is confusing. I also looked at a youtube video by gimmeamilk but it doesn't have anything in common with ntdll. Does anyone have any help? Also no c++ skids please.
#2. Posted:
ODST_107
  • Resident Elite
Status: Offline
Joined: Oct 07, 201014Year Member
Posts: 247
Reputation Power: 9
Status: Offline
Joined: Oct 07, 201014Year Member
Posts: 247
Reputation Power: 9
exit code 0 is the code for a successful return. If you're trying to attach a debugger directly to a DLL you're going to have problems because it wont instantiate and execute without the calling application.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.