Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 11-26-2020, 00:04
chessgod101's Avatar
chessgod101 chessgod101 is offline
Co-Administrator
 
Join Date: Jan 2011
Location: United States
Posts: 539
Rept. Given: 2,242
Rept. Rcvd 704 Times in 224 Posts
Thanks Given: 754
Thanks Rcvd at 1,021 Times in 191 Posts
chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899
If these plugins are coded in java, tools such as ByteCode Viewer, jd-gui, and DJ Java Decompiler are great for decompiling the code. If you need to modify it, tools such as Java Bytecode Editor(JBE or CJBE), DirtyJoe, or ReCaf can help you change byte code instructions.
It is fair to note that I have never used Intellij or any of its plugins, as I generally use Netbeans and Eclipse for the rare instance that I need to code in java, so I am commenting somewhat generically/hypothetically.
__________________
"As the island of our knowledge grows, so does the shore of our ignorance." John Wheeler
Reply With Quote
The Following 2 Users Say Thank You to chessgod101 For This Useful Post:
byte23 (11-26-2020), tonyweb (12-04-2020)
  #2  
Old 12-07-2020, 17:56
CryptXor CryptXor is offline
Friend
 
Join Date: Oct 2015
Posts: 68
Rept. Given: 0
Rept. Rcvd 24 Times in 12 Posts
Thanks Given: 36
Thanks Rcvd at 132 Times in 39 Posts
CryptXor Reputation: 24
Quote:
Originally Posted by chessgod101 View Post
If these plugins are coded in java, tools such as ByteCode Viewer, jd-gui, and DJ Java Decompiler are great for decompiling the code. If you need to modify it, tools such as Java Bytecode Editor(JBE or CJBE), DirtyJoe, or ReCaf can help you change byte code instructions.
It is fair to note that I have never used Intellij or any of its plugins, as I generally use Netbeans and Eclipse for the rare instance that I need to code in java, so I am commenting somewhat generically/hypothetically.
ByteCode Viewer is sort of an AIO Java RE tool in that regard, and it infact includes the JD-GUI core as one of its decompilers. Its my go-to for anything Java related.

Something chessgod101 missed is a decent deobfuscator, since a lot of java is obfuscated: https://github.com/java-deobfuscator/deobfuscator

As far as reversing intellij plugins go, there are a few ways you can go about it, but generally just trace from the entry point (Main()) and you will very quickly find the licensing code you are wanting to modify.
Reply With Quote
The Following User Says Thank You to CryptXor For This Useful Post:
byte23 (12-07-2020)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 05:33.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )