Skip to content

seclab-msu/page-disassembler

Repository files navigation

page-disassembler

A tool for detecting and debundling JavaScript module bundlers (such as webpack, browserify).

Install

npm install page-disassembler

Build from sources

git clone https://github.com/seclab-msu/page-disassembler
cd page-disassembler
npm install

Run

You can run debundler either using cli or by using its' API from your code

From CLI

If you want to debundle a single JavaScript file use

node wprl.js --debundle-file /path/to/file/with/bundle.js

By default debundled modules will be dumped to results directory, if you want to specify its' name, you can do it via

node wprl.js --debundle-file /path/to/file/with/bundle.js --target-dir custom-dir

For running debundler on tar archive that contains a bunch of all resources from web-page

node wprl.js /path/to/page/archive.tar

From API

Coming soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published