»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
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.