- 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. - This project renames
Astrolabe.dll
andMiHoYoMTRSDK.dll
in*_Data/Plugins
folder to BAK files. If you want to connect to the official server, you should rename them back, manually.
The latest GitHub Action build artifact: [file]
- Disable BSoD drivers to prevent Windows from crashing.
- Disable log uploads to prevent crash log upload.
- Encrypt account password with the public key, which can be decrypted by the server private key.
- Verify the signature of the dispatched data with the public key to avoid the client error 4214.
- Filter out the RCE packets to prevent the client from being fully controlled by the server.
- ......