diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-05-26 15:09:59 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-05-26 15:09:59 -0400 |
| commit | ae2688710f9101f620d5af770c7b67937b2a93b7 (patch) | |
| tree | 44dc5971372a4d651ad8dd963f7f61e681dca54e /python | |
| parent | ad6933cbf415a543be8b1fa8a6187658008d10b8 (diff) | |
small update to parse_expression documentation
Diffstat (limited to 'python')
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 84dde18c..bdc21dfc 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -6327,7 +6327,7 @@ class BinaryView(object): - ``[<expression>].d`` - read the dword (4 bytes) at ``<expression>`` - ``[<expression>].q`` - read the quadword (8 bytes) at ``<expression>`` - - The ``$here`` keyword can be used in calculations and is defined as the ``here`` parameter + - The ``$here`` (or more succintly: ``$``) keyword can be used in calculations and is defined as the ``here`` parameter, or the currently selected addresss - The ``$start``/``$end`` keyword represents the address of the first/last bytes in the file respectively :param str expression: Arithmetic expression to be evaluated |
