Tag Archives: debugger

[v31.01] CMDebug – Compelling editor and batch debugger for batch 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.

The most annoying thing for a novice programmer is bugs. Reviewing the source code from scratch in order to eliminate bugs is always a headache for any programmer on the planet. In this case, having a well-designed debugger is very essential. Because that can help programmers find and fix bugs quickly, easily, and efficiently.

Continue reading [v31.01] CMDebug – Compelling editor and batch debugger for batch files

[v9.xx] HTTP Debugger – Proxy-less HTTP sniffer for web developers

HTTP Debugger is an excellent network packets capturing tool and professional HTTP sniffer & interceptor. At the same time, it is also a web monitoring and debugging toolkit and advanced HTTP analyzer that can view and analyze the communications established between web browser or any application and web server over the HTTP/HTTPS protocol in real time.

Continue reading [v9.xx] HTTP Debugger – Proxy-less HTTP sniffer for web developers

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.

[v4.2.1, v3.11.5] Hopper – Famous reverse engineering tool for Mac and Linux

Hopper is a very famous and popular reverse engineering tool for both Mac and Linux platforms, mainly used to decompile and debug any 32-bit and 64-bit executable (binary file) on Intel Mac, Linux, Windows and iOS.

Continue reading [v4.2.1, v3.11.5] Hopper – Famous reverse engineering tool for Mac and Linux

x64dbg – An open-source x64/x32 debugger for Windows

With the continuous development of processor technology, the 64-bit operating system came out. Later on, the 64-bit applications began to spread widely too. In the field of reverse engineering (i.e.: software cracking), the classic and traditional OllyDbg can only perform reverse analysis on 32-bit applications. At this time, you need to know there is another debugging software that specially designed for analyzing both 32-bit and 64-bit programs – x64dbg.

Continue reading x64dbg – An open-source x64/x32 debugger for Windows

Process Hacker – Advanced alternative of Windows Task Manager

Today’s viruses, trojans and many other malicious software are much smarter and more shrewd than ever before. In other words, the traditional methods of identifying suspicious processes such like by checking the startup items have been far from enough. For example, they have been used to embed themselves into system processes, inject into driver files, disguise as system services, and so on, so as to implement autorun and bypass the scanning and killing of most anti-virus software. As a consequence, we could see that more and more antivirus software AIDS came into popular.

Continue reading Process Hacker – Advanced alternative of Windows Task Manager

SharpDevelop – Best free, super lightweight alternative of Visual Studio

For learning or formal development of C#, there are only two best IDE for choice at present: either the 10+ GB size of Visual Studio or SharpDevelop with only 10+ MB file size. The latter is an open-source IDE with layout similar to IDEA for Java and high flexibility & extensibility, which lets a user find everything new and fresh. It never wants to be an IDE that tries to support everything as Eclipse. Instead, it just gives you an interface, and you can do all the rest by yourself.

Continue reading SharpDevelop – Best free, super lightweight alternative of Visual Studio

Firebug – Best web development helper for Firefox

Firebug is a free and open-source, complete and powerful Web development auxiliary plug-in for Mozilla’s Firefox. The same as Chris Pederick’s Web Developer, it added plentiful website designing, developing and testing tools at our fingertips. Web developers can use it to debug, edit or even delete HTML, CSS, DOM, and JavaScript code of any website.

Continue reading Firebug – Best web development helper for Firefox