From 029fa6704ad29b40cbd3265caaa8e3b03a640d12 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 5 Sep 2024 08:09:07 -0400 Subject: Add doc note for get_linear_disassembly API. --- python/binaryview.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/binaryview.py b/python/binaryview.py index 484e704f..9fa471dd 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -7234,8 +7234,10 @@ class BinaryView: ``get_linear_disassembly`` gets an iterator for all lines in the linear disassembly of the view for the given disassembly settings. - .. note:: linear_disassembly doesn't just return disassembly; it will return a single line from the linear view,\ - and thus will contain both data views, and disassembly. + .. note:: + - linear_disassembly doesn't just return disassembly; it will return a single line from the linear view,\ + and thus will contain both data views, and disassembly. + - **Warning:** In order to get deterministic output, the WaitForIL `DisassemblyOption` should be set to True. :param DisassemblySettings settings: instance specifying the desired output formatting. Defaults to None which will use default settings. :return: An iterator containing formatted disassembly lines. -- cgit v1.3.1