Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@zznop zznop released this 30 Dec 05:35
· 27 commits to master since this release
6c990a9
  • 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