sashs / filebytes

Library to read and edit files in the following formats: Executable and Linking Format (ELF), Portable Executable (PE), MachO and OAT (Android Runtime)
https://scoding.de/filebytes-introduction
BSD 3-Clause "New" or "Revised" License
126 stars 25 forks source link

Support MachO load command LC_ENCRYPTION_INFO_64 #10

Closed mazegen closed 6 years ago

mazegen commented 6 years ago

In class LC, the following is missing:

ENCRYPTION_INFO_64 = 0x0000002C
sashs commented 6 years ago

Hi, thx. I've added it.