MCPcopy Create free account
hub / github.com/capstone-engine/capstone / get_platform_entry

Function get_platform_entry

suite/fuzz/platform.c:396–398  ·  view source on GitHub ↗

get platform entry encoded n (first byte for input data of OSS fuzz)

Source from the content-addressed store, hash-verified

394
395// get platform entry encoded n (first byte for input data of OSS fuzz)
396unsigned int get_platform_entry(uint8_t n) {
397 return n % platform_len();
398}
399
400// get cstoolname from encoded n (first byte for input data of OSS fuzz)
401const char *get_platform_cstoolname(uint8_t n) {

Callers 2

get_platform_cstoolnameFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

platform_lenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…