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

Function get_platform_cstoolname

suite/fuzz/platform.c:401–403  ·  view source on GitHub ↗

get cstoolname from encoded n (first byte for input data of OSS fuzz)

Source from the content-addressed store, hash-verified

399
400// get cstoolname from encoded n (first byte for input data of OSS fuzz)
401const char *get_platform_cstoolname(uint8_t n) {
402 return platforms[get_platform_entry(n)].cstoolname;
403}
404

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 1

get_platform_entryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…