feat(imgui): add simple GUI interface

This commit is contained in:
notcpuid
2025-11-19 17:03:07 +03:00
parent 73808eda60
commit 6b4c32f672
6 changed files with 837 additions and 8 deletions

View File

@@ -30,7 +30,9 @@ Packer by default works off a command line. Listed below are the arguments requr
## Usage example
```commandline
Usage: pe-packer <input> <output> mutations_count -mba ... -noaslr -fpack 0x00401040 0x00401072
pe-packer.exe <input.exe> <output.exe> <mutations> [flags...]
pe-packer.exe file.exe file_packed.exe 5 -mba -senc -fpack 0x401040 0x401072
```
> [!NOTE]
@@ -46,3 +48,4 @@ I am going to periodically update the functionality, add new tricks that I find,
* [AsmJit](https://github.com/asmjit/asmjit)
* [PeBliss](https://github.com/BackupGGCode/portable-executable-library)
* [Dear ImGui](https://github.com/ocornut/imgui)