marcostolosa/manw-ng ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python command line tool that helps me look up Windows API functions and, when I want, run them directly on Windows.

I want to be able to type a function name like CreateProcessW or VirtualAlloc and get back the Microsoft documentation, including a clean terminal view, plus options to export the same result as JSON or Markdown. It should support both English and Portuguese docs, and it should be smart enough to find the right page even when the exact URL is not obvious.

I also want an exec mode where I can call a DLL function from the command line, pass arguments, choose the return type, force the wide version when needed, and optionally show the last error if the call fails. Please make it feel polished and useful for reverse engineering and security research, and look up current docs online if you need to.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab