X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fdoc.git;a=blobdiff_plain;f=source%2Fusing.rst;h=0abfa1ce8b48729ac9708d68ed0681d534e5e055;hp=e3b46958baf527574d519b73352932c81002bd4a;hb=7fc73c8c3dec35f500025ec4807a423c161548a5;hpb=c366624e44aabcf1d7a6e313f0e03337249647ba diff --git a/source/using.rst b/source/using.rst index e3b4695..0abfa1c 100644 --- a/source/using.rst +++ b/source/using.rst @@ -23,6 +23,11 @@ meaningful only in the context of the specific function but not when the same address appears within different functions. However, local functions are not completely implemented yet. +Within comments, special placeholders exist. This way functions (and, +later, other objects cann be referenced in a way that automatically +updates the displayed string inside the comment. The syntax for a +function reference is ``#F<0xABCD1234>``. + Saving progress ===============