X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fdoc.git;a=blobdiff_plain;f=source%2Fmacros.rst;fp=source%2Fmacros.rst;h=fadc0adeae1d28439ca8a97afe7920c68ea4eafb;hp=0000000000000000000000000000000000000000;hb=73eb9bb082ca2c0c95e6fcaab6488d88db5e7a67;hpb=7fc73c8c3dec35f500025ec4807a423c161548a5 diff --git a/source/macros.rst b/source/macros.rst new file mode 100644 index 0000000..fadc0ad --- /dev/null +++ b/source/macros.rst @@ -0,0 +1,12 @@ +Macros +====== + +Within comments, a set of Macros is supported which will automatically +update according to the referenced object's name. All macros start by +the sequence ``#``, a single-letter type, ``<``, the address and +finally a ``>``. Currently the following macros are asigned: + ++------------+----------------------------------------+ +| #F<0x1234> | Name of the function at address 0x1234 | ++------------+----------------------------------------+ +