yurkiss / HackingAgent

Java agent injects some arbitrary bytecode in particular class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#HackingAgent

This source code makes injection into another application using Javassist and java.lang.instrument packages. I use JavaAgent because destination jars were digitally signed. Before that, App parses WebStart JNLP file, downloads jars from the internet and starts destination application with -javaagent and other attributes from JNLP.

About

Java agent injects some arbitrary bytecode in particular class.


Languages

Language:Java 99.7%Language:Batchfile 0.3%