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

Class stat

examples/enterprise_test/src/enterprise_test.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

is_fileFunction · 0.70

Calls

no outgoing calls

Tested by 1

is_fileFunction · 0.56