Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question of obfuscated jar.
#1
I have a jar and it's obfuscated. The class name and package name is the same after obfuscating.
For example, there's a class named xxx.a. And there's a package named xxx.a as well. And there's a class named xxx.a.a in it.
Then I can't import xxx.a.a. I want to use this class.
Is there a tool to modify the package name or class name?
Reply
#2
You can use JMOT.

https://github.com/contra/JMOT
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website