MCPcopy Create free account
hub / github.com/ElementsProject/elements / check_MACHO_NOUNDEFS

Function check_MACHO_NOUNDEFS

contrib/devtools/security-check.py:154–158  ·  view source on GitHub ↗

Check for no undefined references.

(binary)

Source from the content-addressed store, hash-verified

152 return False
153
154def check_MACHO_NOUNDEFS(binary) -> bool:
155 '''
156 Check for no undefined references.
157 '''
158 return binary.header.has(lief.MachO.HEADER_FLAGS.NOUNDEFS)
159
160def check_MACHO_LAZY_BINDINGS(binary) -> bool:
161 '''

Callers

nothing calls this directly

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected