-
Faield to parse macho, sha256: `a42380933ae13b0ce023b38b576f5d2c48c1c82f19033781dfbf2f3e53e19711`
Error:
```
Traceback (most recent call last):
File "/app/static_analysis.py", line 112, in _p…
-
https://github.com/indutny/macho/blob/master/lib/macho/parser.js#L75
```
// Get subtype
var subtype;
if (endian === 'mutliple') //
-
There seems to be no way to get the reserved fields of a section without manually processing load commands.
Reserved fields have meanings for some section types like `S_SYMBOL_STUBS` (https://gith…
-
The libBump 3.1 doesn't compile for iOS Simulator.
```
0 0x10fea2098 __assert_rtn + 144
1 0x10fea5431 mach_o::relocatable::Section::addRelocFixup(mach_o::relocatable::Parser&, macho_relocation_in…
-
This happens to me when I try to parse a core dump Mach-O file:
```
$ macholibre core.16057
Traceback (most recent call last):
File "/home/lubos/.local/bin/macholibre", line 11, in
load…
-
There is a lot of issues filed against CocoaPods from a situation that arises in Flutter for example: https://github.com/CocoaPods/CocoaPods/issues/8377. They all have the following text:
`NoMethodEr…
-
In the parser code:
```python
def get_string(self):
"""Read a null-terminated string from macho."""
string = bytearray()
c = self.__file.read(1)
while c n…
-
## Overview
This issue tracks the progress of implementing and shipping the [projection tooling](https://github.com/dotnet/runtimelab/tree/feature/swift-bindings) for .NET 10. The primary goal is to …
-
***Describe the bug**
missing dyld library, and rootfs repo doesnt contain it, not sure what to do
the binary is extracted from a decrypted ipa, its the main executable on it
but it says its missin…
-
Hey, first of all, thank. you so much for this repo. It helped me a lot to understand how the dyld_shared_cache and mach-o's work.
I'm helping writing an iOS 8 jailbreak, and I've used a small part o…