Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

.text Integrity Check

Small and simple C++ integrity check / memory checksum. Just include the header

Example :

int main()  {
    _integrity_check check;

    for (;;)    {
        std::cout << std::boolalpha << check.check_integrity() << std::endl;
    }
}

About

Memory integrity check in a standalone header

Topics

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages