Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sledgeh4w committed Jul 22, 2024
1 parent f87be6d commit 148c6df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
## v0.3.2

Released: 2024-07-22

- Emulate `libmacho.dylib` instead of hooking.
- Fix initialization of large-sized `NSData`.
- Compatibility with lief 0.15.0.
- Improve performance of `read_string`.

## v0.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 (`_CFPreferencesCopyAppValueWithContainerAndConfiguration`, `__CFXPreferencesCopyCurrentApplicationStateWithDeadlockAvoidance`).
- Add hook for preferences related functions.
- Add hook for `MGCopyAnswe` which used by `UIDevice`.
- Add hook for keychain related functions (`SecItemAdd`, `SecItemUpdate`, `SecItemDelete`, `SecItemCopyMatching`).
- Add hook for keychain related functions.

[issue_68]: https://github.com/sledgeh4w/chomper/issues/68

Expand Down
2 changes: 1 addition & 1 deletion src/chomper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .core import Chomper

__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit 148c6df

Please sign in to comment.