-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Philippe Ombredanne edited this page Oct 20, 2022
·
1 revision
Welcome to the tracecode-toolkit wiki!
TraceCode Toolkit contains tools for tracing the contents of a Deployed codebase back to the corresponding source code from the Development codebases and repositories. There are multiple tools available or in preparation:
- build tracing with strace - Uses strace to track and report all files included in a package during a build. This is the tool in this repo https://github.com/nexB/tracecode-toolkit-strace
Other tools and the code and tools in this repository (https://github.com/nexB/tracecode-toolkit ) are a work in progress Some core data collection tools live in https://github.com/nexB/scancode-plugins/tree/main/binary-analysis :
- Java class files - Trace Java .class files back to corresponding .java source files.
- jsmap tracing - Trace minified/webpacked JavaScript files back to their sources.
- ELF symbols tracing - Trace DWARF symbols from an ELF back to corresponding source files.
- Windows PE tracing - Trace Windows PDB symbols from exe and DLLS back to their corresponding source files.