Tagged Questions
0
votes
2answers
1k views
LoadLibraryW doesn't work while LoadLibraryA does the job
I have written some sample program and DLL to learn the concept of DLL injection.
My injection code to inject the DLL to the sample program is as follows (error handling omitted):
std::wstring ...