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

This commit is contained in:
chronal 2024-06-09 19:17:16 +02:00
parent 1d37382e50
commit e8edfc9f39
Signed by: chronal
GPG key ID: 25400F3DAABF602F
4 changed files with 476 additions and 0 deletions

View 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