MCPcopy Create free account
hub / github.com/avast/retdec / getBaseAddress

Method getBaseAddress

src/loader/loader/image.cpp:118–121  ·  view source on GitHub ↗

* Returns a base address where the address space is loaded. * * @return Base address. */

Source from the content-addressed store, hash-verified

116 * @return Base address.
117 */
118std::uint64_t Image::getBaseAddress() const
119{
120 return _baseAddress;
121}
122
123/**
124 * Sets a base address for the address space.

Callers 6

fixResourcesMethod · 0.80
getAddressFromRef_x86Method · 0.80
getAddressFromRef_armMethod · 0.80
getAddressFromRef_ppcMethod · 0.80
checkRefMethod · 0.80
getLoaderInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected