ergrelet/unlicense ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python 3 tool that can unpack executables protected with Themida and WinLicense 2.x and 3.x.

I want it to work on both 32 bit and 64 bit Windows binaries, including EXEs, DLLs, and .NET EXEs. It should run the target file, find the original entry point automatically, and recover the import table as well. A simple command line interface would be great, but it would also be nice if I could just drag and drop a file onto the app and have it do the unpacking for me.

Please make it clear that the target file gets executed, so it should be used in a VM or safe environment. If you need to look up current docs or examples online while building it, go ahead. Also include sensible options like verbose mode, skipping import recovery, forcing the entry point, and a timeout.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab