diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/binaryview.py | 3 |
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: |
