Skip to content

Rayraegah/gyaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Gyaku

I often reverse engineer minified javascript/css bundles and deobfuscate them. This little ruby script converts sourcemap files into source files.

Usage

[ruby] gyaku.rb <sourcemap-file-path> [<destination>]

It works with both local files and urls. If destination is not specified it dumps everything into a folder named gyaku-bin in cwd.

No sourcemap?

jsnice works well for javascript. You can simply pretty print css.

License

MIT

Releases

No releases published

Packages

No packages published

Languages