How can I make binary code for Windows that allows a non-encoder to just get a crash failure that can be passed to gdb?

As the name suggests: a script is an encoder with gdb and a user reporting a failure. Can he get a user-friendly dump of memory from the user that can be loaded into gdb, but also does not complicate the user's work?

+3
source share
2 answers

You can configure Process Dumper to create a full dump for any exception or process exit based on the name of the executable.

I guess Windows because of the name, change the tags if not.

+1
source
+1

Source: https://habr.com/ru/post/1773971/


All Articles