This is what you need to know to download, install and begin to use WinAppDbg:
The current version is 1.4. You can choose any of the following files (if in doubt, pick the first):
The programming manuals can be consulted online, but they’re also provided as CHM help files for download:
The Sourceforge project’s download page contains all versions. You can also get the bleeding-edge version as a source code tarball from the subversion repository.
Simply run the Windows installer package and follow the wizard.
Alternatively, if you prefer using EasyInstall (setuptools), type the following at the command prompt
easy_install winappdbg
And WinAppDbg will be automatically downloaded and installed from the PyPI repository.
If you prefer to install directly from the sources package, extract it to any temporary folder and run the following command
setup.py install
Naturally you need the Python interpreter. There are two basic flavors, just pick your favorite:
If you’re still using Python 2.4 you’ll need to install some additional modules:
The diStorm <http://code.google.com/p/distorm/> disassembler is also required. You can download the official Python wrappers (32 bits only, manual install) or our own installers. Bear in mind that the official build is more likely to stay up to date.
Note
If you don’t install diStorm, all classes and methods of the debugger not related to dissassembling will still work correctly.
The following packages provide extra features and performance improvements, but they’re not required to use WinAppDbg:
This package has been tested under Windows XP and above (both 32 and 64 bits) using Python 2.6. It was loosely tested under Windows 2000, Wine and ReactOS, and some bugs are to be expected in these platforms (mainly due to missing APIs).
If you find a bug or have a feature suggestion, don’t hesitate to send an email to the [https://lists.sourceforge.net/lists/listinfo/winappdbg-users winappdbg-users] mailing list. Both comments and complaints are welcome! :)
The following tables show which Python interpreters, operating systems and processor architectures are currently supported. Full means all features are fully functional. Partial means some features may be broken and/or untested. Experimental means there is a subversion branch with at least partial support, but hasn’t been merged to trunk yet. Untested means that though no testing was performed it should probably work.
Python interpreters
Python 2.4
full
Python 2.5
full
Python 2.6
full
Python 2.7
full
Python 3.x
experimental
(see this branch)
Operating systems
Windows XP
full
Windows Vista
full
Windows 7
full
Windows Server 2003
full
Windows Server 2003 R2
full
Windows Server 2008
full
Windows Server 2008 R2
full
Windows 2000 and older
partial
(some Win32 APIs didn’t exist yet)
ReactOS
untested
(probably similar to Windows 2000)
Linux (using Wine 1.2)
untested
(reported to work on Ubuntu)
Linux (using Wine 1.3)
untested
(reported to work on Ubuntu)
Architectures
This package is released under the BSD license, so as a user you are entitled to create derivative work and redistribute it if you wish. A makefile is provided to automatically generate the source distribution package and the Windows installer, and can also generate the documentation for all the modules using Epydoc. The sources to this documentation are also provided and can be compiled with Sphinx.