We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790bf78 commit 95c7110Copy full SHA for 95c7110
DearPyInjectorRustClient/Inject.py
@@ -6,7 +6,7 @@ class Injector:
6
def InjectDLL(path: str):
7
pymem_rust = p.Pymem("RustClient.exe")
8
vbb = bytes(path, "utf-8")
9
- return inject_dll(pymem_rust.process_handle, vbb)
+ inject_dll(pymem_rust.process_handle, vbb)
10
def GetValue_Tag(tag: str):
11
return x.get_value(tag)
12
def CheckIfRustExists():
0 commit comments