An open API service indexing awesome lists of open source software.

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

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