README.md (389B)
1 This code is a copied and slightly modified subset of go/src/debug/buildinfo. 2 3 It contains logic for parsing Go binary files for the purpose of extracting 4 module dependency and symbol table information. 5 6 Logic added by vulncheck is located in files with "additions_" prefix. 7 8 Within the originally named files, changed or added logic is annotated with 9 a comment starting with "Addition:".