Python for windows api hooking

333 Views Asked by At

Is it possible to write the Windows API hook / DLL injection in Python (in conjunction with MS Detours or Easyhook as a framework)? I can't find really information about it, it seems that most of the people has written this code in C++ or C#?

0

There are 0 best solutions below