jthuraisamy/SysWhispers2 ? reverse-engineered prompt

Reverse engineered prompt

Build me a small command line tool that generates C and assembly syscall stubs from a list of Windows native API functions, plus a matching header file with the needed type definitions.

I want it to support choosing either a preset list or specific function names, and then write the generated files into an output folder. Please include example output files too, so I can see what the generated header, source, and assembly should look like. It should work for both x86 and x64, and the generated code should be easy to drop into a Visual Studio project.

If you need to, look up the current Windows syscall related docs or implementation details online, but keep the project simple and focused on generating the files cleanly. Also add a help screen and a few sample commands so it’s obvious how to use it from the terminal.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab