All Projects → Simp1er → FartRepair

Simp1er / FartRepair

Licence: other
fart修复脚本

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FartRepair

pdf-scripts
📑 Scripts to repair, verify, OCR, compress, wrangle, crop (etc.) PDFs
Stars: ✭ 33 (-23.26%)
Mutual labels:  repair
dex-operator
A Kubernetes operator for Dex
Stars: ✭ 16 (-62.79%)
Mutual labels:  dex
rainbow
DeFi options comparator to detect market opportunities with CLI (Go) and web (Vue3).
Stars: ✭ 40 (-6.98%)
Mutual labels:  dex
EnhanceDiskUtility
SIMBL plugin for Disk Utility that aims to enable Verify / Repair Permissions support
Stars: ✭ 17 (-60.47%)
Mutual labels:  repair
airswap-web
AirSwap Web App
Stars: ✭ 94 (+118.6%)
Mutual labels:  dex
PATCH
The PATCH repository for issues tracking, wiki and shared material.
Stars: ✭ 34 (-20.93%)
Mutual labels:  repair
exfat clean
Clean Dirty EXFAT Partition on macOS
Stars: ✭ 27 (-37.21%)
Mutual labels:  repair
dex-parser
Rust parser for Android's dex format
Stars: ✭ 26 (-39.53%)
Mutual labels:  dex
tokenlon-mmsk
Tokenlon Market Maker Service Kit
Stars: ✭ 35 (-18.6%)
Mutual labels:  dex
tomox-sdk-ui
SDK UI to build a Decentralized Exchange on TomoX protocol
Stars: ✭ 24 (-44.19%)
Mutual labels:  dex
ecchronos
Ericsson distributed repair scheduler for Apache Cassandra
Stars: ✭ 22 (-48.84%)
Mutual labels:  repair
Dexer
Dexer is an open source framework, written in C#, that reads and writes .DEX files (Dalvik Executable Format) used by the Android Open Source Project.
Stars: ✭ 81 (+88.37%)
Mutual labels:  dex
alcor-ui
Alcor Exchange | First self-listing onchain DEX for eosio tokens;
Stars: ✭ 103 (+139.53%)
Mutual labels:  dex
pern-stack-auth
📋 Repair. PERN stack todo app with jwt user authentication
Stars: ✭ 17 (-60.47%)
Mutual labels:  repair
binance-node-docker
Docker image for Binance full and light nodes
Stars: ✭ 24 (-44.19%)
Mutual labels:  dex
GI
Sequitur and RePair grammar induction algorithms implementation
Stars: ✭ 20 (-53.49%)
Mutual labels:  repair
loginapp
Web application for Kubernetes CLI configuration with OIDC
Stars: ✭ 74 (+72.09%)
Mutual labels:  dex
dex
docker executables - run applications without installing them or their dependencies
Stars: ✭ 31 (-27.91%)
Mutual labels:  dex
pyggi
Python General Framework for Genetic Improvement [Version 2]
Stars: ✭ 24 (-44.19%)
Mutual labels:  repair
airswap-protocols
AirSwap Contracts and Tools
Stars: ✭ 176 (+309.3%)
Mutual labels:  dex

FartRepair

依赖于寒冰师傅的FART的针对函数抽取壳的修复脚本

使用方法

python repair.py -d <dumpdexfile> -i <insfile> (-m <method_name> | -a)

-d参数后跟FART dump下来的dex

-i参数后跟FART 主动执行产生的bin文件

-m参数后跟想要修复的函数名

-a参数,依据bin文件修复所有函数

如果apk采用的函数抽取壳并未删去抽取的空间,此时-a参数可以正常使用,但是如果apk中抽取函数的空间都没有了,如果想一次性修复所有函数,建议还是使用寒冰师傅的fart.py,不过如果修复单个函数,使用-m参数即可

最后

如有bug,欢迎指摘

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].