brickcheck
checks your firmware for brickers!
Whether a binary will brick an MCU or not is determined by checking the 'secured' and 'mass-erase' bits of the flash configuration field.
$ cargo install brickcheck
``` $ brickcheck brick.bin WARNING: This firmware will brick your K20 when flashed!!!
$ brickcheck kitten.bin This firmware is as safe as a kitten. ```
Released on July 21, 2016.
This project is licensed under the terms of the MIT license.