I want to load a dll library of mine before i trigger vs' debug menu? In another word, i want to inject my dll to the new debugged process(and my dll should be loaded before any other dll except kernel32.dll). What should i do?
I want to load a dll library of mine before i trigger vs' debug menu? In another word, i want to inject my dll to the new debugged process(and my dll should be loaded before any other dll except kernel32.dll). What should i do?