文件名称:iOS逆向之insert_dylib代码及可执行文件
文件大小:28KB
文件格式:ZIP
更新时间:2021-09-20 11:17:31
insert_dylib dylib iOS逆向
Command line utility for inserting a dylib load command into a Mach-O binary. Does the following (to each arch if the binary is fat): Adds a LC_LOAD_DYLIB load command to the end of the load commands Increments the mach header's ncmds and adjusts its sizeofcmds (Removes code signature if present)
【文件预览】:
insert_dylib-master
----.gitignore(34B)
----insert_dylib_tests()
--------test.c.foo(167B)
--------Info.plist(748B)
--------insert_dylib_tests.m(6KB)
----.DS_Store(6KB)
----README.md(4KB)
----insert_dylib()
--------main.c(14KB)
----insert_dylib.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
----products()
--------insert_dylib(24KB)