Guardsquare / LibEBC
C++ Library and Tool for Extracting Embedded Bitcode
☆163Updated 4 years ago
Alternatives and similar repositories for LibEBC:
Users that are interested in LibEBC are comparing it to the libraries listed below
- Retrieves Bitcode from Mach-O binaries☆181Updated 7 years ago
- Extensions for LLVM's JIT to run Objective-C and Swift code.☆37Updated 5 years ago
- Simple example of a Mach-O parser☆105Updated 6 years ago
- Instructions on how to build the ld64 linker on macOS☆58Updated 6 years ago
- Playing with Clang plugin system☆153Updated 11 years ago
- Tracing Objective-C method calls☆90Updated 8 years ago
- Reverse engineered headers for Apples CoreSymbolication private framework; plus the set of test cases I used to validate it☆88Updated 11 years ago
- A C/Objective-C library for parsing Mach-O files.☆549Updated 2 years ago
- ./dsc_extractor dyld_shared_cache_arm64 arm64☆24Updated 4 years ago
- Valgrind on ARM/Darwin (a.k.a iOS)☆22Updated 9 years ago
- iOS Interface Builder utility, implemented in python.☆88Updated 7 years ago
- ☆43Updated 2 years ago
- ☆139Updated 5 years ago
- An LLVM bitcode parsing example☆55Updated 4 years ago
- Interprocess dlsym() for OS X & iOS☆177Updated 7 years ago
- Mach-O import table patching for function redirection. This is a method for function hooking on Mac OS X. It patches the import table of …☆111Updated 10 years ago
- Gives complete trace of a function execution including all sub-calls.☆108Updated last year
- Modifications to Apple's dsc_extractor to fix ObjC selector names. You don't need this.