binaryninja/scc-docs/crc32.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

11 lines
280 B
Plaintext

crc32
=====
:title: Shellcode Compiler Runtime
---------------------------------------------
uint32_t crc32(const void* data, size_t len);
---------------------------------------------
Computes the CRC32 hash of the buffer `data` with length of `len` bytes. Returns the hash.