This commit is contained in:
luzhisheng 2023-03-22 00:52:05 +08:00
parent 63a54b1666
commit ac9ca2910d

View File

@ -1 +1,24 @@
# js逆向学习
# js逆向学习
断断续续学习逆向这么久总觉得缺点什么终于在2023年3月17日后有时间系统的学习逆向知识。
## 常用的逆向工具
| 名称 | 在线地址
| :-------- | :-----
| AST explorer | [https://astexplorer.net/](https://astexplorer.net/)
| ob混淆工具| [https://obfuscator.io/](https://obfuscator.io/)
| 浏览器指纹查询 | [https://bot.sannysoft.com/](https://bot.sannysoft.com/)
| Web API 接口参考 MDN | [https://developer.mozilla.org/zh-CN/docs/Web/API](https://developer.mozilla.org/zh-CN/docs/Web/API)
| md5加密,sha1加密--md5在线解密 | [https://www.cmd5.com/hash.aspx](https://www.cmd5.com/hash.aspx)
| 在线字体编辑器-JSON在线编辑器 | [https://font.qqe2.com/](https://font.qqe2.com/)
| UrlEncode编码/UrlDecode解码 - 站长工具 | [https://tool.chinaz.com/tools/urlencode.aspx](https://tool.chinaz.com/tools/urlencode.aspx)
| 在线图片坐标拾取工具 | [https://uutool.cn/img-coord/](https://uutool.cn/img-coord/)
| AAEncode加密/解密 | [http://www.atoolbox.net/Tool.php?Id=703](http://www.atoolbox.net/Tool.php?Id=703)
| JSUnFuck解密 | [http://codertab.com/JsUnFuck](http://codertab.com/JsUnFuck)
| JSON格式化 | [https://spidertools.cn/#/formatJSON](https://spidertools.cn/#/formatJSON)
| 时间戳转换 | [https://tool.lu/timestamp/](https://tool.lu/timestamp/)
| Base64编码转换 | [https://www.qqxiuzi.cn/bianma/base64.htm](https://www.qqxiuzi.cn/bianma/base64.htm)
| 爬虫工具-爬虫分析工具-猿人学爬虫工具 | [http://tool.yuanrenxue.com/](http://tool.yuanrenxue.com/)
| JS代码混淆与还原 | [http://www.cnlans.com:8887/](http://www.cnlans.com:8887/)
| JSON格式化 | [https://spidertools.cn/#/formatJSON](https://spidertools.cn/#/formatJSON)