bugbane icon indicating copy to clipboard operation
bugbane copied to clipboard

reproduce tool: measure gdb loading time

Open fuzzah opened this issue 4 years ago • 1 comments

Heavy binaries (e.g. 500+ megs) may timeout while reproducing due to long loading time in gdb.

fuzzah avatar Apr 08 '22 13:04 fuzzah

Note to myself: we can reuse one gdb process, with the heavy app already loaded. Just don't restart gdb, clear terminal, and run reproduce cmds again for the next bug sample. This would drastically improve bb-reproduce's performance.

fuzzah avatar Sep 13 '23 23:09 fuzzah