- Add extensive support for system calls and file system. - Support `NSDateFormatter` and `NSTimeZone`. - Support initialization of `NSURLSession`. - Partial compatibility with `arm64e` architecture. - Add fault handling for `readClass` to enhance class loading reliability. - Fix incorrect number formatting in `sscanf`. - Fix missing relocation.
0.3.3
Released: 2024-12-06
- Compatibility with unicorn 2.1.0. - Fix no memory to map ([issue 93][issue_93]). - Support more system calls (`read`, `open`, `close`, `lseek`, `stat`). - Support `NSBundle` initialization.
- Load `libmacho.dylib` instead of mocking. - Fix initialization of large-sized `NSData`. - Compatibility with lief 0.15.0. - Improve performance of `read_string`.
0.3.1
Released: 2024-05-12
- Fix an error when creating `NSURLRequest` object ([issue 68][issue_68]). - Add `ObjC` which provided friendly interface to Objective-C runtime. - Add hook for preferences related functions. - Add hook for `MGCopyAnswe` which used by `UIDevice`. - Add hook for keychain related functions.