Homebrew/ruby-macho

Test against LLVM object inputs

woodruffw opened this issue · 1 comments

The LLVM tests contain a huge number of invalid Mach-O files: https://github.com/llvm-mirror/llvm/tree/master/test/Object/Inputs.

Currently, ruby-macho should raise an error on most (all?) of these, but it won't be very informative. This issue will track making parser errors more informative.

See Homebrew/homebrew-core#25915

I'm going to test some of these inputs manually and break them into individual issues, which I'll close as I (or others) fix them.