mirror of https://github.com/pwndbg/pwndbg.git
generate core just-in-time
parent
9613310e8c
commit
83e385a764
Binary file not shown.
@ -1,3 +1,6 @@
|
||||
|
||||
all:
|
||||
gcc binary.c -o binary
|
||||
|
||||
core:
|
||||
gdb binary --nx --nh -ex run -ex 'generate-core-file core' -ex 'set confirm off' -ex quit
|
||||
|
||||
Binary file not shown.
Loading…
Reference in new issue