-
Test run output
```console
FAIL: LLVM :: Object/macho-invalid.test (29276 of 47011)
******************** TEST 'LLVM :: Object/macho-invalid.test' FAILED ********************
Script:
--
: 'RU…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.14.2 darwin/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating s…
-
**Describe the bug**
I have a (non-public) MachO iOS file for which Ghidra identifies the wrong symbol/linked library for certain imports. Hopper and LIEF do identify the correct symbol and I've co…
-
### What happened?
macho open error: invalid magic number in record at byte 0x0
### How can we reproduce this?
[AppAuth](https://github.com/akaffenberger/firebase-ios-sdk-xcframeworks/releas…
CNKCQ updated
3 months ago
-
The following tests fail when `-objc_relative_method_lists` are added. (commit bb4aeb66ab4f399)
```
MachO/objc-category-conflicts.s
MachO/objc-category-merging-complete-test.s
MachO/objc-categor…
-
```
#23 143.0 [100%] Building CXX object tools/clang/tools/tapi/lib/Core/CMakeFiles/tapiCore.dir/InterfaceFile.cpp.o
#23 143.7 [100%] Building CXX object tools/clang/tools/tapi/lib/Core/CMakeFiles/t…
-
### Zig Version
0.11.0-dev.3301+230ea411f
### Steps to Reproduce and Observed Behavior
I was trying building cmake using zig (cc/c++).
MacOS linking error:
https://github.com/kassane/CMak…
-
https://github.com/llvm/llvm-project/blob/0991bd7887a313d4d6bb66ca44d11939ad71b660/llvm/include/llvm/TextAPI/InterfaceFile.h#L447 `std::unique_ptr SymbolsSet;` is implemented as a `using SymbolsMapTyp…
-
Currently we cannot compile CGo programs to MacOS (at least x86_64) with default settings. Example Go file:
### main.go
```
package main
// #include
// char* hello() { return "hello, world…
-
> > I understand that you are solving for a particular use case w/ Signal or something else, but there is an issue w/ the MachOs generated by the export.go `Export` func where it produce…