文件名称:Obfuscator:该程序旨在混淆shellcode
文件大小:22KB
文件格式:ZIP
更新时间:2024-05-02 18:41:21
C#
混淆器 该程序旨在混淆shellcode。 目前,该工具支持2种加密。 1) XOR 2) AES 该工具接受4种格式的shellcode。 1) base64 2) hex 3) c 4) raw 命令行用法 Usage Description ----- ----------- /f Specify the format of the shellcode base64 hex c raw /enc Specify the encryption type (aes or xor) in which the shellcode will be encrypted /key
【文件预览】:
Obfuscator-master
----.gitignore(6KB)
----LICENSE(34KB)
----Obfuscator()
--------Program.cs(21KB)
--------Obfuscator.csproj(2KB)
--------App.config(184B)
--------Properties()
----README.md(1KB)
----Obfuscator.sln(1KB)