Split win_injector.c
into separate files for each injection method
#936
Labels
win_injector.c
into separate files for each injection method
#936
Currently the injector code is extremely hard to follow with multiple injection methods all being jammed into
injector_int3_cb
for Windows. Splitting each injection method into its own file and own callback function would make the various paths a lot easier to follow. An attempt at this has been already made in https://github.com/tklengyel/drakvuf/tree/injector but it needs to be dusted off and restarted on the latestlibinjector
.The text was updated successfully, but these errors were encountered: