KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
FindIl2cppApi
★ 17
Open GitHub ↗
解析字符串引用,然后使用字符串引用加偏移定位关键函数,借助frida导出符号
Download README (.md)
Explore Similar Repositories
PatternProgram3
:
No description available.
registry-web
:
React App for Comfy Registry
nostrame
:
Nostrame - Nostr Signer & Account Management Extension
OneStopParallel
:
A collection of optimal and heuristic scheduling tools
ToDoList
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
FindIl2cppApi
?
Download (.md)
看 [frida-find-il2cpp-api](https://github.com/feilongzaitia/frida-find-il2cpp-api) 发现挺有意思的,就顺带优化一下 1. 先build (build后会在根目录生成findApi) 2. 再run (run会将可执行文件push到手机上,然后用它去解析到LookupSymbol,会生成log.txt) 3. 再genjs (使用log.txt中找到的地址,修改模板js) 4. 然后快速启动frida注入修改好的js脚本获取导出函数