jvmti
There are 49 repositories under jvmti topic.
oldmanpushcart/greys-anatomy
Java诊断工具
zkwlx/ADI
ADI(Android Debug Intensive) 是通过 JVMTI 实现的 Android 应用开发调试的增强工具集,目前主要提供性能相关的监控能力。
roger1337/JDBG
Java Dynamic Reverse Engineering and Debugging Tool
4ra1n/code-encryptor
使用JNI加密字节码,通过JVMTI解密字节码以保护代码,支持自定义包名和密钥,使用魔法禁止黑客dump字节码
odnoklassniki/jvmti-tools
Collection of small Java serviceability improvements based on JVM Tool Interface
HeapStats/heapstats
JVMTI agent and JavaFX analyzer to gather JVM runtime information for after-the-fact analysis.
cretz/stackparam
JVM agent to add method parameters to Java stack traces
block/stoic
Run code within any debuggable Android process, without modifying its APK
Drill4J/drill4j
Tool to identify testing gaps and reduce time spent on regression testing. Java/JVM, .NET, JavaScript in WEB
pandening/Java-debug-tool
Java dynamic debug tool
cinit/JvmXposed
A Xposed-like library for runtime Java method interception in OpenJDK VM.
weixingsun/jBProF
ebpf profiler for jvm
kylixs/flare-profiler
A Java profiler base on jvmti, with chrome flamegraph and slow method analysis. Java性能分析利器,欢迎加QQ群学习交流(837682428)
zjw-swun/JVMTI_Demo
android p jvmti/android studio apply change
chancerly/jtik
Dynamic java method hook for Android,Implemented by jvmti
dukeify/fake-jni
An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.
mageddo-projects/jvm-attach
Load Java Agents at any running JVM process and more, no JDK needed
Kartikvk1996/RR4J
RR4J is a tool that records java execution and later allows developers to replay locally.
WarrenUlrich/JNISharp
JNI & JVMTI bindings for C#
zifeihan/eprofiler-idea
java performance tool in idea
TheDarkSword/DarkClient
Minecraft Injection Client built with Rust
sachin-handiekar/jvmti-examples
Learning JVMTI - Code examples
extremecoders-re/JWUnpacker
Unpacks java-to-exe files converted by JWrapper
rel-eng/rvmti
JVMTI agent in rust
saqib-ahmed/javab-agent
This repository contains the code of a JVMTI agent which automatically analyses the java bytecode during runtime and exploits the implicit loop parallelism in the code and parallelize it on the fly. This research work was published in IC4E 2018, San Diego.
klirii/JavaHook
Simple two-header library for Java methods hooking from C++ without using JVMTI. Allows intercepting method calls and accessing or modifying their arguments at runtime.
roger1337/Agentless-Instrumentation-with-JNI
This project instantiates an Instrumentation object without the use of the Java Attach API through a JNI method.
heshiming/jauto
JAuto: Lightweight Java GUI Automation
klirii/JBIL
A simple, small, lightweight library for instrumenting Java bytecode when retransforming classes with jvmti
dukeify/baron
A highly streamlined, cross-platform, reverse engineering framework for JNI modules and JVMTI agents.
pandening/profiler-tool
an excellent profiler tool 4 developer
serkan-ozal/stackwriter-serverless
StackWriter allows developers to be able to get, manipulate and send/report callstacks with local variables manually or automatically on error.
YaSuenag/jlivepatcher
Live patch for Java
brqnko/jnihook-rs
A Rust implementation of JNIHook
stardust-enterprises/jvmti-rs
(WIP) Interact with the JVM Tooling Interface with idiomatic Rust.
HarryCU/rust-jvmti
JVM TI binding for Rust