aboutcode-org / scancode.io

ScanCode.io is a server to script and automate software composition analysis pipelines with ScanPipe pipelines. This project is sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase/ Google Summer of Code, nexB and others generous sponsors!
https://scancodeio.readthedocs.io
Apache License 2.0
119 stars 88 forks source link

Extend ScanCode.io pipeline for C/C++ and WinPE/COFF on Windows #1431

Open pombredanne opened 1 week ago

pombredanne commented 1 week ago

Create a new set of pipelines steps for the binary to source analysis for C/C++ and WinPE./COFF on Windows using strings and symbols

From @chinyeungli , For PDB debug files, https://llvm.org/docs/CommandGuide/llvm-pdbutil.html is likely useful

pombredanne commented 1 week ago

Some pointers of interest: