Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

insotriplesix/crc-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crc-verifier

This lightweight utility allows you to track changes in executable files in your system by comparing their original CRC values stored in a database with current values. You can create such database by using the crc_collector.sh script or with any other valid method. Just be sure that database data stored in the correct form: filename<DB_ENTRY_DELIM>crc, where DB_ENTRY_DELIM is a delimeter ('space' by default).

This can be used, for example, in embedded devices before the launch stage (e.g.: in initramfs).