obfuscators-2019 / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 100.0%