LibPE.Checksum (LibPE v1.2.3) View Source

Elixir implementation of the PE checksum algorithm by David N. Cutler 1993 from https://bytepointer.com/resources/microsoft_pe_checksum_algo_distilled.htm

Link to this section Summary

Functions

binary_size is provided so embedded checksum values can be removed before running and added afterwards again.

Link to this section Functions

Link to this function

checksum(binary, binary_size)

View Source

binary_size is provided so embedded checksum values can be removed before running and added afterwards again.