Exetools

Exetools (https://forum.exetools.com/index.php)
-   Community Tools (https://forum.exetools.com/forumdisplay.php?f=47)
-   -   JEB 4.18 (https://forum.exetools.com/showthread.php?t=20210)

CXVUSER 07-30-2022 10:06

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

Mendax47 08-04-2022 13:29

it dosn't lunch for me JDK 8, 11, 17, and 18 installed in my pc...

tonyweb 08-07-2022 00:22

@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

NULL0B 08-16-2022 00:05

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

CXVUSER 08-16-2022 11:22

Quote:

Originally Posted by NULL0B (Post 125761)
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!

MrScotc 08-16-2022 21:22

It's a demo-fixed or pro version ?

CXVUSER 08-17-2022 10:50

Quote:

Originally Posted by MrScotc (Post 125768)
It's a demo-fixed or pro version ?

demo-full-fixed


All times are GMT +8. The time now is 11:07.

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