Install the jd-gui decompilation software manually in myEclipse8.5 or eclipseDownload the jdeclipse_update_site.zip URL is (http://dldx.csdn.net/fd.php? I = 327652376819381 s = 9455bbdce1a58b59ed0a28069f4ef412) requiredIf you have a csdnjavasiteyeaccount number, you can directly search for the name jdeclipse_update_site.zip on the Internet. I believe you can download it, decompress it, and import plugins.Copy jd
Java is cross-platform, Jd-gui provides support for multiple systems, but it is not recommended to install directly, the fastest way to directly download the jar package, and then run with Java-jar.The current version is 1.4.0, which stays in 2015 and is expected to be updated recently because Java 9 is out and the corresponding syntax sugar estimate may be modified.Official website: Https://github.com/java-decompilerDownload: https://github.com/java-
JD Installation Instructions:Eclipse Plugin Installation * * * *1. Search for and download Jdeclipse_update_site.zip online2. Install New Software, Eclipse, ADD3. Enter a name, such as JD. Select the location of the ZIP package in the following path. Click Install4. Windows->preference->file association-> Sets the default open mode for class and class without source to JD's Class File viewer (coffee mug ico
Eclipse Install jd-eclipse anti-compile pluginreprinted December 24, 2017 15:19:27 http://heavengate.blog.163.com/blog/static/202381053201447560899/1. help-in Eclipse "Install New software ..." Add a new software development, add its source:name:JD-eclipse_update_site address:http://jd.benow.ca/jd-eclipse/update 2, select the resources that appear, the next installation, and finally restart;3, set in
, can not be viewed directly. Second, download APK anti-compilation tool Dex2jar, is to convert the Classes.dex in the apk into a jar fileSpecific steps:(1) Download Dex2jarDex2jar:Http://sourceforge.net/projects/dex2jar/files/?source=navbar(2) To unzip the apk file to get the Classes.dex, which is the Java file compiled and then packaged with the DX tool(3) Navigate to the dex2jar-2.0 folder at the command line, runSH dex2jar.sh ~/apk/classes.dex (Directory of DEX files)Final BuildClasses_dex2j
Here is a key section, if you need to see the original English, click the link below. The Chinese part below is my simple translation.I decompiled an apk file using Dex2jar and opened the resulting jar file in Jd-gui. I can view almost all of the code nicely but one section-the constants-displays only//INTERNAL ERROR//And nothing Else. Is there a-to retrieve the constants?Problem:I used the Dex2jar tool to decompile the APK file, but when I used
OverviewEvery enterprise holds a forest of branched system spread across a number of business units deployed over time. Moreover these systems bring a natural challenge for data migration at the time of system migration towards any ERP suite such as Oracle JD Edwards. Fortunately these data migration challenges is well covered inside JDE through multiple mechanisms. In the series of blogs posts I am going to cover some of the possibilities of data mig
Java Anti-compilation tool (Jd-eclipse plugin)There are many kinds of Java anti-compilation tools, such as: Jadclipse, Jad, Jd-gui and so on, I choose is jd-eclipse plug-in, because I do not need to modify the jar source code, just to check, if you want to modify the source can use Jad pluginInstall the Jd-eclipse plug
://www.hiapk.com/bbs/thread-21261-1.html. The APK obtained after the signature can be installed in the mobile phone.
A2. axmlprinter2.jarPut it in the android-sdk-windows-1.5_r3/Tools FolderRun cmd, go to the tools directory, and run Java-jar axmlprinter2.jar main. xml> main.txt;Then we get the decompiled XML file;
After so much experience, we only get part of the layout file and resource file, but the Java file is still "half-masked ".
Next, let's set off her red cover:
B. dex2jarDownload: htt
I. On-line installation1. Open Eclispe and select Help->install New Software on the Eclipse menu bar2, click Install New softeware to enter the window.3, click the Add button in the dialog box, and then enter the name and download link in the popup dialog (because it may be a bit slow and wait a little longer in the download) as shown inName:jd-eclipse_update_siteLocation:http://jd.benow.ca/jd-eclipse/update4, click the OK button appears below the dia
Recently, someone in the group asked how to do the APK anti-compilation under the Mac, I have not tried, was previously in Windows Anti-compilation, Windows is very simple, there are many better integration tools, such as apkide (change the rationale), but I guess the Mac should be similar to Windows under, Taking advantage of Kegua Zi's kung fu, I studied how the next Mac under the APK decompile, in fact, is the same as under Windows, where I recorded the following:The first step: Download the
using Jd-gui to decompile Android codeThis address: Http://blog.csdn.net/caroline_wendyAndroid Program bug , you need to rely on the bug to find out where the problem occurs;need to use tools dex2jar.sh and Jd-gui, and add dex2jar.sh into the system path;Change the APK package that you need to decompile into a zip file, unzip it, and find the ". Dex" File, "Classes.dex";Use the command:SH dex2jar.sh ~/deskt
Problem
The APK file was recompiled with the Dex2jar tool, but when I used Jd-gui to decompile the jar file obtained by the previous operation, some of the classes could not be displayed and only the error was displayed:
INTERNAL ERROR// reason
Jd-gui cannot resolve this class file resolution method
Replaces the Jd-gui Java Luyten (Luito) with the Java anti-c
the jar and see the structure of the code inside.where A,b,c and so on are confused code can only look at the code structure.Note: Sometimes the code anti-compilation error, there are some apk confusion causes can not be normal anti-compilation, this has a connection to solve the problem, very goodConnection: http://blog.csdn.net/jiangwei0910410003/article/details/51671019If the normal apk does not compile successfully it is necessary to see the download of the Apktool tool has a problem.In fac
Get your own Mac book Pro, a word "cool". These two days in the installation of some software, because they want to do some Java development, so the Java decompile tool is indispensable, previously in the Windows platform has been used Djcompiler, now need to find a substitute on the Mac, the results found JD | Java Decompiler (http://java.decompiler.free.fr/) gadgets. This tool works well and can be run as a separate application or as a plug-in for E
Change the APK suffix name you want to decompile to. rar or. zip, and unzip
2Get the Classes.dex file (which is the Java file compiled and then packaged by the DX tool), and put the obtained classes.dex into the previously extracted tool dex2jar-0.0.9.15 folder
3Under command line, navigate to the directory where Dex2jar.bat is located, and enter D2j-dex2jar.bat Classes.dex.The effect is as follows:
4In this directory will generate a Classes_dex2jar.jar file, and then open the tool
1. Reason: Due to improper management of the company's code to cause the source lost, had to compile the class file to modify2. First create a new Java project in MyEclipse and import the Javassist3. Place the files that need to be modified under the specified folder4: Add the following code to the project PackageDTJ;Importjavassist. Classpool;Importjavassist. Ctclass;Importjavassist. Ctmethod;Importjavassist. notfoundexception; Public classMyTest {///////ingress Start function Public Sta
In front of a long time to use JAD, a variety of download plug-ins, finally configured, or can not use, do not know how to go,Think of the use of Jd-gui.exe this tool, is a variety of powerful AH!!!Only need to put the jar directly into the package can be, very clear, all resolved!!!Well, the code comes out and can be saved as file-"Save JAR sources, which is saved as an anti-compiled source code."Then in Eclipse's class file, specify the change attac
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.