- Changed minimum supported rust version to 1.74.0
- Global C/CPP functions are now prefixed with
mf_to easier distuingish them from other third-party library functions - Added lossy Macho parsing via https://github.com/m4b/goblin
- Replaced old string read functions with
read_utf8andread_utf8_lossyfunctions. - Fixed version pinning of cglue causing abi version mismatches.