![]() |
|
|
|
#1
|
|||
|
|||
|
Just keep us posted
|
|
#2
|
|||
|
|||
|
Update
Hi Mks,
Succeeded in finding the encryption routines, attempted to remove checks and recompile, but looked to be too much hassle, as would have had to dump and recompile all dependents, and then change the classloader class.... Decided to rip the key checking code and create my own keygen instead 8-) Only downside is that there are some online checks, which cause the generated serial to timeout if not checked after a while, not a big issue.... Attempted to work on these but ran into some problems with re-compiling the offending file.... It's in com/aetdata/net/NetUpdater.xclass Any chance you might be able to have a look and give me some pointers ? Thanks..... D... |
|
#3
|
|||
|
|||
|
Quote:
You can recreate a totally new NetUpdater class, provided you keep the same interface (implements, constructor and the 2 public methods). All else can be removed, as well as these method contents. You might need to leave some code to reenable the serial, though, be it here or in the class that calls this one. After you have a fixed file, you can either remove the exception (not an Exception ) for this class in the classloader, to load a regular .class, or you can recreate the xclass so that everything else is untouched. If I recall correctly, the xclass is decoded with a symmetric algo (in com.aetdata.security.a), and you can easily find the algName and key by inserting some logs in the classloader. It is not in java code, it's propagated from the .exe.After that you can recreate the .xclass from the .class. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| java self-contained application packaging cracking | Chuck954 | General Discussion | 3 | 08-20-2022 00:57 |
| java cracking | ChupaChu | General Discussion | 68 | 03-28-2021 09:04 |