]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/Function.hxx
Add doc repo as submodule
[frida/frida.git] / src / core / Function.hxx
index 98417de2a7639d05b76a2a49a49f91946d0137c3..3a328f6d203c027b57acf18b034477d4ff7192cd 100644 (file)
@@ -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) {