Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 252 Bytes

File metadata and controls

12 lines (9 loc) · 252 Bytes

mcudecrypt

C200 MCU firmware decryption/encryption utility

Build with MSVC 2015

Usage

mcudecrypt [-e] <INPUT> <OUTPUT>

Where

  • -e: encrypt instead of decrypt
  • INPUT: path to hesi_mcu.bin
  • OUTPUT: path where decrypted file will be written