bof_presentation/assets/logic/solution.md
2022-09-28 19:22:48 +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