Releases: sledgeh4w/chomper
Releases · sledgeh4w/chomper
v0.3.5
Changes
- Compatible with rebasing in the
LC_DYLD_CHAINED_FIXUPS
command. - Fix zero-size memory allocation in
os_alloc_once
. - Implement dynamic loading of system modules at runtime for
dlopen
. - Add support for standard IO (
stdin
,stdout
,stderr
). - Add
Block
class for easier Objective-C block construction. - Add
add_mem_hook
method for exporting unicorn memory hook functionality. - Support emulation of device files, such as
/dev/null
and/dev/urandom
. - Fix compatibility with
-[NSFileManager directoryContentsAtPath:]
,-[NSUserDefaults setObject:forKey:]
,NSLog
andCFNetworkCopySystemProxySettings
. - Compatible with capstone 6.0.0a4.
v0.3.4
Changes
- Add extensive support for system calls and file system.
- Support
NSDateFormatter
andNSTimeZone
. - 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.