Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ init_utils
Function
init_utils
api/python/src/COFF/pyUtils.cpp:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
namespace LIEF::COFF::py {
25
26
void init_utils(nb::module_& m) {
27
lief_mod->def(
"is_coff"
,
28
[] (nb::PathLike path) { return is_coff(path); },
29
"Check if the given file is a COFF"
_doc,
30
"file"
_a
31
);
32
}
33
}
Callers
1
init
Function · 0.70
Calls
1
is_coff
Function · 0.50
Tested by
no test coverage detected