Name Description Size
elf.rs 4858
macos.rs First we attempt to parse if there's a Fat header there If we have one, then we have a universal binary so we are going to search the architectures to find the one we want, extract the correct MachO buffer as well as the offset at which the MachO binary is. Testing Universal binaries will require running gtest against a Shippable build. If not we have a normal MachO and we directly parse the buffer we have read earlier, and use a 0 offset. 7923
windows.rs 2786