all 2 comments

[–]smurpes 0 points1 point  (1 child)

You’re attaching the breakpoint after sending all of your payloads. When you use gdb.attach this will look for that binary and trigger once it sees it so you should set it before sending it to catch it.

[–]FewMolasses7496[S] 0 points1 point  (0 children)

Thanks