From cf8f8a3a87dec4f6983a5108c15017618cf7b8a6 Mon Sep 17 00:00:00 2001 From: mc2zk <mc2zk@git.zephyr-software.com> Date: Wed, 3 Aug 2011 03:18:47 +0000 Subject: [PATCH] Minor alterations to demo draft. --- demos/demo.aug_9_2011/ps_demo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/demo.aug_9_2011/ps_demo.sh b/demos/demo.aug_9_2011/ps_demo.sh index 152b61c9a..7b96623c0 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" -- GitLab