https://github.com/liteldev/preloader
A library preloader for loading LeviLamina
https://github.com/liteldev/preloader
Last synced: 8 months ago
JSON representation
A library preloader for loading LeviLamina
- Host: GitHub
- URL: https://github.com/liteldev/preloader
- Owner: LiteLDev
- Created: 2023-01-25T16:22:34.000Z (over 3 years ago)
- Default Branch: release
- Last Pushed: 2025-09-22T15:17:02.000Z (9 months ago)
- Last Synced: 2025-10-04T00:34:15.495Z (9 months ago)
- Homepage:
- Size: 179 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/asmjit.md
Awesome Lists containing this project
README
# PreLoader
A library preloader for loading LeviLamina
This is the library preloader for [LeviLamina](https://github.com/LiteLDev/LeviLamina). It loads LeviLamina before game starts and provides MCAPIs required by LeviLamina and various mods. We uses windows delay load to expose and remap original symbol to our own symbol, and then we will provide them to mods.
Due to the requirements of the copyright holder, this software has been closed-source since v1.10.0, if you have any problems, feel free to file an issue.
## Install
```sh
lip install github.com/LiteLDev/PreLoader
```
## Usage
This is one of the prerequisites for using LeviLamina. You need to install this library preloader before using LeviLamina.
## Used Projects
| Project | License | Link |
| ---------------- | ---------- | ---------------------------------------------------------------- |
| pe_bliss | Special | |
| fmt | MIT | |
| nlohmann_json | MIT | |
| parallel-hashmap | Apache-2.0 | |
| detours | MIT | |
| asmjit | Zlib | |
## License
Copyright © 2024 LeviMC, All rights reserved.
Refer to EULA for more information.