# fusee-nano **Repository Path**: raychow-github/fusee-nano ## Basic Information - **Project Name**: fusee-nano - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fusee-nano A minimalist re-implementation of the Fusée Gelée exploit (http://memecpy.com), designed to run on embedded Linux devices. (Zero dependencies) ### Usage example: ``` sudo ./fusee-nano fusee.bin [*] device id: 008403040000002xxxxxxxxxxxxxxx62 [*] Read 92 bytes from intermezzo.bin [*] Read 38168 bytes from fusee.bin [+] Sent 0x1b000 bytes ``` Note: This currently uses a relatively large amount of memory (~200k) to store the entire payload. I plan to improve this by generating the payload on-the-fly as it is sent.