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

https://github.com/czl0325/js-reverse-study

js逆向学习
https://github.com/czl0325/js-reverse-study

Last synced: 3 months ago
JSON representation

js逆向学习

Awesome Lists containing this project

README

        

# js-reverse-study
js逆向学习

* AST解混淆代码在线测试网站: https://astexplorer.net
* AST解混淆代码文章 https://mp.weixin.qq.com/s?__biz=MzkyMzcxMDM0MQ==&mid=2247500545&idx=1&sn=d200c83189d1df5d7eaf0a683bb893e4&source=41#wechat_redirect

#### [1. 企名片逆向过程](01-企名片/企名片逆向过程.md)
返回值加密的情况

#### [2. 五矿逆向过程](02-五矿/五矿逆向过程.md)
针对返回值加密的,可以搜索关键字decrypt。

#### [3. 极简壁纸](03-极简壁纸/极简壁纸逆向过程.md)
通过hook来破无限debugger

#### [4. 艺恩逆向过程](04-艺恩/艺恩逆向过程.md)
通过请求关键字来定位关键方法