frida-java-bridge 6.0.1 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/android.js +1 -1
  2. package/package.json +1 -1
package/lib/android.js CHANGED
@@ -2707,7 +2707,7 @@ function writeArtQuickCodePrologueArm64 (target, trampoline, redirectSize) {
2707
2707
 
2708
2708
  const artQuickCodeHookRedirectSize = {
2709
2709
  ia32: 5,
2710
- x64: 14,
2710
+ x64: 16,
2711
2711
  arm: 8,
2712
2712
  arm64: 16
2713
2713
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida-java-bridge",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Java runtime interop from Frida",
5
5
  "main": "index.js",
6
6
  "files": [