tckb / flashforge_firmware_tool

:cyclone: FlashForge firmware tool allow you to decrypt and encrypt firmwares from FlashForge 3D printers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlashForge firmware tool

Supported printers:

  • FlashForge Dreamer
  • FlashForge Dreamer NX
  • FlashForge Finder
  • FlashForge Creator Max
  • FlashForge Guider ( not linux based firmware like in Guider II, II S )
  • FlashForge Inventor ( not linux based firmware like FlashForge Inventor II )

Building

Linux:

gcc main.c -o ff_fw_tool

Windows:

Pelles C project included

Usage

Decrypt firmware:

ff_fw_tool -i firmware.bin -o decrypted_firmware.bin

Encrypt firmware:

ff_fw_tool -e -i firmware.bin -o encrypted_firmware.bin

About

:cyclone: FlashForge firmware tool allow you to decrypt and encrypt firmwares from FlashForge 3D printers

License:Do What The F*ck You Want To Public License


Languages

Language:C 100.0%