How do we decompile a Plugin?

Discussion in 'Plugin Development' started by gabrielmaennl555, May 23, 2014.

Thread Status:
Not open for further replies.
  1. Hello Ok so i made a plugin and well i lost the actual file in eclipse by accidentally deleting it when trying to do something
    Anyway i have the Jar of my plugin so i want to copy the code into a new project into eclipse
    how would we do this? i use a Mac

    and i don't want to use Java Decompiler because it is often inaccurate
    If anyone can help me thanks!
     
  2. Offline

    AoH_Ruthless

  3. Offline

    GeorgeeeHD

    AoH_Ruthless he did say he didnt want to use a decompiler
     
    AoH_Ruthless likes this.
  4. Offline

    AoH_Ruthless

  5. XD so anyone know how?
     
  6. Offline

    PluginStudios

    Honestly, I think you should just use a decompiler. If it's innacurate, it still has a basic structure. What was this plugin about, was it complicated?
     
  7. Offline

    Garris0n

    So, let me get this straight...
    You want to decompile Java but you don't want to use a decompiler for Java?

    Good luck I guess...
     
  8. Offline

    BlueMustache

    Use JD-GUI
    Google it, works like a champ.
     
    gabrielmaennl555 likes this.
  9. Offline

    Plo124

    gabrielmaennl555
    If: you didnt tick 'Delete contents off disk' in eclipse, you can just create a project with the same name.
    Else: Your screwed
     
  10. Offline

    Garris0n

    They could still be on the disk. There is software to attempt to retrieve such things.
     
  11. Offline

    Plo124

  12. Offline

    Garris0n

    There isn't much effort involved, you just downloading something and it looks on the disk.

    That is unless he somehow managed to do this, which I doubt.
     
  13. Offline

    NathanWolf

    Eclipse also keeps a local file history, if you just deleted the file but not the project.
     
  14. Offline

    RawCode

    decompile without using decompiler?

    you are drunk, go home.
     
  15. Offline

    BlueMustache


    lol
     
  16. Offline

    mine-care

    Decomp. A plugin and stealing code is... Baaad
     
  17. Offline

    Gater12

    mine-care
    But it's his own plugin; he just screwed up and press Delete (But he has compiled JAR file)
     
  18. Offline

    oaschi

    gabrielmaennl555
    Use something like Recuva to recover your files, it's worth a try.
     
Thread Status:
Not open for further replies.

Share This Page