Skip to content
Snippets Groups Projects
Commit cf8f8a3a authored by mc2zk's avatar mc2zk
Browse files

Minor alterations to demo draft.

parent cee479d4
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,7 @@ Pause
clear
echo "Heap overflow example: another non-malicious input"
echo "Program detects disallowed user input and prints error message."
echo "Input: /etc/passwd\n\n"
echo "./heap_overflow.original /etc/passwd\n"
......@@ -152,6 +153,7 @@ clear
# 7) Run PS_analyzed heap overflow
echo "NEW since 6-month review: Heap Randomization"
echo "Running PEASOUP-protected heap_overflow on malicious input"
echo "Execution is altered from original. Information not leaked."
echo "Input: 012345678901234567890123/etc/passwd\n\n"
echo "./heap_overflow.protected 012345678901234567890123/etc/passwd\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment