From ae2688710f9101f620d5af770c7b67937b2a93b7 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 26 May 2021 15:09:59 -0400 Subject: small update to parse_expression documentation --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') 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): - ``[].d`` - read the dword (4 bytes) at ```` - ``[].q`` - read the quadword (8 bytes) at ```` - - 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 -- cgit v1.3.1