RedMeansWar/GhostStudio ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Windows desktop app called GhostStudio that helps with the hardware modding and utility tasks I use it for.
I want a clean main window with a few easy to use controls, status messages, and the ability to connect to a device over USB, read and write data, and handle the low level byte and endian stuff safely in the background. It should feel like a practical tool, not a flashy app, and it should be easy to keep adding new functions later.
Please organize the code so the main form stays readable, with separate helper code for constants, enums, structures, USB communication, and utility methods. Make it stable, responsive, and easy to understand, with basic error handling and helpful messages when something goes wrong. If you need to check current docs or best practices for any library or API, feel free to look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit