Lucene search
+L

2 matches found

Kitploit
Kitploit
added 2026/09/16 10:49 a.m.8 views

CallObfuscator

CallObfuscator 混淆(隐藏)PE导入,使其不被静态/动态分析工具检测到。 原理 这相当直接,假设我使用了VirtualProtect,并想用Sleep来混淆它,该工具会操纵IAT,使得指向VirtualProtect的thunk转而指向Sleep,这样在文件执行时,Windows加载程序会加载Sleep而不是VirtualProtect,并将执行权转移到入口点,从那里执行将被重定向到工具之前放置的shellcode,以找到VirtualProtect的地址,并用它替换之前由加载程序分配的Sleep的地址。 使用方法...

6.2AI score
SaveExploits0References3
Kitploit
Kitploit
added 2021/03/28 11:30 a.m.87 views

CallObfuscator - Obfuscate Specific Windows Apis With Different APIs

Obfuscate hide the PE imports from static/dynamic analysis tools. Theory This's pretty forward, let's say I've used VirtualProtect and I want to obfuscate it with Sleep, the tool will manipulate the IAT so that the thunk that points to VirtualProtect will point instead to Sleep, now at executing...

7.5AI score
SaveExploits0References4
Rows per page
Query Builder