# asar_extract **Repository Path**: moriv4/asar_extract ## Basic Information - **Project Name**: asar_extract - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-15 - **Last Updated**: 2024-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Asar Extract ### Why? Because I wanted something else than node-js to extract files from an asar-archive. ### Warning Code is ugly as hell as I'm not used to write Rust. It was a project to start at least once a year something in this language. I'm sure there are bugs included as well. ### How to run the binary ``` asar_extract FILE [DEST_DIR] ``` If no *DEST_DIR* is provided it will extract it into the current directory.