Skip to content
forked from aschrein/apiparse

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

Notifications You must be signed in to change notification settings

WenJJJ/apiparse

 
 

Repository files navigation

$ 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.0%
  • PHP 7.6%
  • Python 3.0%
  • Other 0.4%