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 was archived by the owner on Sep 23, 2023. It is now read-only.
1. Inject this dll to genshin before injecting other dlls.
6
+
2. Inject other dlls if you want to.
7
+
3. Close mhyprot2 handle using "Process Explorer". (just search "mhyprot2"; Admin privileges required) 
8
+
4. Open x64dbg or other debugger with admin privileges, you should be able to attach the debugger now.
9
+

10
+
11
+
12
+
## Why? :sob::sob::skull::skull:
13
+
14
+
1. I don't like to private things.
15
+
2. You can do nothing if you know nothing about reverse engineering. If you are experience in reverse engineering, you should be able to create such tool on your own.
16
+
3. Just like what callow said:
17
+
**You will release contributors' private code to public? Isn't it selfish?**
18
+
19
+
20
+
21
+
## Build
22
+
1. Download VS2022(select c++ development) and git.
23
+
2. Open VS2022 and clone the repo(sign in github if it asks to).
0 commit comments