Crates.io | brickcheck |
lib.rs | brickcheck |
version | 0.1.0 |
source | src |
created_at | 2016-07-20 15:00:17.6789 |
updated_at | 2016-07-20 15:00:17.6789 |
description | brickcheck checks your firmware for brickers! |
homepage | |
repository | https://github.com/limeburst/brickcheck |
max_upload_size | |
id | 5731 |
size | 4,449 |
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.