X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FFunction.hxx;fp=src%2Fcore%2FFunction.hxx;h=3a328f6d203c027b57acf18b034477d4ff7192cd;hp=98417de2a7639d05b76a2a49a49f91946d0137c3;hb=0aa4fc2a1f3d5a9e6e7c48f4681c1231e9c7697b;hpb=d7319bb99ab84eec0c3608356bada2e5334e3e87 diff --git a/src/core/Function.hxx b/src/core/Function.hxx index 98417de..3a328f6 100644 --- a/src/core/Function.hxx +++ b/src/core/Function.hxx @@ -17,6 +17,9 @@ public: InformationManager* getManager() const { return manager; } + /* Dynamic functions are the ones which are imported from shared + * libraries and not structly part of the binary at hand + */ bool isDynamic() const { return dynamic; } void addBasicBlock(BasicBlock* block) {