diff --git a/demos/demo.aug_9_2011/ps_demo.sh b/demos/demo.aug_9_2011/ps_demo.sh index 152b61c9ab456bbff39893c97d59e12920dd234d..7b96623c046f25f4818371991f79a525eb6b0bae 100755 --- a/demos/demo.aug_9_2011/ps_demo.sh +++ b/demos/demo.aug_9_2011/ps_demo.sh @@ -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"