feat(imgui): add simple GUI interface
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user