Skip to content

Releases: zznop/sploit

v0.1.0

30 Dec 05:35
6c990a9
Compare
Choose a tag to compare
  • ELF interface that provides the ability to parse ELF files and access data by virtual address
  • Capstone integration for disassembling machine code
  • Assembly interface for compiling assembly to machine code (backed by GNU toolchain)
  • ROP interface that supports filters to aid in locating specific gadgets
    • Currently, x86-64 and x86 only
  • Pack/unpack methods for more easily converting between byte slices and integer types
  • Remote interface that provides helpers for socket communication
  • Shellcode sub-package that uses JIT-compilation to emit configured exploit payloads
  • Support for ARM, AArch64, PPC, MIPS, x86, and x86-64 CPU architectures