We are trying to analyze Java code with only bytecode.
Is there a way to either let JVM spit out the addresses of bytecode it is executing or intercept the addresses of the bytecode issued to JVM at runtime ?
According to the crash stack, it seems that JVM should have all that information.