X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;fp=src%2Fcore%2FInformationManager.hxx;h=ddba5a3f8e4080f49b4f8cedbd6a51cd47c9a1f5;hp=7d380078d9db88f66f9ca3e588dbdaf9f55f8a27;hb=45f6c89c061ae3e819cd136807c04f997696194e;hpb=0aa4fc2a1f3d5a9e6e7c48f4681c1231e9c7697b diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index 7d38007..ddba5a3 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -60,6 +60,8 @@ public: */ bool hasFunctions() const {return functions.size() != 0;} + uint64_t getEntryAddress() {return disassembler->entryAddress();} + Function* getFunction(uint64_t address); std::map::const_iterator beginFunctions(); std::map::const_iterator endFunctions();