injector icon indicating copy to clipboard operation
injector copied to clipboard

A python DLL injector able to call exported functions.

Results 3 injector issues
Sort by recently updated
recently updated
newest added

` injector.load_from_pid(pid) AttributeError: 'Injector' object has no attribute 'load_from_pid'`

If I try to inject a dll into notepad (x64 python, x64 notepad) it will just raise WinError. The error is raised in write_memory

Does it use the same format as the C functions?