Skip to content

Introduction

Ayushman Dubey edited this page May 25, 2020 · 1 revision

Welcome to the roppy wiki! This is going to be used for documenting for the time being, I'll be using it until I get time to work on the readthedocs.

Using roppy

It is easy to use and provides a lot of inbuilt functions that will save a lot of time.

>>> from roppy import *

This will imports the roppy, and creates references to all public objects defined by that module in the current namespace.

You can use help("roppy") to get to the help menu of the roppy.

Help on package roppy:

NAME
    roppy

PACKAGE CONTENTS
    asm (package)
    libformatstr (package)
    loaders (package)
    log
    misc (package)
    rop (package)
    roppy (package)
    setup
    shellcode (package)
    term (package)
    tubes (package)

SUBMODULES
    assembler
    core
    elf
    guess
    packing
    pattern
    proc
    sock
    srop
    tube
    utils

-- snip --