5ea02bfbfc02e87790bfef62b844f8162d102f73
PReloader
A patched version of the closed-source PreLoader, deobfuscated with some restrictions removed.
Tip
The patch contents may vary in different versions. Please read the release notes.
Notes
- This is a patch directly on the original binary DLL, so no guarantees can be given, it should work as is.
- If you encounter crashes, please file an issue or chat with us in the community.
Usage
For developers
- Use PReloader to replace PreLoader, just add the repository in
xmake.lua:
add_repositories("liteldev-free-repo https://github.com/liteldev-free/xmake-repo.git")
-- If you haven't imported the package yet...
add_requires("preloader")
-- Use it in your project....
target("YourProj")
add_packages("preloader")
For reverse engineers
- If IDA can't disassemble or identify a function correctly, Igor's tip is your friend.
For regular users
- Just replace
PreLoader.dll.
Community
Our vision is to build an open and inclusive Minecraft: Bedrock Edition ecosystem.
Description
A patched version of the closed-source PreLoader, deobfuscated with some restrictions removed.
PReloader v1.13.0
Latest