In learning the process of Android development you, you tend to learn how other people's application is developed, those beautiful animations and exquisite layout may let you put it down, as a developer, you may want to know how these effects interface is to achieve, at this time, You can then reverse-compile the app's apk. Here is a brief tutorial on some of the articles I've consulted.(Note: Anti-compilation is not to let developers go to an application to solve the heavy load of what, the mai
places, which is the maximum amount of JavaBeans that fatmouse can obtain.
Sample Input
5 37 24 35 220 325 1824 1515 10-1-1
Sample output
13.33331.500
Authorchen, Yue
Sourcezjcpc2004
Recommendjgshining greedy sort by swap ratio. It starts from the exchange ratio.
# include
# include
# include
using namespace STD; struct Jud {Double J, F, JF;} JD [1010]; int CMP (Jud A, Jud B) {return. jf> B. jf;} int main
used as a reference for software development by others based on the design elements such as ideas, principles, structures, algorithms, processing processes, and running methods used by software products of others, or directly used in your own software products.Decompilation is a complex process, so the more advanced the language, the more difficult it is to decompile, but there are still a lot of decompilation software:VB: vbexplorer, VB decompilation genie, and vbrezq; only interface images ca
During this time, I was learning about Android Application Development. I was thinking that since it was developed in Java, it should be a good decompilation to getSource codeGoogle, it is really simple. The following is my practice process. I solemnly declare that the purpose of the post is not to crack the software of other people, but it is completely a learning attitude, but it seems that some foreign software can be customized in this way. 1. decompile the APK to get the Java sourceCode
JavaProgramDecompilation Tool
: Http://java.decompiler.free.fr /? Q = jdgui
JD-GUI
JD-GUI is a standalone graphical utility that displays Java source codes of ". Class" files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.
JD-GUI is free for non-commercial c
) downloadOfficial Latest Version: Apktool (google code) dex2jar(google code) Jd-gui (google Code) the latest version, see the officialTool Description:Apktool Function: Resource file gets, can extract picture file and layout file for use viewDex2jarRole: Decompile the apk into Java source code (Classes.dex into a jar file)Jd-gui Role: View the apk in the Classes.dex converted into a jar file, namely the
Catalogue
Directory
Objective
Tools
Flow chart
Get Classesdex
apk
Jar
Odex
Baksmail
Smail
Classesdex-classes-dex2jarjar
Jd-gui
View resource files and XML
APK installation
Unpacking apk
Pack apk
PrefaceWhy do I need to decompile?
Anti-compilation apk. For example, there are many good apk in the market, the impleme
Transferred from: http://blog.csdn.net/vipzjyno1/article/details/21039349/In learning the process of Android development you, you tend to learn how other people's application is developed, those beautiful animations and exquisite layout may let you put it down, as a developer, you may want to know how these effects interface is to achieve, at this time, You can then reverse-compile the app's apk. Here is a brief tutorial on some of the articles I've consulted.(Note: Anti-compilation is not to le
package to a directory, such as c: \ soft.2> enter dex2jar in the DOS window. bat directory, execute the doscommand: dex2jar. bat c: \ soft \ source \ classes. dex c: \ soft \ source, command to generate classes. dex. dex2jar. jar file.3. Install jd-gui, which decompile the jar file into a Java source file: Http://java.decompiler.free.fr/jd-gui/downloads/jd-gui-
Android APK decompilation is as simple as this (with the picture), androidapk
In the process of learning Android development, you will often learn how other people's applications are developed. Those beautiful animations and exquisite la S may make you easy to understand. As a developer, you may want to know how these effects are implemented. In this case, you can decompile and view the modified APK. The following is a simple tutorial for my reference.
(Note: decompilation is not intended for de
Android decompile apk (1), android decompile apkWhy decompilation:
As a personal developer, sometimes you can see exquisite UI effects and interesting functions. Do you have the urge to refer to learning. Decompiling the android apk is to extract the source code from the apk, including the resources (slice, music, layout files, and so on.Recommended reading:
For decompilation apk, read the article My Notes: (1). Related Software:
Dex2jar------convert APK into Java source code (qq.apk into qq_dex
In learning the process of Android development you, you tend to learn how other people's application is developed, those beautiful animations and exquisite layout may let you put it down, as a developer, you may want to know how these effects interface is to achieve, at this time, You can then reverse-compile the app's apk. Here is a brief tutorial on some of the articles I've consulted.(Note: Anti-compilation is not to let developers go to an application to solve the heavy load of what, the mai
preparatory work
Download the anti-compilation tool Apktool, Dex2jar
Jar View tool Jd-gui for Mac
: http://download.csdn.net/detail/linsen618/86682091. Decompile The resource file
Open the terminal CD to the directory that holds the Apktool (you can use LS to view the folders in the current directory, and then keep looking for CDs to APKTOOL)
Input chmod +x apktool modify Apktool to executable
Enter ./apkt
Start looking decompile tool that determines jd-eclipse intends to use the online upgrade, sad destroy the machine does no T, and led directly to enter the online update address can not find what Plug-ins can is updated to the following, had to Jdeclipse_update_site.zip download, unzip to myeclipse plug inside update folder and then the following things to clean u P One, OK, restart, selected inside the property. The class default program JdeclipseLas
Lists List[Vale,...] Can be added to any type of data, and can be nested, indefinite lengthStudent = ["Beimenchuixue", "Mayun", "Mahuiteng", "naichadong"]product = ["blog", "TaoBao", "Weichat", "JD"]score = ["Beim Enchuixue ", [90, 80, 66, 77, 99]List Access1. Specify insert. insert2. Insert at the end. Append3. Value deletion. Remove4. Know the index to delete and return the value. Popdel5. Clear the list. Clear6. Reverse the list. Reverse7. Sorted l
Jd-eclipse on-line installation and use of anti-compile pluginsJd-eclipse is a plugin for the Eclipse platform. It allows you to debug all the Java source code, with it, later debugging when the CTRL key can be a key to the end. Here's a brief talk about Eclipse's online installation.
Find Jd-eclipse's online installation address on the official website: http://jd.benow.ca/
place the download file in that directory.Then switch to eclipse, select the class or function without code hints, press F3, click Change attached Source:Choose the Tomcat source file we just downloaded, all the way OK.Then go back and look at our code hints, which are much friendlier:Other jar package source code is set up the same way.7, HTML, JavaScript, JSP file code automatic prompt2nd We talked about the code in the Java file automatically prompt, other types of files such as HTML, JavaSc
Apktool:http://ibotpeaches.github.io/apktool/install/Latest Version 2.0.1
Dex2jar:https://github.com/pxb1988/dex2jar Latest Version 2.0
jd-gui:http://jd.benow.ca/Latest Version 1.4.0The installation of the three software Apktool a little trouble, others are OK, basically downloaded down to be able to use the decompression.
Installation of Apktool on Mac1, found in the website link below:Basically follow the above 6 steps to OK. The first
Cfr-another java decompiler bulk decompile jar filesJd-gui is well known for the industry's proven anti-compilation prerequisites.I am currently encountering a Java Project, Community Edition, want to do a localized version, ask the official, the official said closed source, helpless under can only decompile.Faced with so many Jar,jd-gui to the anti-compilation Save, the workload is indeed very large. Fortunately, I found a good tool on the Internet.H
tool Jad
JAD is a very extensive Java decompile tool, the above jadclipse is based on the JAD decompile plug-ins, JAD file contains the MIDlet suite header information, such as the development of the application of the company, application name and size.
Official website: http://varaneckas.com/jad/ 3, Java anti-compiler Jd-gui
Jd-gui is a Java decompile tool developed in C + +, developed by Pavel Kouznetso
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.