binaryninja/personal/scc-docs/crc32.txt

11 lines
280 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
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.