windows - pe to shellcode
访问量: 9
refer to: https://github.com/hasherezade/pe_to_shellcode
1. 创建shellcode文件:
pe2shc.exe haha_8360.exe
就可以了。
2. 验证:
PS C:\workspace\sliver> runshc64.exe .\haha_8360.shc.exe [*] Reading module from: .\haha_8360.shc.exe >>> Creating a new thread... [*] Running the shellcode [22473c60000 - 22475150600] 2026/03/11 17:10:00 runner.go:86: Hello my name is haha_8360 2026/03/11 17:10:00 limits.go:58: Limit checks completed 2026/03/11 17:10:00 runner.go:104: Running in session mode
