Pinned Loading
-
hotspot-class-mirror-scanner
hotspot-class-mirror-scanner PublicEnumerates static fields of any Java class by scanning the raw memory layout of its java.lang.Class mirror object in HotSpot JVM. Bypasses GetStaticFieldID entirely.
C++
-
java-field-differential-probe
java-field-differential-probe PublicDiscovers Java object field offsets by behavioral analysis: snapshot-diff-validate cycle identifies oscillating fields vs monotonic accumulators without knowing field names.
C++
-
jni-function-table-inspector
jni-function-table-inspector PublicDetects runtime modifications to the JNI function table (JNINativeInterface_) in a running JVM. Inject DLL ? scan 233 function pointers ? identify hooks ? JSON report.
C++
-
jvm-class-fingerprinting
jvm-class-fingerprinting PublicIdentifies obfuscated Java classes by structural shape: field type histogram, method count, interface count, superclass depth. Survives ProGuard/Allatori name randomization.
C++
-
structural-entity-validator
structural-entity-validator PublicIdentifies 3D entity objects in JVM heap by structural validation: coordinate triples, velocity vectors, rotation angles. Zero field-name knowledge required.
C++
If the problem persists, check the GitHub status page or contact support.