Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/parsiya/winapputil
- Owner: parsiya
- License: mit
- Created: 2017-10-12T01:29:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T04:25:11.000Z (about 7 years ago)
- Last Synced: 2024-11-14T11:31:00.404Z (2 months ago)
- Topics: instrumentation, winappdbg
- Language: Python
- Homepage: https://github.com/parsiya/Parsia-Clone/tree/master/code/winappdbg
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/