Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Can't find any active process #16

Open
MatheusSw opened this issue Nov 14, 2019 · 3 comments
Open

Can't find any active process #16

MatheusSw opened this issue Nov 14, 2019 · 3 comments

Comments

@MatheusSw
Copy link

I've been running Enter the Gungeon on the background, but the GUI injector is unable to recognize it as a process, and when I click Refresh, the injector just crashes.

@1999foxes
Copy link

same for me

@MysteryMan36090
Copy link

same here

@d0gkiller87
Copy link

Use CLI version instead, GUI version is a little broken and slow to fetch all processes, not even say some of them missed. You can write a script to invoke smi.exe everytime with parameters for convenient.

Example (Game: Gungeon Fight.exe): (Remember to add "" if the parameter contains space)
Inject: smi.exe inject -p "Gungeon Fight.exe" -a Hax.dll -n MyNamespace -c MyClass -m MyInjectMethod
Eject: smi.exe eject -p (address provided by smi after successfully injected) -a Hax.dll -n MyNamespace -c MyClass -m MyEjectMethod

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants