41 lines
1010 B
Markdown
41 lines
1010 B
Markdown
# Ehwrj Portable Build
|
|
|
|
Ehwrj is a clean-room War Thunder live map companion for Windows.
|
|
|
|
This release package contains only the rebuilt benign application and its runtime files. It does not include the original analyzed sample.
|
|
|
|
## Run
|
|
|
|
Prerequisite:
|
|
|
|
- Install Microsoft .NET 8 Desktop Runtime for Windows x64.
|
|
|
|
Steps:
|
|
|
|
1. Start War Thunder.
|
|
2. Confirm the local map is available at `http://127.0.0.1:8111/map_info.json`.
|
|
3. Run `Ehwrj.exe`.
|
|
4. Use the main window to enable or disable the overlay.
|
|
|
|
## Network Scope
|
|
|
|
- Ehwrj reads War Thunder's local loopback API at `127.0.0.1:8111`.
|
|
- Ehwrj does not contact external hosts.
|
|
- Ehwrj does not read unrelated user files.
|
|
|
|
## Settings
|
|
|
|
Settings are saved under:
|
|
|
|
```text
|
|
%LOCALAPPDATA%\Ehwrj\settings.json
|
|
```
|
|
|
|
## Files
|
|
|
|
- `Ehwrj.exe`: Windows application launcher
|
|
- `Ehwrj.dll`: application code
|
|
- `Ehwrj.Core.dll`: local API parsing and projection logic
|
|
- `*.dll`, `*.json`: application and Avalonia dependencies
|
|
- `SHA256SUMS.txt`: package file checksums
|