[HELP] How to inject to hook api using VB
How to inject to hook api using VB6.
E.G. I want to protect taskmgr.exe. And I can inject a program or DLL to taskmgr.exe and it can hook OpenProcess() api.
Who can give me an example code? Thank you.
Sorry. My bad english

Class libraries created in VB have no entry point on which to call upon to execute the code when injected. C++ would be more suited to what you want to do.