MCPcopy Create free account
hub / github.com/JHUAPL/CodeCut / getAddress

Function getAddress

codecut-gui/ghidra_scripts/std.py:112–113  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

110
111# Wrapper function to get address of function offset
112def getAddress(offset):
113 return currentProgram.getAddressFactory().getDefaultAddressSpace().getAddress(offset)
114
115# Get each in range funciton entry point & Functions called by in range functions
116# Get each in range funciton entry point & Functions called by in range functions

Callers 2

getFunctionsInRangeFunction · 0.85
writeToFileFunction · 0.85

Calls 1

getAddressMethod · 0.45

Tested by

no test coverage detected