MCPcopy Create free account
hub / github.com/lief-project/LIEF / AnalyzerBase

Method AnalyzerBase

plugins/binaryninja/analysis/src/ELF/AnalyzerBase.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57AnalyzerBase::AnalyzerBase(BinaryNinja::BinaryView& bv, Binary& elf,
58 TypeBuilder& type_builder) :
59 analysis_plugin::AnalyzerBase(bv), elf_(elf), type_builder_(type_builder),
60 default_image_base_(elf_.imagebase()), default_virtual_size(elf_.virtual_size())
61{}
62
63uint64_t AnalyzerBase::translate_addr(uint64_t addr, bool revert) const {
64 if (!revert) {

Callers

nothing calls this directly

Calls 2

imagebaseMethod · 0.45
virtual_sizeMethod · 0.45

Tested by

no test coverage detected