Skip to content
View r44336742-ctrl's full-sized avatar
🙂
🙂

Block or report r44336742-ctrl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. hotspot-class-mirror-scanner hotspot-class-mirror-scanner Public

    Enumerates 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++

  2. java-field-differential-probe java-field-differential-probe Public

    Discovers Java object field offsets by behavioral analysis: snapshot-diff-validate cycle identifies oscillating fields vs monotonic accumulators without knowing field names.

    C++

  3. jni-function-table-inspector jni-function-table-inspector Public

    Detects runtime modifications to the JNI function table (JNINativeInterface_) in a running JVM. Inject DLL ? scan 233 function pointers ? identify hooks ? JSON report.

    C++

  4. jvm-class-fingerprinting jvm-class-fingerprinting Public

    Identifies obfuscated Java classes by structural shape: field type histogram, method count, interface count, superclass depth. Survives ProGuard/Allatori name randomization.

    C++

  5. structural-entity-validator structural-entity-validator Public

    Identifies 3D entity objects in JVM heap by structural validation: coordinate triples, velocity vectors, rotation angles. Zero field-name knowledge required.

    C++