Sobeston / injector

Very basic dll injector written in zig, for windows. Assumes the injector, target process, and dll are of the same bitness. Usage: ./injector process-id absolute-path-of-dll (powershell: ./injector (Get-Process process-name).id absolute-path-of-dll).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Very basic dll injector written in zig, for windows. Assumes the injector, target process, and dll are of the same bitness. Usage: ./injector process-id absolute-path-of-dll (powershell: ./injector (Get-Process process-name).id absolute-path-of-dll).

License:MIT License


Languages

Language:Zig 100.0%