p4ckets/Kiln — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Windows only tool called Kiln for authorized lab testing. I want to give it a Python entry file, have it compile that app with Nuitka, then package the result into a C based launcher so each build comes out with a different hash.

Make it easy to use from a simple batch command like build.bat main.py MyApp, with optional extra Nuitka flags. Before compiling, it should add random build noise so the generated binary changes every time. After compiling, it should encrypt the compiled exe, embed it in the launcher, and write a final payload.exe while deleting the temporary exe.

Also let me run the Python pack script directly with prebuild and pack commands. Keep the project tiny, just the batch file, pack script, and README. Add clear setup notes for Python, Nuitka, Visual Studio, and the Windows SDK, plus a strong disclaimer that this is only for educational and authorized controlled environments.

Want more depth? Deep Reverse