Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_disasm_read_word
Function
db_disasm_read_word
freebsd/arm64/arm64/db_disasm.c:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
};
48
49
static u_int
50
db_disasm_read_word(vm_offset_t address)
51
{
52
53
return (db_get_value(address, INSN_SIZE, 0));
54
}
55
56
static void
57
db_disasm_printaddr(vm_offset_t address)
Callers
nothing calls this directly
Calls
1
db_get_value
Function · 0.85
Tested by
no test coverage detected