Skip to content
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:

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.
Clone this wiki locally