Skip to content

Commit

Permalink
Update AUTHORS file and args.py for cmd sort
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSalwan committed May 15, 2014
1 parent b9fcb81 commit 381ca35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors:

Contributors:
* hugsy - Has added the --offset option
* Francisco Falcon - Has fixed the --badbytes option and has added the count console command
* Francisco Falcon - Has fixed the --badbytes option and added the count/loaddb/save2db console features

ROPgadget initial project (<= v4.0.3)
===================================================
Expand Down
6 changes: 3 additions & 3 deletions ropgadget/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ def __parse(self):
- Sparc
""",
epilog="""console commands:
count Display the number of gadgets loaded
badbytes Rejects specific bytes in the gadget's address
count Display the number of gadgets loaded
depth Set the depth search engine
display Display all gadgets
help Display the help
load Load all gadgets
loaddb Loads gadgets from an sqlite database
quit Quit the console mode
search Search specific keywords or not
save2db Saves the loaded gadgets to an sqlite database
loaddb Loads gadgets from an sqlite database
search Search specific keywords or not
examples:
ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86
Expand Down

0 comments on commit 381ca35

Please sign in to comment.