逆向:
- 可直接抓okhttp3包:https://github.com/siyujie/OkHttpLogger-Frida
- frida实现的逆向工具包:https://github.com/CreditTone/hooker
- 曲境是一个xposed模块,可支持在PC浏览器上动态监控(hook)安卓APP的函数调用和查看堆栈信息,及反射调用(invoke)等功能: https://github.com/Mocha-L/QuJing
- magisk 一键集成环境: https://github.com/cxf-boluo/magisk_All
- 免root hook框架:
- https://github.com/liaoguobao/TweakMe
- https://github.com/WindySha/Xpatch
- https://github.com/asLody/SandHook
- frida工具聚合 https://github.com/dqzg12300/fridaUiTools
AST
- 浏览器内存漫游解决方案:https://github.com/CC11001100/ast-hook-for-js-RE
文本对比
Chrome插件
- 为chorme提供便捷的操作:https://github.com/alyssaxuu/omni
- 快捷键:⌘+Shift+K
- /tabs: Search your tabs
- /bookmarks: Search your bookmarks
- /history: Search your browser history
- /actions: Search all available actions
- /remove: Remove a bookmark or close a tab
微信
- WeRoBot 是一个微信公众号开发框架: https://github.com/offu/WeRoBot
算法
- 汇总各大互联网公司容易考察的高频leetcode题: https://github.com/afatcoder/LeetcodeTop
python 终端菜单
https://github.com/gojuukaze/terminal_layout/tree/master/terminal_layout/extensions/choice
JS逆向-rpc