SkillAgentSearch skills...

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

Install / Use

/learn @obfuscators-2019/AntiInvokeDetection
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 <br /> This tool, just replace "GetCallingAssembly" to "GetExecutingAssembly" for ignore the invoke detection!

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks8

Security Score

60/100

Audited on Jan 9, 2025

No findings