Skip to content

Commit

Permalink
Bump version to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vfsfitvnm committed Feb 17, 2022
1 parent bcf8e40 commit 369a5ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ However, only Android and Linux are tested: expect breakage if you are using ano

## Changelog

### 0.7.6
- Move `I2Cpp.Thread::current` to `Il2Cpp::currentThread`.
- Move `I2Cpp.Thread::all` to `Il2Cpp::attachedThreads`.
- Add `Il2Cpp::sheduleOnInitializerThread` to run a callback inside the main Il2Cpp thread instead of Frida's one.

### 0.7.5
- Fix #66 and #95.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frida-il2cpp-bridge",
"version": "0.7.5",
"version": "0.7.6",
"description": "A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.",
"keywords": [
"frida",
Expand Down

0 comments on commit 369a5ed

Please sign in to comment.