|
Rizin
unix-like reverse engineering framework and cli tools
|
Files | |
| file | check.c [code] |
| Single API to access different integrity checks. | |
| file | check.h [code] |
| Internal API to different integrity check functions. | |
| file | crc32_fast.c [code] |
| file | crc32_small.c [code] |
| CRC32 calculation (size-optimized) | |
| file | crc32_table.c [code] |
| Precalculated CRC32 table with correct endianness. | |
| file | crc32_table_be.h [code] |
| file | crc32_table_le.h [code] |
| file | crc32_tablegen.c [code] |
| Generate crc32_table_le.h and crc32_table_be.h. | |
| file | crc64_fast.c [code] |
| file | crc64_small.c [code] |
| CRC64 calculation (size-optimized) | |
| file | crc64_table.c [code] |
| Precalculated CRC64 table with correct endianness. | |
| file | crc64_table_be.h [code] |
| file | crc64_table_le.h [code] |
| file | crc64_tablegen.c [code] |
| Generate crc64_table_le.h and crc64_table_be.h. | |
| file | crc_macros.h [code] |
| Some endian-dependent macros for CRC32 and CRC64. | |
| file | Makefile.inc [code] |
| file | sha256.c [code] |
| SHA-256. | |