12-28-2014, 04:38 PM
So, I attached a java agent to the 1.8.jar arguments (java -jar -javaagent:MyAgent.jar -cp -Djava etc)
And it does stuff from testing, but since i'm new to Javassist and Instrumentation I don't know how to instrument minecraft.
I tried changing the main menu singleplayer button to "Fucker" for a test, but it didn't do shit.
Does anyone have any source code for an example of changing minecraft with instrumenting or any tutorials or steps?
I used Bytecode Viewer to view iridium's injector source but since it is obfuscated pretty good with allatori and the allatori string decrypter is still not in bytecode viewer, I couldn't read shit in there except for about 10% of things.
Thanks!
And it does stuff from testing, but since i'm new to Javassist and Instrumentation I don't know how to instrument minecraft.
I tried changing the main menu singleplayer button to "Fucker" for a test, but it didn't do shit.
Does anyone have any source code for an example of changing minecraft with instrumenting or any tutorials or steps?
I used Bytecode Viewer to view iridium's injector source but since it is obfuscated pretty good with allatori and the allatori string decrypter is still not in bytecode viewer, I couldn't read shit in there except for about 10% of things.
Thanks!