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

158 B

Beispiel 1

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