Shellcode在线转换工具
http://www.cha88.cn/safe/shellcode_2_exe.php
转换的时候会自动转义以下代码
PHP代码
- $shellcode = str_replace("/n", "", $shellcode);
- $shellcode = str_replace("/r", "", $shellcode);
- $shellcode = str_replace('".', "", $shellcode);
- $shellcode = str_replace('"', "", $shellcode);
- $shellcode = str_replace("'", "", $shellcode);
- $shellcode = str_replace("/t", "", $shellcode);
- $shellcode = str_replace(" ", "", $shellcode);
- $shellcode = str_replace("+", "", $shellcode);
- $shellcode = str_replace(";", "", $shellcode);
介绍一款在线Shellcode到EXE文件的转换工具,该工具支持多种特殊字符的自动转义,适用于生成可直接执行的恶意软件样本或研究用例。

981

被折叠的 条评论
为什么被折叠?



