Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cc
easy-re
Commits
885f7d22
Commit
885f7d22
authored
Sep 14, 2017
by
Christopher Roberts
Browse files
Holy cow I'm at markdown
parent
40eb0783
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
885f7d22
...
...
@@ -15,7 +15,7 @@
-a, --args Solve for a symbolic arg (optional)
```
#Solve for STDIN in a program
#
Solve for STDIN in a program
-
-f for the filename
-
-s for the address to start at
-
-e for the address to end at
...
...
@@ -24,12 +24,12 @@
python easy_re.py -f crackme0x04 -s 0x08048509 -e 0x080484ef
```
#Solve for ARGs in a program
#
Solve for ARGs in a program
- -f for the filename
- -s for the address to start at
- -e for the address to end at
- -a for arg solves
```
```
python easy_re.py -f baby2 -s 0x004005b6 -e 0x4031a3 -a
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment