Changelog:
- Now unpacker-wrapper redirects target application's I/O when you redirect stdout of the unpacker. That means that you can launch packed app, redirect it's output and receive the output of the target app instead of unpacker-wrapper
KNOWN ISSUE: Now when you launch a packed app, a console window briefly appears and then disappears — this is the console of unpacker.exe. Redirection couldn't be done when unpacker was window-less, so i had to make it console application and hide it as soon as it starts, but it still flashes for a split-second — that's just how Windows works, there's nothing i can do about that. If you don't want this behaviour, i'd suggest you to use Appacker v1.3.3 instead (if don't need I/O redirection functionality that is).