src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

README.md (575B)


      1 This code is a copied and slightly modified version of go/src/debug/gosym.
      2 
      3 The original code contains logic for accessing symbol tables and line numbers
      4 in Go binaries. The only reason why this is copied is to support inlining.
      5 
      6 Code added by vulncheck is located in files with "additions_" prefix and it
      7 contains logic for accessing inlining information.
      8 
      9 Within the originally named files, deleted or added logic is annotated with
     10 a comment starting with "Addition:". The modified logic allows the inlining
     11 code in "additions_*" files to access the necessary information.