An open API service indexing awesome lists of open source software.

https://github.com/rayraegah/gyaku

Deobfuscate minified code from source maps
https://github.com/rayraegah/gyaku

deobfuscate reverse-engineering sourcemaps tools

Last synced: 7 months ago
JSON representation

Deobfuscate minified code from source maps

Awesome Lists containing this project

README

          

# 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 []

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](https://jsnice.org) works well for javascript. You can simply pretty print css.

# License
MIT