Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parsiya/winapputil

WinAppUtil is a set of utilities created to help with my use of WinAppDbg
https://github.com/parsiya/winapputil

instrumentation winappdbg

Last synced: 12 days ago
JSON representation

WinAppUtil is a set of utilities created to help with my use of WinAppDbg

Awesome Lists containing this project

README

        

# WinAppUtil
WinAppDbg is perhaps one of the most underrated Windows binary instrumentation frameworks.

As I am learning how to use it, I have created some code to help me.

## Usage
I wrote a four part WinAppDbg tutorial using this module. As this module might change, the version in the tutorial can be found in the WinAppDbg directory in my clone. You can find the links in the pages below:

- [Part 1 - Basics][winappdbg-1]
- [Part 2 - Function Hooking and Others][winappdbg-2]
- [Part 3 - Manipulating Function Calls][winappdbg-3]
- [Part 4 - Bruteforcing FlareOn 2017 - Challenge 3][winappdbg-4]

## WinAppDbg
WinAppDbg is created by Mario Vilas:

- code: [https://github.com/MarioVilas/winappdbg][winappdbg-github]
- docs (read them): [https://winappdbg.readthedocs.io][winappdbg-docs]

### License:
Opensourced under the [MIT license](LICENSE).

[winappdbg-github]: https://github.com/MarioVilas/winappdbg
[winappdbg-docs]: https://winappdbg.readthedocs.io
[winappdbg-1]: https://parsiya.net/blog/2017-11-09-winappdbg---part-1---basics/
[winappdbg-2]: https://parsiya.net/blog/2017-11-11-winappdbg---part-2---function-hooking-and-others/
[winappdbg-3]: https://parsiya.net/blog/2017-11-15-winappdbg---part-3---manipulating-function-calls/
[winappdbg-4]: https://parsiya.net/blog/2017-11-15-winappdbg---part-4---bruteforcing-flareon-2017---challenge-3/