MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / stat

Class stat

examples/print_syscalls/src/arm-syscall.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18bool is_file(char* fname)
19{
20 struct stat buf;
21 if (stat(fname, &buf) == 0 && (buf.st_mode & S_IFREG) == S_IFREG)
22 return true;
23

Callers 1

is_fileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected