Become a sponsor to Duncan Ogilvie
With your sponsorship I will be able to spend more of my time developing x64dbg and other open source projects!
If you use x64dbg in a commercial setting you can support the development by sponsoring me.
Note: It is possible to make a one-time donation. Unlike Bountysource GitHub does not take a 10% cut.
Current projects
Recently I've been working on:
- Bug fixes and performance improvements for x64dbg
- A beginner-friendly build system based on CMake and TOML: cmkr
- A python library to call functions in dump files (useful for malware analysis): dumpulator
- A ghetto user mode emulator for kernel drivers to analyze an anti-cheat: driver_unpacking
See the featured work below for other interesting things I've been up to.
Sponsoring me is purely a gift. You don’t get any product or service in return.
Featured work
-
x64dbg/x64dbg
An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
C++ 44,792 -
build-cpp/cmkr
Modern build system based on CMake and TOML.
C++ 454 -
mrexodia/dumpulator
An easy-to-use library for emulating memory dumps. Useful for malware analysis (config extraction, unpacking) and dynamic analysis in general (sandboxing).
C 749 -
mrexodia/AppInitHook
Global user-mode hooking framework, based on AppInit_DLLs. The goal is to allow you to rapidly develop hooks to inject in an arbitrary process.
C 160 -
mrexodia/TitanHide
Hiding kernel-driver for x86/x64.
C 2,116 -
mrexodia/NtPhp
Ever wanted to execute PHP in your kernel driver? Look no further!
C 101