• Stars
    star
    420
  • Rank 103,194 (Top 3 %)
  • Language
    Python
  • Created over 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WinAppDbg Debugger

What is WinAppDbg?

The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment.

It uses ctypes to wrap many Win32 API calls related to debugging, and provides an object-oriented abstraction layer to manipulate threads, libraries and processes, attach your script as a debugger, trace execution, hook API calls, handle events in your debugee and set breakpoints of different kinds (code, hardware and memory). Additionally it has no native code at all, making it easier to maintain or modify than other debuggers on Windows.

The intended audience are QA engineers and software security auditors wishing to test / fuzz Windows applications with quickly coded Python scripts, as well as malware analysts and researchers wishing to instrument and test Windows binaries. Several ready to use utilities are shipped and can be used for this purposes.

Current features also include disassembling x86/x64 native code, debugging multiple processes simultaneously and produce a detailed log of application crashes, useful for fuzzing and automated testing.

Where can I find WinAppDbg?

More Repositories

1

googlesearch

Google search from Python.
Python
1,027
star
2

shellcode_tools

Miscellaneous tools written in Python, mostly centered around shellcodes.
C
141
star
3

vuln_tools

Tools to work with vulnerability standards.
Python
19
star
4

forensic_tools

"Forensic" in this case is just a fancy word for "file parsers". Sounds a hell of a lot better, you know.
Python
11
star
5

OllyMSDN

This plugin will replace WIN32.HLP with online help from the MSDN website.
C
11
star
6

cve_wordpress

A tool to enumerate CVEs to check based on the WordPress version.
Python
9
star
7

network_tools

Collection of miscellaneous utilities and libraries written in Python, mostly centered around scripting Web services from Python.
Python
9
star
8

x2vnc

Automatically exported from code.google.com/p/x2vnc
C
8
star
9

kitchensink

Miscellaneous tools I've been writing over the years.
Python
7
star
10

shellgen

ShellGen - Backed up from http://inguma.eu/project/shellgen
Python
7
star
11

rtsp-fuzzer

An RTSP proxy I wrote in 2007, to be used in fuzzers.
Python
6
star
12

win32-assembly-projects

My old Win32 assembly languaje programs (circa 2003). I'm uploading them here mostly for backup and nostalgia. :)
C
5
star
13

url_shortener_utils

Having fun with URL shorteners
Python
5
star
14

vtrace-mirror

Automatically exported from code.google.com/p/vtrace-mirror
Python
5
star
15

binary_tools

Small tools and scripts to work with binary files.
Python
5
star
16

impacket-builder

Docker container to build Impacket on Windows and Linux.
Shell
3
star
17

ListServices

A small tool to list all cryptographic services available to Java. https://breakingcode.wordpress.com/2011/07/20/quickpost-listing-all-available-java-cryptographic-services/
Java
3
star
18

crasher

This was a simple userspace crash generator and catcher for Windows that I wrote in 2007. It's here just for backup and nostalgia. :)
Python
2
star
19

radarecon-2020-ctf

A few challenges I wrote for the RadareCon 2020 CTF
C
2
star
20

ioquake3-server-docker

Dockerized ioquake3 headless server
Dockerfile
2
star
21

secondlife-experiments

Some old (2007) experiments with the Second Life protocol. Not currently working anymore, since the protocol has obviously changed a lot.
Python
1
star