bof_presentation/assets/bof/logic/solution.md
2022-10-05 17:58:22 +02:00

9 lines
158 B
Markdown

# Beispiel 1
* Debugger `gdb`
* `list` für Code
* `break <n>` für Breakpoint
* `run $(python -c 'print("A"*77)')`
* `show is_logged_in`
* `continue`