bof_presentation/assets/bof/logic/solution.md

9 lines
158 B
Markdown
Raw Normal View History

2022-09-28 19:22:48 +02:00
# Beispiel 1
* Debugger `gdb`
* `list` für Code
* `break <n>` für Breakpoint
* `run $(python -c 'print("A"*77)')`
* `show is_logged_in`
* `continue`