Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
recovering java classes
#2
The easiest way to do this is to dump the JVM's loaded classes.

You can do this by using a modified java agent, editing the JVM rt.jar library itself.

You may be able to do this using Java Snoop - http://www.aspectsecurity.com/tools/javasnoop I've personally never tried using it, I've either patched the JVM directly or used a Java Agent.
Reply
 


Messages In This Thread
recovering java classes - by krzysiaczek99 - 07-23-2015, 10:18 AM
RE: recovering java classes - by Konloch - 07-23-2015, 01:30 PM
RE: recovering java classes - by chessgod101 - 07-27-2015, 01:37 PM
RE: recovering java classes - by Konloch - 07-29-2015, 01:35 AM
RE: recovering java classes - by Bigger - 07-30-2015, 04:31 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website