You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: