C# Class VAGSuite.MSA15_checksum

Afficher le fichier Open project: Blackfrosch/VAGEDCSuite

Méthodes publiques

Méthode Description
DumpChecksumLocations ( string info, byte allBytes ) : void
tdi41_2002_checksum_search ( byte file_buffer, UInt32 file_size, bool debug ) : ChecksumResult
tdi41_checksum_search ( byte file_buffer, UInt32 file_size, bool debug ) : ChecksumResult

Private Methods

Méthode Description
DumpChecksum ( string remark, byte allBytes, bool debugInfo ) : void
tdi41_2002_checksum_calculate ( byte file_buffer, UInt32 chk_start_addr, UInt32 chk_end_addr, UInt16 seed_a, UInt16 seed_b, UInt16 seed_c, UInt16 seed_d, bool first_pass ) : UInt32
tdi41_checksum_calculate ( byte file_buffer, UInt32 chk_start_addr, UInt32 chk_end_addr, UInt16 seed_a, UInt16 seed_b ) : UInt32

Method Details

DumpChecksumLocations() public méthode

public DumpChecksumLocations ( string info, byte allBytes ) : void
info string
allBytes byte
Résultat void

tdi41_2002_checksum_search() public méthode

public tdi41_2002_checksum_search ( byte file_buffer, UInt32 file_size, bool debug ) : ChecksumResult
file_buffer byte
file_size System.UInt32
debug bool
Résultat ChecksumResult

tdi41_checksum_search() public méthode

public tdi41_checksum_search ( byte file_buffer, UInt32 file_size, bool debug ) : ChecksumResult
file_buffer byte
file_size System.UInt32
debug bool
Résultat ChecksumResult