frida-java-bridge 7.0.3 → 7.0.4

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.
package/lib/android.js CHANGED
@@ -963,7 +963,7 @@ export function getArtClassSpec (vm) {
963
963
  return null;
964
964
  }
965
965
 
966
- if (apiLevel >= 34) {
966
+ if (apiLevel >= 36) {
967
967
  return {
968
968
  offset: {
969
969
  ifields: 0x28,
@@ -899,7 +899,7 @@ Object.defineProperties(Wrapper.prototype, {
899
899
  $alloc: {
900
900
  enumerable: true,
901
901
  get () {
902
- return this[Symbol.for('$alloc')];
902
+ return this[Symbol.for('alloc')];
903
903
  }
904
904
  },
905
905
  [Symbol.for('init')]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida-java-bridge",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "Java runtime interop from Frida",
5
5
  "keywords": [
6
6
  "frida-gum",