DLL Injection Hook Not Working in WPF Application
i am student studying reverse engineering.
These days, I am learning API Hook using DLL Injector
I made personal DLL Injector using C# WPF and C++/CLI
also i have created a DLL that hooks the send
function of ws2_32.dll
to call OutputDebugString
and log messages in DebugView whenever the send
function is called.