2021-10-07 14:08:36 +08:00
2021-02-24 20:23:42 -08:00
2021-10-07 14:08:36 +08:00
2020-08-27 08:24:31 -04:00
2020-09-28 09:16:56 -04:00
2019-02-22 21:28:33 -08:00

Debug

We have forked the debug/ folder from the standard library, to take direct control of the debug/elf, debug/macho, and debug/pe binary format parsers. To these parsers, we have added the ability to also generate executable files from the parsed intermediate data structures. This lets us load a file with debug parsers, make changes by interacting with the parser structures, and then write those changes back out to a new file.

Read more about the project here:

https://www.symbolcrash.com/2019/02/23/introducing-symbol-crash/

S
Description
Automated archival mirror of github.com/Binject/debug
Readme BSD-3-Clause 961 KiB
Languages
Go 100%