https://github.com/liteldev/peeditor
A tool to inject PreLoader to Minecraft Bedrock Dedicated Server
https://github.com/liteldev/peeditor
Last synced: 3 months ago
JSON representation
A tool to inject PreLoader to Minecraft Bedrock Dedicated Server
- Host: GitHub
- URL: https://github.com/liteldev/peeditor
- Owner: LiteLDev
- License: gpl-3.0
- Created: 2022-04-19T03:17:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T08:59:25.000Z (about 1 year ago)
- Last Synced: 2025-10-04T00:33:42.772Z (9 months ago)
- Language: C++
- Homepage:
- Size: 360 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# PeEditor
A tool to inject PreLoader to Minecraft Bedrock Dedicated Server
This utility provides feature of generating modified BDS executable file for LeviLamina.
## Install
```sh
lip install github.com/LiteLDev/PeEditor
```
## Usage
```text
Usage:
PeEditor [OPTION...]
-m, --mod Generate mod.exe (will be true if no arg passed)
-p, --pause Pause before exit (will be true if no arg passed)
-b, --bak Add a suffix ".bak" to original server exe (will be true if no arg passed)
--inplace name inplace
-o, --output-dir arg Output dir (default: ./)
--exe arg executable file name (default: ./bedrock_server.exe)
--verbose Verbose output
-V, --version Print version
-h, --help Print usage
```
## Used Projects
| Project | License | Link |
|----------|---------|------------------------------------------------------------------|
| pe_bliss | Special | |
| cxxopts | MIT | |
| fmt | MIT | |
| spdlog | MIT | |
## Contributing
Ask questions by creating an issue.
PRs accepted.
## License
GPL-3.0-or-later © LiteLDev