![]() |
#1
|
|||
|
|||
JEB 4.18
JEB Decompiler 4.18.0.202206260355 -> JDK 11.0.x X64 minimum requirements
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 - avrdec: decompiler enabled - Decompiler exporter fixed - callgraph enabled]] Download: https://www115.zippyshare.com/v/kI8fuXeG/file.html Write about your problems, I will try to solve them very quickly ok? Do you post it on other reverse sites from cxv ok? Sorry may bad english) please post this content if it works on (52pojie.cn) The next episodes will come out as soon as possible (we promise) Last edited by CXVUSER; 08-09-2022 at 02:18. Reason: Do you post it on other reverse sites from cxv ok? |
#2
|
||||
|
||||
it dosn't lunch for me JDK 8, 11, 17, and 18 installed in my pc...
|
#3
|
|||
|
|||
@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 Hope this helps. Regards, Tony
__________________
Want to learn unpacking ... but I'm too stupid ![]() |
![]() |
Tags |
android, java decompiler |
Thread Tools | |
Display Modes | |
|
|