GNU/Linux xterm-256color zsh 1076 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 (3) 4:17

by roderick

docker-pwn-env(1) 1:17

by roderick

pwncli tutorial (1) 1:02

by roderick

docker-pwn-env(2) 2:05

by roderick

See all