Simple-DLL-Injection icon indicating copy to clipboard operation
Simple-DLL-Injection copied to clipboard

Notepad

Open eacbypass opened this issue 3 years ago • 1 comments

Trying to inject into notepad with this method seems to not work, and it also doesnt work for any other processes i've tried.

eacbypass avatar Jan 09 '22 02:01 eacbypass

make sure you use the window name as the string you input is handled with "FindWindowA". if you want to use for example a path or name of the executable you need to iterate through all processes, check the file path or whatever and then get the HWND from there

realbadidas avatar Feb 04 '22 10:02 realbadidas