Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 367 Bytes

smapstrace

Explore obfuscated code with source maps.

Stacktrace analyzer

Analyze stack traces with source maps:

smapstrace stacktrace --input input-test --sourceMap out.js.map

Where --sourceMap is the source map for source code mapping and --input is a file containing all the stack traces to remap (see examples in /examples/stacktrace).