hexsecteam/Clematis_GUI ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple desktop app that lets me choose a Windows EXE or DLL, then converts it into shellcode for authorized lab testing and saves the output to a file.
I want a clean, easy to use interface with file pickers for the input and output, a box for optional command line arguments, toggles for compression and obfuscation, and a clear status area that shows whether the conversion worked. It should detect whether the file is x86 or x64, show the file size, and give helpful messages if something goes wrong.
Please also make it usable from the command line, so I can run the same conversion without the GUI when needed. If you need to check current docs or best practices for any library, feel free to look them up online.