Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ stat
Class
stat
arch/powerpc/test_asm.cpp:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
int mode;
57
if(ac > 1) {
58
struct stat st;
59
stat(av[1], &st);
60
if(S_ISREG(st.st_mode)) {
61
printf(
"FILE MODE!\n"
);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
1
main
Function · 0.56