Skip to content

most string deobfuscators use Invoke to pick up the strings, however some obfuscators are using "GetCallingAssembly" to check if the method is being executed by another assembly

Notifications You must be signed in to change notification settings

obfuscators-2019/AntiInvokeDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AntiInvokeDetection

most string deobfuscators use Invoke to pick up the strings, however some obfuscators are using "GetCallingAssembly" to check if the method is being executed by another assembly
This tool, just replace "GetCallingAssembly" to "GetExecutingAssembly" for ignore the invoke detection!

About

most string deobfuscators use Invoke to pick up the strings, however some obfuscators are using "GetCallingAssembly" to check if the method is being executed by another assembly

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages