├── inject_dll_x86.exe ├── inject_dll_amd64.exe └── README.md /inject_dll_x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrd0x/dll_inject_vs_binaries/HEAD/inject_dll_x86.exe -------------------------------------------------------------------------------- /inject_dll_amd64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrd0x/dll_inject_vs_binaries/HEAD/inject_dll_amd64.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Usage 2 | inject_dll_amd64.exe pid c:\full\path\to\dll\mod.dll 3 | 4 | # Where to find them? 5 | ```C:\Program Files(x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\Microsoft\Python\Core\debugpy\_vendored\pydevd\pydevd_attach_to_process``` 6 | --------------------------------------------------------------------------------