Category Archives: Program & Develop

Tools mainly for programmers and webmasters.

APK Easy Tool – Manage, compile, decompile, sign and modify APK files

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

When a novice reverses an Android project, if using Android Killer, some errors often occur during decompilation or recompilation, resulting in the inability to proceed to the next step. Therefore, using some specialized tools is undoubtedly the best choice for novices. Apktool is recognized as an edge tool for APK compilation and decompilation. But its command line interface is not very friendly, so someone specially made a GUI tool for it.

Continue reading APK Easy Tool – Manage, compile, decompile, sign and modify APK files

Ini Translation Utility – Translate and maintain the language files used by programs

Ini Translation Utility is a very useful program for software developers, developed by Lorenzi Davide (Hexagora Software) from Italy. It is used to translate and maintain the translated .ini compliant language files that are used by the major part of multi-language programs on the Internet.

Continue reading Ini Translation Utility – Translate and maintain the language files used by programs

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.

DLL Injector Hacker – Inject a DLL into a process or software

When developers are doing programming or decompilers are doing decryption, they may need to perform DLL injection to test the security or stability of the program. The so-called DLL injection is to put a DLL into the address space of a running process, making it a part of that process and loading them together. If you are looking for an easy-to-use and efficient DLL injection tool, try DLL Injector Hacker.

Continue reading DLL Injector Hacker – Inject a DLL into a process or software

DevToys – A Swiss Army knife for developers

DevToys is a collection of free and open-source tools developed based on UWP and specially created for developers. It is known as the developer’s Swiss Army Knife, and can be regarded as a developer-oriented PowerToys. It integrates a lot of functions that programmers often use in their daily work, which are also organized into categories, so that you can quickly find and use them, thereby greatly improving your work efficiency.

Continue reading DevToys – A Swiss Army knife for developers

[v2023.23] DecSoft App Builder – Create apps without programming knowledge

If you want to create your own desktop or mobile applications (such as HTML5 apps, WebApps, Progressive WebApps, WebExtensions and Hybrid apps), whereas you do not even have any or at least enough programming skills, then you must ask help for some foolproof visual designers to do this. DecSoft App Builder (formerly called App Builder) is such kind of a complete and straightforward visual development environment for Windows.

Continue reading [v2023.23] DecSoft App Builder – Create apps without programming knowledge

[v3.2.11, v3.0.11, v3.0.6] Navicat Data Modeler – Excellent database modelling and designing tool

Navicat Data Modeler is a cross-platform visual database design software developed by PremiumSoft from Hong Kong in China. It comes with good usability, has practical functions such like: designs the database structure, performs a reverse or forward engineering process, imports models from the ODBC data source, generates complex SQL/DDL, and prints models. These can help user build high-quality conceptual, logical and physical data models easily and efficiently.

Continue reading [v3.2.11, v3.0.11, v3.0.6] Navicat Data Modeler – Excellent database modelling and designing tool

[v2.5.5] Jar2Exe – Convert Java program into executable file

Java programmers must feel that making Windows desktop applications in Java is worse a lot than using almost any other programming languages. Software developed with other languages is mostly the EXE format by default, whereas for Java: the less one has to run under console, the better one can only run in the form of JAR file, even with no program icon to choose from. And the most terrible thing is anyone who unzips your JAR file can instantly take in all the source code of your program in a glance.

Continue reading [v2.5.5] Jar2Exe – Convert Java program into executable file