Skip to content

sim0n/anti-java-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anti-java-agent

This is a basic example of preventing instrumentation via attaching a Java Agent. This can be bypassed pretty easily but should still prevent the skids.

How does it work?

It works by loading our own class, which is a fake of Sun's Java side JPLIS implementation. Now, to make sure we always create that class we need to make sure no one is loading an agent at the start, so we check the VM options before we load our class.

About

Basic anti java agent example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages