Exetools  

Go Back   Exetools > General > Community Tools

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-15-2023, 06:08
CXVUSER CXVUSER is offline
Friend
 
Join Date: Jul 2022
Location: Ierusalem
Posts: 63
Rept. Given: 0
Rept. Rcvd 31 Times in 21 Posts
Thanks Given: 0
Thanks Rcvd at 333 Times in 57 Posts
CXVUSER Reputation: 31
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)

Last edited by CXVUSER; 05-12-2023 at 11:44.
Reply With Quote
The Following 5 Users Say Thank You to CXVUSER For This Useful Post:
blue_devil (04-17-2023), jump (05-19-2023), niculaita (05-12-2023), NULL0B (05-09-2023), shetal (05-24-2023)
  #2  
Old 04-15-2023, 07:22
N0P's Avatar
N0P N0P is offline
Friend
 
Join Date: Aug 2003
Location: Brno[CzechRepublic]
Posts: 90
Rept. Given: 19
Rept. Rcvd 11 Times in 10 Posts
Thanks Given: 12
Thanks Rcvd at 26 Times in 17 Posts
N0P Reputation: 11
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)

Last edited by N0P; 04-15-2023 at 07:27.
Reply With Quote
  #3  
Old 04-15-2023, 07:47
CXVUSER CXVUSER is offline
Friend
 
Join Date: Jul 2022
Location: Ierusalem
Posts: 63
Rept. Given: 0
Rept. Rcvd 31 Times in 21 Posts
Thanks Given: 0
Thanks Rcvd at 333 Times in 57 Posts
CXVUSER Reputation: 31
Quote:
Originally Posted by N0P View Post
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..
Reply With Quote
The Following 2 Users Say Thank You to CXVUSER For This Useful Post:
Mendax47 (04-16-2023), tonyweb (04-15-2023)
  #4  
Old 05-09-2023, 10:10
NULL0B NULL0B is offline
Guest
 
Join Date: Mar 2022
Posts: 3
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 2
Thanks Rcvd at 0 Times in 0 Posts
NULL0B Reputation: 0
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) {
Reply With Quote
  #5  
Old 05-10-2023, 04:44
CXVUSER CXVUSER is offline
Friend
 
Join Date: Jul 2022
Location: Ierusalem
Posts: 63
Rept. Given: 0
Rept. Rcvd 31 Times in 21 Posts
Thanks Given: 0
Thanks Rcvd at 333 Times in 57 Posts
CXVUSER Reputation: 31
Quote:
Originally Posted by NULL0B View Post
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
Reply With Quote
  #6  
Old 05-10-2023, 06:07
NULL0B NULL0B is offline
Guest
 
Join Date: Mar 2022
Posts: 3
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 2
Thanks Rcvd at 0 Times in 0 Posts
NULL0B Reputation: 0
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
Reply With Quote
  #7  
Old 05-12-2023, 10:08
CXVUSER CXVUSER is offline
Friend
 
Join Date: Jul 2022
Location: Ierusalem
Posts: 63
Rept. Given: 0
Rept. Rcvd 31 Times in 21 Posts
Thanks Given: 0
Thanks Rcvd at 333 Times in 57 Posts
CXVUSER Reputation: 31
Quote:
Originally Posted by NULL0B View Post
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

Last edited by CXVUSER; 05-12-2023 at 11:44.
Reply With Quote
The Following User Says Thank You to CXVUSER For This Useful Post:
Zeokat (05-13-2023)
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 18:02.


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