Book a Demo

Author Topic: Import Source Directory - .JAR  (Read 4326 times)

gnosisbr

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Import Source Directory - .JAR
« on: January 10, 2005, 09:05:39 am »
Hi,

How can I reverse code from .JAR file (java)?

Tks,
GBR

mikewhit

  • EA User
  • **
  • Posts: 608
  • Karma: +0/-0
  • Accessing ....
    • View Profile
Re: Import Source Directory - .JAR
« Reply #1 on: January 10, 2005, 09:38:10 am »
You'd have to use a bytecode-to-Java translator before you can use EA. Maybe unZip into separate class files first of all (WinZip can do this), if the decompiler requires it.

Try http://www.google.com/search?hl=en&q=java+bytecode+decompiler

Once you have the Java files, you can then use EA.

Of course, if an 'obfuscator' has been run on the bytecodes, you will find that all the functions and data are called 'aa' , 'aaa' ... etc.
« Last Edit: January 10, 2005, 09:41:04 am by mikewhit »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Import Source Directory - .JAR
« Reply #2 on: January 13, 2005, 02:43:24 pm »
We're also working on an importer for class/jar files.

Simon

mikewhit

  • EA User
  • **
  • Posts: 608
  • Karma: +0/-0
  • Accessing ....
    • View Profile
Re: Import Source Directory - .JAR
« Reply #3 on: January 14, 2005, 01:22:38 am »
Cool - would be a "structured" way of decompiling bytecodes. Whose decompiler would you use - or would it be configurable to use a third-party tool ?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Import Source Directory - .JAR
« Reply #4 on: January 17, 2005, 03:04:07 pm »
It's using something written in house.