windows - Changing checksum of a binary -


how modify checksum of binary?
specifically, want edit embedded checksum in dll/exe.
there tools available?

windows requires checksum != 0 kernel modules, don't need set usermode modules. if want set checksum, run editbin /release yourapp.exe, or call checksummappedfile(). see this article analysis of checksum algorithm.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -