搜索资源列表
fixelf
- 针对畸形elf文件自动修复 Android逆向调试中可能会遇到畸形的so,本工具支持自动修改elf_header等功能,实现32位elf文件的自动修复 效果很好(Automatic repair of malformed elf files Android reverse debugging may encounter malformed so, this tool supports automatic modification
FixElf
- 修复损坏的elf文件格式, 使用方法: gcc fix.c -I. 编译, ./a.out 动态库路径(repair .so file which elf header is be destroyed , usage : gcc fix.c -I . for compile, ./a.out the share library path , for repair)