]> git.siccegge.de Git - frida/doc.git/blob - source/macros.rst
Bump frida version
[frida/doc.git] / source / macros.rst
1 Macros
2 ======
3
4 Within comments, a set of Macros is supported which will automatically
5 update according to the referenced object's name. All macros start by
6 the sequence ``#``, a single-letter type, ``<``, the address and
7 finally a ``>``. Currently the following macros are asigned:
8
9 +------------+----------------------------------------+
10 | #F<0x1234> | Name of the function at address 0x1234 |
11 +------------+----------------------------------------+
12