Released: 2024-12-06
- Compatibility with unicorn 2.1.0.
- Fix no memory to map (issue #93).
- Support more system calls (
read
,open
,close
,lseek
,stat
). - Support
NSBundle
initialization.
Released: 2024-07-22
- Load
libmacho.dylib
instead of mocking. - Fix initialization of large-sized
NSData
. - Compatibility with lief 0.15.0.
- Improve performance of
read_string
.
Released: 2024-05-12
- Fix an error when creating
NSURLRequest
object (issue #68). - Add
ObjC
which provided friendly interface to Objective-C runtime. - Add hook for preferences related functions.
- Add hook for
MGCopyAnswe
which used byUIDevice
. - Add hook for keychain related functions.
Released: 2024-04-12
- Support emulating iOS executable files.
- Support working with Objective-C.
- Drop support for Python 3.7.
Released: 2022-11-26
- Rename project to Chomper.
Released: 2022-11-21
- Change
add_hook
to return the handle fromUc.hook_add
and adddel_hook
method. - Close library files after loaded.
Released: 2022-09-17
- Support emulating ARM architecture libraries.
Released: 2022-09-10
- Fix wrong
end
argument when callingUc.hook_add
. - Add
user_data
param toadd_hook
to pass params to callback. - Support tracing symbol calls by using
trace_symbol_calls
param. - Improve exception message of
EmulatorCrashedException
when missing symbol is required. - Add
logger
param toInfernum
. - Add
free
method toInfernum
to release allocated memory.
Released: 2022-09-08
- Initial release.