Exetools

Exetools (https://forum.exetools.com/index.php)
-   Community Tools (https://forum.exetools.com/forumdisplay.php?f=47)
-   -   JEB Decompiler 5.22.0.202412102010 mod by CXV (https://forum.exetools.com/showthread.php?t=21171)

CXVUSER 02-16-2023 00:28

JEB Decompiler 4.27.0.202302131725
 
Requirements: JDK 11.0.X 64 bit, 64-bit OS

mod by CXV

Press Generate a Key in welcome window

- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/hKoZSbfS

CXVUSER 03-09-2023 13:14

JEB Decompiler 4.28.1.202303082239
 
Requirements: JDK 11.0.X 64 bit, 64-bit OS

mod by CXV

Press Generate a Key in welcome window

- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/RfTRQa24

Callgraph hotfix v2: https://pixeldrain.com/u/bVgcD2xt (unpack bin folder to jeb)

CXVUSER 04-05-2023 21:00

JEB Decompiler 4.29.0.202304042205
 
Requirements: JDK 11.0.X 64 bit, 64-bit OS

mod by CXV

Press Generate a Key in welcome window

- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/x7EYnhEV

CXVUSER 04-15-2023 06:08

JEB Decompiler 4.30.0.202304130349
 
Requirements: JDK 11.0.X 64 bit, 64-bit OS

mod by CXV

Press Generate a Key in welcome window

- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/xTduHZmq

https://pixeldrain.com/u/bAGLmiJa Recover removed Dex constants FIX (Copy bin folder to jeb)

https://pixeldrain.com/u/c2Xku8mr FIX v2

https://pixeldrain.com/u/GBfTm6qL FIX v3 (CF-unflattener fixed, unvirtualizer fixed)

N0P 04-15-2023 07:22

bug task error .. bad license type while using new plugin "recover removed dex constants"
anyway good work :)

stacktrace: java.lang.RuntimeException: This plugin cannot be instantiated with this license type!
at com.pnfsoftware.jebglobal.VM.execute(SourceFile:154)
at com.pnfsoftware.jeb.rcpclient.handlers.file.FileEnginesExecutepluginHandler.lambda$executePlugin$0(FileEnginesExecutepluginHandler.java:71)
at com.pnfsoftware.jeb.util.concurrent.ThreadEx.run(SourceFile:49)

CXVUSER 04-15-2023 07:47

Quote:

Originally Posted by N0P (Post 127541)
bug task error .. bad license type while using new plugin "recover removed dex constants"
anyway good work :)

stacktrace: java.lang.RuntimeException: This plugin cannot be instantiated with this license type!
at com.pnfsoftware.jebglobal.VM.execute(SourceFile:154)
at com.pnfsoftware.jeb.rcpclient.handlers.file.FileEnginesExecutepluginHandler.lambda$executePlugin$0(FileEnginesExecutepluginHandler.java:71)
at com.pnfsoftware.jeb.util.concurrent.ThreadEx.run(SourceFile:49)

Fixed Try..

NULL0B 05-09-2023 10:10

Hi im getting this limitation

// This method was un-flattened
// This method could be un-flattened, but the demo build has limitations that prevented it

To reproduce Download Luckypatcher 10.7.4
https://chelpus.com/download/LuckyPatchers.com_Official_Installer_10.7.4.apk

Search for string "_patch4"
then jump to it (Decompilation could take long)
It will take you to package javaroot.utils;

The limitation appears in main method
// This method was un-flattened
// This method could be un-flattened, but the demo build has limitations that
prevented it
public static void main(String[] arr_s) {

CXVUSER 05-10-2023 04:44

Quote:

Originally Posted by NULL0B (Post 127680)
Hi im getting this limitation

// This method was un-flattened
// This method could be un-flattened, but the demo build has limitations that prevented it

To reproduce Download Luckypatcher 10.7.4
https://chelpus.com/download/LuckyPatchers.com_Official_Installer_10.7.4.apk

Search for string "_patch4"
then jump to it (Decompilation could take long)
It will take you to package javaroot.utils;

The limitation appears in main method
// This method was un-flattened
// This method could be un-flattened, but the demo build has limitations that
prevented it
public static void main(String[] arr_s) {

Try this fix https://pixeldrain.com/u/c2Xku8mr

NULL0B 05-10-2023 06:07

Did not work

You can try this I tested as sample for this feature
https://www.pnfsoftware.com/blog/control-flow-unflattening-in-the-wild/

package com.plus.currencyconverter.guide.FirstActivity

https://apkcombo.com/currency-converter-plus/com.plus.currencyconverter/download/apk

SHA256: 3c61f8da9f4cfb99b46f4fc8d7bf48a47d9a172df6c40eea82c8067d87ac3845

CXVUSER 05-12-2023 10:08

Quote:

Originally Posted by NULL0B (Post 127685)
Did not work

You can try this I tested as sample for this feature
https://www.pnfsoftware.com/blog/control-flow-unflattening-in-the-wild/

package com.plus.currencyconverter.guide.FirstActivity

https://apkcombo.com/currency-converter-plus/com.plus.currencyconverter/download/apk

SHA256: 3c61f8da9f4cfb99b46f4fc8d7bf48a47d9a172df6c40eea82c8067d87ac3845

FIXED! Try this fix https://pixeldrain.com/u/GBfTm6qL

CXVUSER 05-21-2023 16:25

JEB Decompiler 4.31.0.202305192101
 
Requirements: (Only JDK 11.0.X 64 bit (17 and 18 not contains a java.lang.SecurityManager class needed for sandboxing)), 64-bit OS

Press Generate a Key in welcome window

- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/vd51oqQn

https://pixeldrain.com/u/jDxz3UCC hotfix

CXVUSER 06-14-2023 10:24

JEB Decompiler 4.32.0.202306131555
 
Requirements: (Only JDK 11.0.X 64 bit (17 and 18 not contains a java.lang.SecurityManager class needed for sandboxing)), 64-bit OS

Press Generate a Key in welcome window

- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/uttjeNgK mod by CXV

CXVUSER 08-08-2023 20:00

JEB Decompiler 5.0.0.202308071454
 
Requirements: (Only JDK 17.0.X 64 bit), 64-bit OS

Press Generate a Key in welcome window

- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/pmyKsFyx mod by CXV

https://pixeldrain.com/u/6c9PcT7Y (Android debugger fix and native emulator) and duplicate code tabs fix NEW!

home of project: https://www.pnfsoftware.com/

sendersu 08-09-2023 03:11

>JEB Decompiler 5.0.0.202308071454

has bugs (bad crack?) with android debugger

CXVUSER 08-09-2023 13:42

https://pixeldrain.com/u/RKuM8zsd trying this fix

CXVUSER 08-11-2023 19:56

https://pixeldrain.com/u/cV2YzDXZ Android debugger fix and native emulator NEW!

CXVUSER 08-12-2023 15:43

https://pixeldrain.com/u/6c9PcT7Y (Android debugger fix and native emulator) and duplicate code tabs fix NEW!

CXVUSER 08-19-2023 01:17

JEB Decompiler 5.1.0.202308171141 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Press Generate a Key in welcome window

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/MUp5jueo mod by CXV

home of project: https://www.pnfsoftware.com/

CXVUSER 08-30-2023 13:01

JEB Decompiler 5.2.0.202308292043 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Press Generate a Key in welcome window

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/iPz6HCP2 mod by CXV

home of project: https://www.pnfsoftware.com/

NeWOT 09-03-2023 01:46

Thanks for sharing this. I'll give it a shot later today.

sendersu 09-03-2023 02:30

Interesting modern AI-ish feature was introduced in the latest 5.2:

Starting from JEB 5.2, you may use the experimental “JEB Assistant” to infer names for decompiled methods and method parameters.

https://www.pnfsoftware.com/blog/jeb-assistant/

DARKER 09-03-2023 03:13

Quote:

Originally Posted by sendersu (Post 128228)
Starting from JEB 5.2, you may use the experimental “JEB Assistant” to infer names for decompiled methods and method parameters.

Nice feature, currently several limitations apply:
  • The assistant is limited to decompiled native routines. It will not work for dex/dalvik decompilations.
  • The assistant will refuse to work on overly long routines (whose decompilation exceeds several thousand characters).
  • The assistant is not available via the JEB API and requests are rate-limited (at most one every 5 seconds).

sendersu 09-03-2023 16:32

Quote:

Originally Posted by DARKER (Post 128229)
Nice feature, currently several limitations apply:
  • The assistant is not available via the JEB API and requests are rate-limited (at most one every 5 seconds).

does it mean that feature is online only...
like JEB talks to backend servers and got the AI-ish result over API?

blue_devil 09-04-2023 14:50

Quote:

Originally Posted by sendersu (Post 128231)
does it mean that feature is online only...
like JEB talks to backend servers and got the AI-ish result over API?

Yes this feature needs to be online. It asks you to accept to send the decompiled result to JEB servers.

sendersu 09-05-2023 00:28

It means that (most probably, just an educated guess) it also conveys the request for this feature with the corresponding license?
....

blue_devil 09-05-2023 18:50

Quote:

Originally Posted by sendersu (Post 128236)
It means that (most probably, just an educated guess) it also conveys the request for this feature with the corresponding license?
....

OK; I did not sniff the outgoing packages or reverse engineer JEB to understand what it conveys when using assistant. I have only checked if it is working or not!

Since it only "guesses" a better function name, it is useless for me right at the moment. Bu I believe, they will improve this feature!

CXVUSER 09-27-2023 03:12

JEB Decompiler 5.3.0.202309260241 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Press Generate a Key in welcome window

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/Qdqj6oz6

Dxer 10-11-2023 19:40

After trying, JEB's decompilation effect is really good: it can automatically obfuscate the original decrypted string after confusing the garbled string

CXVUSER 10-20-2023 22:07

JEB Decompiler 5.4.0.202310181756 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/1RxVEjNV

zerotimer 10-29-2023 05:59

Quote:

Originally Posted by Dxer (Post 128708)
After trying, JEB's decompilation effect is really good: it can automatically obfuscate the original decrypted string after confusing the garbled string

Interestingly; JEB can decrypt APKEncryptor by default. I was impressed!

Moe 10-29-2023 09:32

Quote:

Originally Posted by zerotimer (Post 128925)
Interestingly; JEB can decrypt APKEncryptor by default. I was impressed!

Check the github time stamps: it is from March 2021. With source code available. It is not too difficult to decrypt it manually either. A lot easier than with ConfuserEx for Windows based .Net at any rate.

zerotimer 10-31-2023 03:48

Quote:

Originally Posted by Abdul Moeed (Post 128928)
Check the github time stamps: it is from March 2021.

I did.

Quote:

Originally Posted by Abdul Moeed (Post 128928)
With source code available.

I know; I have shared the repo above.

Quote:

Originally Posted by Abdul Moeed (Post 128928)
It is not too difficult to decrypt it manually either.

It might not be difficult but time consuming!

Quote:

Originally Posted by Abdul Moeed (Post 128928)
A lot easier than with ConfuserEx for Windows based .Net at any rate.

I don't get this one. Can you protect an APK with ConfuserEX?

CXVUSER 11-04-2023 03:07

JEB Decompiler 5.5.0.202311022109 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/iyAgxrwi (mod by cxv)

CXVUSER 12-08-2023 12:00

JEB Decompiler 5.6.0.202312061911 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/Yc9pw6vv (mod by cxv)

CXVUSER 12-29-2023 03:46

JEB Decompiler 5.7.0.202312182209 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/ydfj3HXr (mod by cxv)
https://pixeldrain.com/u/fog28Unk FIX native emu

CXVUSER 01-10-2024 23:25

JEB Decompiler 5.8.0.202401091742 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/vRcR2LTX (mod by cxv)
https://pixeldrain.com/u/PCC66xQN (fix titlebar of a JEB main window)

CXVUSER 01-14-2024 21:41

https://pixeldrain.com/u/PCC66xQN (fix titlebar of a JEB main window)

Jasi2169 01-16-2024 13:29

Hi, you have purchased jeb pro? Are you adding pro jeb.jar or pushing classes missed in demo jeb.jar from pro jeb.jar? And then fixing

DimitarSerg 01-21-2024 21:28

Quote:

Originally Posted by Jasi2169 (Post 129954)
Hi, you have purchased jeb pro? Are you adding pro jeb.jar or pushing classes missed in demo jeb.jar from pro jeb.jar? And then fixing

It's a little bit more complicated.
You need to decompile it, add missed code (also decompiled and obfuscated) , compile it again and push classes back to the jar file.
When I did that, I got tired of the routine of some manual work (although I have written several automation tools, the new version took me an average of 5-6 hours).

Perhaps CXVUSER did some automation of this process.

CXVUSER 02-09-2024 19:29

JEB Decompiler 5.9.0.202402071731 mod by CXV
 
Requirements: (Only JDK 17.0.X or above), 64-bit OS

Mod info(changes):
- fix all integrity checks\timebomb
- Time-limited sessions fixed
- Requires an Internet connection fixed
- dexdec: fix string decrypt via emulation
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- android native debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- CF-unflattener, unvirtualizer, native emulator, and plugins fixed
- callgraph enabled

Download:
https://pixeldrain.com/u/3tvnuZAo (mod by cxv)
https://pixeldrain.com/u/591cXCd5 (fixv3 apk generic unpacker)


All times are GMT +8. The time now is 01:22.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX