-
Hello! I used to use LIEF to work with Mach-O files, but now I want to try this library for my tasks. Unfortunately I didn't find any examples how to modify different parts of the file. Is it even possible using this library? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
here is an example of me doing it in |
Beta Was this translation helpful? Give feedback.
-
https://github.com/blacktop/ipsw/blob/master/cmd/ipsw/cmd/macho/macho_patch_add.go |
Beta Was this translation helpful? Give feedback.
-
@blacktop oh, thank you! It looks promising. I'll dig into it later. |
Beta Was this translation helpful? Give feedback.
https://github.com/blacktop/ipsw/blob/master/cmd/ipsw/cmd/macho/macho_patch_add.go