summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2023-03-07 14:03:14 -0500
committerBrian Potchik <brian@vector35.com>2023-03-07 14:03:14 -0500
commitafbe88235f1676265ffe13eec5aedbafd33fb9d5 (patch)
treed98115c87e58aaba101e1284b8b84bc4468770b1 /python
parent71d2ee8c8c2e6cf264ac6c9eb3f1681a12323000 (diff)
Remove get_constant_data API from BinaryView for the second time.
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index cc57d609..a2b004fc 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -6239,9 +6239,6 @@ class BinaryView:
core.BNFreeComponents(bn_components, count.value)
return _components
- def get_constant_data(self, addr: int) -> databuffer.DataBuffer:
- return databuffer.DataBuffer(handle=core.BNGetConstantData(self.handle, addr))
-
def get_strings(self, start: Optional[int] = None, length: Optional[int] = None) -> List['StringReference']:
"""
``get_strings`` returns a list of strings defined in the binary in the optional virtual address range: