Loading README.md +5 −3 Original line number Diff line number Diff line Loading @@ -42,16 +42,19 @@ Usage [--opcode <opcode>] [--type <type>] With ropper you can show information about files in different file formats and you can search for gadgets to build rop chains for different architectures. and you can find gadgets to build rop chains for different architectures. supported filetypes: ELF PE Mach-O supported architectures: x86 x86_64 MIPS ARM ARM64 optional arguments: -h, --help show this help message and exit Loading Loading @@ -111,12 +114,11 @@ Usage Planned features for future versions ------------------------------------ Architectures: - ARM-Support - PowerPC-Support File formats: - Mach-O - Raw ropchain generator Loading ropperapp/options.py +4 −1 Original line number Diff line number Diff line Loading @@ -36,16 +36,19 @@ class Options(object): def _createArgParser(self): parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter, description="""With ropper you can show information about files in different file formats and you can search for gadgets to build rop chains for different architectures. and you can find gadgets to build rop chains for different architectures. supported filetypes: ELF PE Mach-O supported architectures: x86 x86_64 MIPS ARM ARM64 """, epilog="""example uses: [Generic] Loading Loading
README.md +5 −3 Original line number Diff line number Diff line Loading @@ -42,16 +42,19 @@ Usage [--opcode <opcode>] [--type <type>] With ropper you can show information about files in different file formats and you can search for gadgets to build rop chains for different architectures. and you can find gadgets to build rop chains for different architectures. supported filetypes: ELF PE Mach-O supported architectures: x86 x86_64 MIPS ARM ARM64 optional arguments: -h, --help show this help message and exit Loading Loading @@ -111,12 +114,11 @@ Usage Planned features for future versions ------------------------------------ Architectures: - ARM-Support - PowerPC-Support File formats: - Mach-O - Raw ropchain generator Loading
ropperapp/options.py +4 −1 Original line number Diff line number Diff line Loading @@ -36,16 +36,19 @@ class Options(object): def _createArgParser(self): parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter, description="""With ropper you can show information about files in different file formats and you can search for gadgets to build rop chains for different architectures. and you can find gadgets to build rop chains for different architectures. supported filetypes: ELF PE Mach-O supported architectures: x86 x86_64 MIPS ARM ARM64 """, epilog="""example uses: [Generic] Loading