Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ Header
Method
Header
plugins/ghidra/src/main/java/lief/macho/Header.java:21–23 ·
view source on GitHub ↗
(long impl)
Source
from the content-addressed store, hash-verified
19
protected
native
void
destroy();
20
21
private
Header(long impl) {
22
super(impl);
23
}
24
25
public
enum FileType {
26
UNKNOWN,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected