Releases: sledgeh4w/chomper
Releases · sledgeh4w/chomper
v0.3.6
Changes
- Add
return_callbackparameter toadd_hookfor handling hook function returns. - Fix
pthread_mutex_lockfailures when a mutex's type is set toPTHREAD_MUTEX_ERRORCHECK. - Optimize performance of module loading and fixup.
- Refactor the Objective-C API.
- Add support for dispatch semaphore.
- Fix the issue where
+[CADisplay displays]returns empty.
v0.3.5
Changes
- Compatible with rebasing in the
LC_DYLD_CHAINED_FIXUPScommand. - 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
Blockclass for easier Objective-C block construction. - Add
add_mem_hookmethod for exporting unicorn memory hook functionality. - Support emulation of device files, such as
/dev/nulland/dev/urandom. - Fix compatibility with
-[NSFileManager directoryContentsAtPath:],-[NSUserDefaults setObject:forKey:],NSLogandCFNetworkCopySystemProxySettings. - Compatible with capstone 6.0.0a4.
v0.3.4
Changes
- Add extensive support for system calls and file system.
- Support
NSDateFormatterandNSTimeZone. - Support initialization of
NSURLSession. - Partial compatibility with
arm64earchitecture. - Add fault handling for
readClassto enhance class loading reliability. - Fix incorrect number formatting in
sscanf. - Fix missing relocation.