https://github.com/0xdevalias/poc-ast-tools
PoC scripts and tools for working with (primarily JavaScript) ASTs.
https://github.com/0xdevalias/poc-ast-tools
Last synced: 11 months ago
JSON representation
PoC scripts and tools for working with (primarily JavaScript) ASTs.
- Host: GitHub
- URL: https://github.com/0xdevalias/poc-ast-tools
- Owner: 0xdevalias
- License: mit
- Created: 2024-03-28T06:38:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T05:04:45.000Z (over 1 year ago)
- Last Synced: 2025-04-12T02:25:53.712Z (11 months ago)
- Language: JavaScript
- Homepage: https://replit.com/@0xdevalias/Rewriting-JavaScript-Variables-via-AST-Examples
- Size: 5.15 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poc-ast-tools
PoC scripts and tools for working with (primarily JavaScript) ASTs.
This repo is associated with the following Replit:
- https://replit.com/@0xdevalias/Rewriting-JavaScript-Variables-via-AST-Examples
## See Also
- https://github.com/0xdevalias/chatgpt-source-watch
- https://github.com/0xdevalias/chatgpt-source-watch/tree/main/scripts
- [Deobfuscating / Unminifying Obfuscated Web App Code (0xdevalias gist)](https://gist.github.com/0xdevalias/d8b743efb82c0e9406fc69da0d6c6581#deobfuscating--unminifying-obfuscated-web-app-code)
- [Reverse Engineering Webpack Apps (0xdevalias gist)](https://gist.github.com/0xdevalias/8c621c5d09d780b1d321bfdb86d67cdd#reverse-engineering-webpack-apps)