# selfextractingexe **Repository Path**: partic/selfextractingexe ## Basic Information - **Project Name**: selfextractingexe - **Description**: This is a tool to pack directory into one executable, which can extract these packed files out when executed. Support Windows and Linux. 一个创建自动打包提取文件夹为单一可执行文件的工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-28 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # selfextractingexe This is a tool to pack directory into one executable, which can self extract out these packed files when executed. Support Windows and Linux ## Usage run ``` ./selfextractingexe pack ``` Or just run **selfextractingexe** directly. The generated **selfextractingexe_packed** can be directly run to extract files. And if "autorun" existed, pass it's content to **system** call. NOTE: You may need add selfextractingexe_packed executable flag manually on linux. ## Build ```sh c++ -o selfextractingexe -s -static selfextractingexe.cpp ```