• Search by Module
  • Search by Word
  • Project Search
  • Top Python APIs
  • Popular Projects
  • Java
  • C++
  • Python
  • Scala
  • Blog
Project: pwnypack (GitHub Link)
  • pwnypack-master
    • pwny
      • bc.py
      • __init__.py
      • sc.py
    • README.rst
    • setup.py
    • docker
      • pwnbook
        • py2
          • Dockerfile
        • py3
          • Dockerfile
      • pwnypack
        • py2
          • Dockerfile
        • py3
          • Dockerfile
    • setup.cfg
    • .travis.yml
    • tests
      • test_pickle.py
      • test_php.py
      • test_util.py
      • test_asm.py
      • test_packing.py
      • test_shellcode.py
      • test_target.py
      • test_elf.py
      • test_codec.py
      • conftest.py
    • tools
      • build_py_internals.py
      • build_py_internals_docs.py
    • upload.sh
    • changelog.rst
    • .gitignore
    • docs
      • Makefile
      • make.bat
      • pwnypack.rst
      • requirements.txt
      • index.rst
      • conf.py
      • pwny.rst
      • pwnypack
        • php.rst
        • target.rst
        • shellcode.rst
        • elf.rst
        • util.rst
        • packing.rst
        • bytecode.rst
        • codec.rst
        • fmtstring.rst
        • flow.rst
        • pickle.rst
        • rop.rst
        • marshal.rst
        • oracle.rst
        • asm.rst
        • py_internals.rst
        • shellcode
          • declarative.rst
          • translate.rst
          • x86.rst
          • linux.rst
          • x86_linux.rst
          • x86_64_linux.rst
          • base.rst
          • aarch64.rst
          • arm.rst
          • arm_linux.rst
          • x86_64.rst
          • imperative.rst
          • aarch64_linux.rst
    • LICENSE.txt
    • pwnypack
      • fmtstring.py
      • ipython_ext.py
      • util.py
      • php.py
      • py_internals.py
      • pickle.py
      • asm.py
      • shell.py
      • rop.py
      • target.py
      • pwnbook.py
      • bytecode.py
      • __init__.py
      • main.py
      • oracle.py
      • elf.py
      • marshal.py
      • flow.py
      • packing.py
      • codec.py
      • shellcode
        • x86_64
          • stack_data.py
          • null_safe.py
          • linux.py
          • __init__.py
        • stack_data.py
        • linux.py
        • arm
          • thumb.py
          • linux.py
          • thumb_mixed.py
          • __init__.py
        • ops.py
        • aarch64
          • linux.py
          • __init__.py
        • x86
          • stack_data.py
          • null_safe.py
          • linux.py
          • __init__.py
          • mutable_data.py
        • __init__.py
        • translate.py
        • mutable_data.py
        • types.py
        • base.py