PDA

View Full Version : How to use ollydbg debug java program that run on


Teerayoot
06-04-2003, 04:52 AM
How to use ollydbg debug java program that run on mobile phone.

mimas
06-04-2003, 09:33 AM
OllyDbg is made for x86 familly CPUs, Java runs on a java virtual machine (with a java CPU) and mobile phones are often powered by Arm or Motorola CPU. So you can't do this.

Teerayoot
06-05-2003, 12:49 AM
hmm,anyhow i want to debug java program ,which debugger can do this?

TBD
06-05-2003, 01:28 AM
Teerayoot: you can try a java decompiler.