binary to shellcode
从二进制文件中转储shellcode的Tips:
- hexdump command
- python scripts
hexdump
1 | hexdump -v -e '"\\""x" 1/1 "%02x" ""' filename |
python
bin2shellcode.py
1 | #!/usr/bin/env python |
1 | #!/usr/bin/env python |
Reference
- Post title:binary to shellcode
- Post author:ssooking
- Create time:2020-01-26 14:34:00
- Post link:https://ssooking.github.io/2020/01/binary-to-shellcode/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.