In question: How to compile file .cpp to exe, but with comperssion natively?

有帮助吗?

解决方案

You just compile it using your normal C++ compiler. Then compress the resulting .exe file using UPX.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top