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

vasie1337/memory-checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages