2025-09-01 14:53:31 +08:00
2025-09-01 14:53:31 +08:00

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.
Readme 26 KiB
2025-09-01 07:50:36 +00:00