aschrein / apiparse

Small project to learn windows dll hooking techniques based on sources of renderdoc and apitrace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ cmake -G "Visual Studio 15 2017 Win64" ..
$ build apiparse
$ ./apiparse.exe include_d3d11.cpp -o d3d11api.py  --
$ python d3d11api.py > d3d11wrapper.cpp
$ build injector, injectee_iat
$ ./inject.exe "$PATH_TO_APP"
$ cat log

About

Small project to learn windows dll hooking techniques based on sources of renderdoc and apitrace


Languages

Language:C++ 89.1%Language:PHP 7.6%Language:Python 3.0%Language:C 0.3%Language:CMake 0.1%