SkillAgentSearch skills...

Jmtrace

A java agent that trace all shared memory accesses of the classes in a given Java jar package.

Install / Use

/learn @StardustDL/Jmtrace
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

jmtrace

CI

A java agent that trace all shared memory accesses of the classes in a given Java jar package.

Build

Requirements: Java 11+, Gradle 7.3+

gradle build

The built agent jar is at build/libs/jmtrace-0.1.jar.

Run

java -javaagent:build/libs/jmtrace-0.1.jar -jar demo.jar

We provide a script jmtrace which resembled the java command to run jmtrace.

chmod +x ./jmtrace
./jmtrace -jar <jarfile> ...

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Languages

Java

Security Score

75/100

Audited on Jun 16, 2024

No findings