Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmaly committed Dec 15, 2020
1 parent c741f91 commit b83c8ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "/usr/bin/python"
}
1 change: 0 additions & 1 deletion buffer_overflow/1_fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

cmd = "!mona config -set workingfolder c:\mona\%p"
print "\n\n\nRun in Immunity (copied to clipboard): %s" % cmd
print "Update constants file with MONA_BYTEARRAY_FILE location"
pyperclip.copy(cmd)
print "\nPaste the buffer length that causes crash into constants.py as BUFFER_TOTLEN"

Expand Down
1 change: 1 addition & 0 deletions buffer_overflow/2_pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
cmd = "!mona bytearray -b '\\x00\\x0d\\x0a'"
pyperclip.copy(cmd)
print "reset with (copied to clipboard): %s" % cmd
print "Update constants file with MONA_BYTEARRAY_FILE location"

0 comments on commit b83c8ea

Please sign in to comment.