Exetools  

Go Back   Exetools > General > Community Tools

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 07-30-2022, 10:06
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 4.18

JEB Decompiler 4.18.0.202206260355

Requirements: JDK 11.0.X 64 bit, 64-bit OS

mod by CXV (v2)

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 (fixed in v2)
- dexdec: instruction conversion recovered
- gui: Usage of the clipboard is disallowed fixed
- jdb2: Saving or loading projects is disabled fixed
- android debug enabled
- avrdec: decompiler enabled
- Decompiler exporter fixed
- callgraph enabled

Download: https://www30.zippyshare.com/v/1D4uY6rQ/file.html

Last edited by CXVUSER; 08-18-2022 at 12:24.
Reply With Quote
The Following User Gave Reputation+1 to CXVUSER For This Useful Post:
Mendax47 (08-16-2022)
The Following 10 Users Say Thank You to CXVUSER For This Useful Post:
chuotcan (08-17-2022), darkBLACK (08-02-2022), Doit (08-12-2022), Mendax47 (08-01-2022), niculaita (07-30-2022), p4r4d0x (08-01-2022), saltatofflor (08-01-2022), tonyweb (07-31-2022), traf0 (08-02-2022), zeuscane (07-31-2022)
  #2  
Old 08-04-2022, 13:29
Mendax47's Avatar
Mendax47 Mendax47 is offline
Family
 
Join Date: Jun 2016
Location: Earth..
Posts: 206
Rept. Given: 35
Rept. Rcvd 8 Times in 7 Posts
Thanks Given: 685
Thanks Rcvd at 255 Times in 99 Posts
Mendax47 Reputation: 8
it dosn't lunch for me JDK 8, 11, 17, and 18 installed in my pc...
Reply With Quote
  #3  
Old 08-07-2022, 00:22
tonyweb tonyweb is offline
Family
 
Join Date: Jan 2009
Posts: 190
Rept. Given: 190
Rept. Rcvd 95 Times in 36 Posts
Thanks Given: 1,901
Thanks Rcvd at 299 Times in 122 Posts
tonyweb Reputation: 95
@Mendax47
Create a new [simpler] batch file in main folder (next to jeb_wincon.bat) so it will always use the actual JAVA_HOME you set (change in the file accordingly):

Code:
@echo off

rem Start-up script for JEB (Windows Console)
set JVMOPT=
if exist "%~dp0jvmopt.txt" set /p JVMOPT=<"%~dp0jvmopt.txt"
rem Manual override for JVM options: uncomment the following line and adjust if necessary
rem set JVMOPT=-Xss4M -Xmx8G

rem *** CHANGE YOUR JAVA_HOME HERE ***
set JAVA_HOME="D:\Programs\JDK 13"
set JAVA=%JAVA_HOME%\bin\java.exe

%JAVA% %JVMOPT% -jar "%~dp0bin\app\jebc.jar" %*

pause
Make sure you point to a 64-bit JVM.
Hope this helps.

Regards,
Tony
__________________
Want to learn unpacking ... but I'm too stupid
Reply With Quote
The Following 5 Users Say Thank You to tonyweb For This Useful Post:
arlequim (08-07-2022), CRC32 (08-07-2022), Mendax47 (08-07-2022), niculaita (08-07-2022), p4r4d0x (08-08-2022)
  #4  
Old 08-16-2022, 00:05
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,
Thanks

I would like to report that emulated string decription (pink strings) is not working.

You can test this sample with bbs.pediy jeb demo 416 in the class XPosed
github[.]com/rockz5555/NFG-Multi-Crack/releases/download/145/NFG.Multi.Crack.v1.4.5.A11+.apk

Also bbs.pediy jeb demo 416 has other restrictions lifted maybe can help

Regards
Reply With Quote
  #5  
Old 08-16-2022, 11:22
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,
Thanks

I would like to report that emulated string decription (pink strings) is not working.

You can test this sample with bbs.pediy jeb demo 416 in the class XPosed
github[.]com/rockz5555/NFG-Multi-Crack/releases/download/145/NFG.Multi.Crack.v1.4.5.A11+.apk

Also bbs.pediy jeb demo 416 has other restrictions lifted maybe can help

Regards
Fixed in v2 redownload please!
Reply With Quote
The Following User Says Thank You to CXVUSER For This Useful Post:
niculaita (08-16-2022)
  #6  
Old 08-16-2022, 21:22
MrScotc MrScotc is offline
Banned User
 
Join Date: Dec 2017
Posts: 33
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 29
Thanks Rcvd at 34 Times in 12 Posts
MrScotc Reputation: 1
It's a demo-fixed or pro version ?
Reply With Quote
  #7  
Old 08-17-2022, 10:50
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 MrScotc View Post
It's a demo-fixed or pro version ?
demo-full-fixed
Reply With Quote
Reply

Tags
android, java decompiler

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 08:42.


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