--:----:--Keyboard shortcuts (?)Fullscreen (f)
GNU/Linux ◆ xterm-256color ◆ zsh 697 views

Set breakpoints using pwncli when debugging in tmux

  1. normal breakpoint: pwncli debug ./pwn -b malloc
  2. base breakpoint of PIE-enabled binary file: pwncli debug ./pwn -b b+0x1200
  3. offset breakpoint: pwncli debug ./pwn -b setcontext+53
  4. set breakpoint with expression: pwncli debug ./pwn -b setcontext+53+100-100

More by roderick

pwncli tutorial (1) 01:02

by roderick

docker-pwn-env(1) 01:17

by roderick

pwncli tutorial (4) 03:52

by roderick

docker-pwn-env(2) 02:05

by roderick

See all