frida-java-bridge 6.1.1 → 6.1.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 +4 -0
  2. package/package.json +1 -1
package/lib/android.js CHANGED
@@ -2062,6 +2062,10 @@ function maybeInstrumentGetOatQuickMethodHeaderInlineCopies () {
2062
2062
  }
2063
2063
  }
2064
2064
 
2065
+ if (impls.length === 0) {
2066
+ return false;
2067
+ }
2068
+
2065
2069
  impls.forEach(handler.instrument);
2066
2070
 
2067
2071
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida-java-bridge",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "Java runtime interop from Frida",
5
5
  "main": "index.js",
6
6
  "files": [