View Single Post
  #54  
Old 11-27-2016, 04:28
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,305
Rept. Given: 337
Rept. Rcvd 237 Times in 127 Posts
Thanks Given: 340
Thanks Rcvd at 652 Times in 357 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
Thank you!
dnSpy already takes care of .NET specific debugging detection!
regarding method of standalone process protection,

say I use this approach for .net app:

2.0.1 Standalone (debugger-independent)
InjectorCLI.exe ”process name” ”HookLibrary.dll path”
For example: InjectorCLI.exe crackme.exe C:\HookLibrary.dll


will I be able after this run to debug the app using dnSpy and the app will be blind to native dbg detectors?
Reply With Quote
The Following User Says Thank You to sendersu For This Useful Post:
Indigo (07-19-2019)