brickcheck

Crates.iobrickcheck
lib.rsbrickcheck
version0.1.0
sourcesrc
created_at2016-07-20 15:00:17.6789
updated_at2016-07-20 15:00:17.6789
descriptionbrickcheck checks your firmware for brickers!
homepage
repositoryhttps://github.com/limeburst/brickcheck
max_upload_size
id5731
size4,449
owners (github:49nord:owners)

documentation

README

brickcheck

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.

Installing

$ cargo install brickcheck

Using

$ brickcheck brick.bin
WARNING: This firmware will brick your K20 when flashed!!!

$ brickcheck kitten.bin
This firmware is as safe as a kitten.

Supported MCUs

  • Kinetis K20

Changelog

0.1.0

Released on July 21, 2016.

License

This project is licensed under the terms of the MIT license.

Commit count: 0

cargo fmt