mirror of
https://github.com/Theaninova/WanganSunrise.git
synced 2025-12-11 02:56:17 +00:00
22 lines
363 B
Markdown
22 lines
363 B
Markdown
# Enma Compat
|
|
|
|
Library with CLI tool to work with Enma Engine's emedded data.
|
|
|
|
As of now only Windows PE files are supported.
|
|
|
|
## CLI
|
|
|
|
You can use the CLI to inspect data contained in the binary
|
|
|
|
```sh
|
|
# Only need to run this once
|
|
enmacompat --path path/to/exe analyze
|
|
|
|
# This is for inspecting
|
|
enmacompat --path path/to/exe extract
|
|
```
|
|
|
|
## Blender Script
|
|
|
|
TODO;
|