Skip to content

Commit 148c6df

Browse files
committed
Release v0.3.2
1 parent f87be6d commit 148c6df

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGES.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1+
## v0.3.2
2+
3+
Released: 2024-07-22
4+
5+
- Emulate `libmacho.dylib` instead of hooking.
6+
- Fix initialization of large-sized `NSData`.
7+
- Compatibility with lief 0.15.0.
8+
- Improve performance of `read_string`.
9+
110
## v0.3.1
211

312
Released: 2024-05-12
413

514
- Fix an error when creating `NSURLRequest` object ([issue #68][issue_68]).
615
- Add `ObjC` which provided friendly interface to Objective-C runtime.
7-
- Add hook for preferences related functions (`_CFPreferencesCopyAppValueWithContainerAndConfiguration`, `__CFXPreferencesCopyCurrentApplicationStateWithDeadlockAvoidance`).
16+
- Add hook for preferences related functions.
817
- Add hook for `MGCopyAnswe` which used by `UIDevice`.
9-
- Add hook for keychain related functions (`SecItemAdd`, `SecItemUpdate`, `SecItemDelete`, `SecItemCopyMatching`).
18+
- Add hook for keychain related functions.
1019

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

src/chomper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .core import Chomper
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)