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
- Host: GitHub
- URL: https://github.com/rayraegah/gyaku
- Owner: Rayraegah
- Created: 2017-02-12T01:48:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T02:21:54.000Z (over 9 years ago)
- Last Synced: 2025-04-01T22:32:33.878Z (about 1 year ago)
- Topics: deobfuscate, reverse-engineering, sourcemaps, tools
- Language: Ruby
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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