Skip to content

A tool which takes JS files links as input and beautifies files or maps the webpack.

License

Notifications You must be signed in to change notification settings

ScreaMy7/JS-mapper-beautifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS-mapper-beautifier

A tool which takes JS files links as input and beautifies JS files or maps the webpack.

pymap

Usage

python main.py -i jsfile.txt -o ProgramName

Just give js file link as input , the tool itself identifies .map and .js file, and does Firstly beautifies the code, if the file is a js file, or Identifies the .map file and parses it to recreate the folder structure.

The const.py has two constants ,which are the folder name for beautified JS file. If there is name-collision just change the value of constants.

This tool is part of blog post series on Javascript analysis for bug hunters avaliable at https://screamy7.github.io/.

This is a new tool so it so some bugs might pop up.

About

A tool which takes JS files links as input and beautifies files or maps the webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages