Assignment 5 Berarbeitung Aufgabe 1 wip
Some checks are pending
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Waiting to run
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Waiting to run
Some checks are pending
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Waiting to run
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Waiting to run
This commit is contained in:
parent
1d37382e50
commit
e8edfc9f39
4 changed files with 476 additions and 0 deletions
28
Assignment 5 - Software Security - Teil 1/analyse/commands
Normal file
28
Assignment 5 - Software Security - Teil 1/analyse/commands
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Lines starting with a '#' symbol are comments
|
||||
# Do not remove this intial line; it will disable pagination
|
||||
set pagination off
|
||||
|
||||
file intro
|
||||
break secret
|
||||
# TODO: your commands go here
|
||||
r 5
|
||||
i r eax
|
||||
stepi 6
|
||||
# after 5. instruction
|
||||
i r eax
|
||||
stepi
|
||||
# after 6. instruction
|
||||
i r eax
|
||||
stepi
|
||||
# after 7. instruction
|
||||
i r eax
|
||||
stepi
|
||||
# after 8. instruction
|
||||
i r eax
|
||||
|
||||
# continue program to end
|
||||
continue
|
||||
# END of your commands
|
||||
|
||||
# Do not remove the final quit; it will exit GDB automatically
|
||||
quit
|
||||
Loading…
Add table
Add a link
Reference in a new issue