the-shellcode-factory:汇编shellcode开发的最小环境

时间:2024-06-07 06:23:21
【文件属性】:

文件名称:the-shellcode-factory:汇编shellcode开发的最小环境

文件大小:31KB

文件格式:ZIP

更新时间:2024-06-07 06:23:21

Shell

壳牌工厂 在Linux中进行Shellcode开发的最小环境。 目前支持x86。 如何 编辑shellcode.asm文件 执行“ make asm = shellcode.asm” 哇 ! 例子 exit(0)shellcode的快速示例: section .text global _start _start: xor ebx , ebx xor eax , eax inc eax int 0x80 保存为examples / shellcode.asm。 使asm = examples / shellcode.asm ::: x86 Shellcode Factory ::: ::: Your piece of art ::: examples/shellcode.out: file format elf32-i386 Disass


【文件预览】:
the-shellcode-factory-master
----factory.sh(643B)
----LICENSE(34KB)
----tester()
--------Makefile(100B)
--------tester.c(524B)
----examples()
--------shellcode.asm(97B)
----.gitignore(6B)
----Makefile(58B)
----README.md(1024B)
----utils()
--------bin2hexstr.py(250B)
----notes()
--------non_deterministic_stack.png(15KB)

网友评论