Commit 22710667 authored by Sascha Schirra's avatar Sascha Schirra
Browse files

usage changed: add ARM and Mach-O

parent 98c9923b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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
@@ -111,12 +114,11 @@ Usage
Planned features for future versions
------------------------------------
  Architectures:
- ARM-Support
- PowerPC-Support


  File formats:
- Mach-O
- Raw


  ropchain generator
+4 −1
Original line number Diff line number Diff line
@@ -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]