kakadou / GenshinDebuggerBypass

Hoyoverse stop DMCAing random shit on github :((

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genshin Impact Debugger Bypass

A dll to prevent genshin impact from crashing.

To do

  • A injector for injecting multiple dlls.
  • Automatically close mhyprot2 handle. Special thanks to Alukym for implementing this feature.

Usage

  1. Inject this dll to genshin before injecting other dlls.
  2. Inject other dlls if you want to.
  3. Close mhyprot2 handle using "Process Explorer". (just search "mhyprot2"; Admin privileges required)
  4. Open x64dbg or other debugger with admin privileges, you should be able to attach the debugger now.

Why? 😭😭💀💀

  1. I don't like to private things that used to be public.
  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.
  3. Just like what callow said: You will release contributors' private code to public? Isn't it selfish?
    If you think I'm leaking codes, then it is.

Build

  1. Download VS2022(select c++ development) and git.
  2. Open VS2022 and clone the repo(sign in github if it asks to).
  3. Build it.

How to use packet sniffer on akebi-private?

  1. Rename the exe: wireshark.exe to 114514_1919810.exe for example.
  2. You can use packet sniffer now. Time learn how to crack KeyAuth lol
  3. Akebi Private be like: if (proc_name.find("Wireshark") != std::string::nops);

中文版Readme

https://www.deepl.com/translator 自己用翻譯 好嗎== 我懶得打字

About

Hoyoverse stop DMCAing random shit on github :((

License:GNU General Public License v3.0


Languages

Language:C++ 99.8%Language:C 0.2%