Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

CokeSR/Hk4e-MhypBase

 
 

Repository files navigation

mhypbase

  • This project focuses on improving the experience of private servers, not official servers.
  • This project is not a protocol emulation of the original mhypbase.dll, users should NOT use it to connect to official servers.

The latest GitHub Action build artifact: [file]

Features

  • Disable BSoD drivers to prevent Windows from crashing.
  • Disable log uploads to prevent crash log upload.
  • Custom channel config to allow users to connect to a certain dispatch server, and remove watermark.
  • Custom sdk base url to allow users to connect to a certain sdk server without proxy.
  • Verify the signature of the dispatched data with the public key to avoid the client error 4214.
  • Encrypt account password with the public key, which can be decrypted by the server private key.
  • Filter out the RCE packets to prevent the client from being fully controlled by the server.
  • Experimental USE WITH CAUTION! Dump relative virtual addresses (RVA) to a file which will be helpful to find and identify the method offsets (RVA) with rough dump.cs generated by Lua script.
  • ......

FAQ

You can ask for help in GitHub Discussions.

Q: When do I use this project instead of RSAPatch or Akebi-GC (RSAPatch)?

A: This project is an alternative to RSAPatch and Akebi-GC (RSAPatch). If you already using Akebi-GC in private servers, it's recommended to enable the RSAPatch feature in Akebi-GC instead of using this project. If you just want to replace the dispatch RSA keys and keep updating with the latest client, it's recommended to use RSAPatch since it's more lightweight and easier to adapt to the latest client.

Q: Why are those offsets hardcoded?

A: I'm too lazy to write pattern scanning code, and some offsets are not easy to find by pattern scanning.

About

适用于3.2-3.4的mhypbase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%