From afbe88235f1676265ffe13eec5aedbafd33fb9d5 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 7 Mar 2023 14:03:14 -0500 Subject: Remove get_constant_data API from BinaryView for the second time. --- python/binaryview.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/binaryview.py') 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: -- cgit v1.3.1