I noticed in that loader you chose to find processes by image name, this seems to be common. Is this kind of the defacto standard for injecting? Do you think that I should add this functionality to Injex? Injex currently locates processes by PID or starts them up and injects based on the image path you provide, but it does not locate them by process name...
Do people locate by image name for automation reasons?