Open woodruffw opened 2 years ago
Right now we vendor the Kaitai Struct project's generated Mach-O parser, which has some disadvantages:
kaitaistruct
We really only need to parse the symbol table(s), so we could probably get away with a tiny Mach-O parser that only does that.
Kaitai has merged support for "fat" Mach-Os: https://github.com/kaitai-io/kaitai_struct_formats/pull/515
Right now we vendor the Kaitai Struct project's generated Mach-O parser, which has some disadvantages:
kaitaistruct
for parsing supportWe really only need to parse the symbol table(s), so we could probably get away with a tiny Mach-O parser that only does that.