frida-java-bridge
Advanced tools
@@ -1324,3 +1324,3 @@ import { withRunnableArtThread, getArtClassSpec, getArtMethodSpec, getArtFieldSpec, getApi } from './android.js'; | ||
| const api = getApi(); | ||
| const { jvmti } = api; | ||
| const { jvmti = null } = api; | ||
@@ -1347,3 +1347,3 @@ const { pointerSize } = Process; | ||
| [ | ||
| jvmti, | ||
| (jvmti !== null) ? jvmti : NULL, | ||
| getDeclaredMethods, getDeclaredFields, | ||
@@ -1350,0 +1350,0 @@ method.getName, method.getModifiers, |
+1
-1
| { | ||
| "name": "frida-java-bridge", | ||
| "version": "7.0.11", | ||
| "version": "7.0.12", | ||
| "description": "Java runtime interop from Frida", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
430047
0.01%