diff options
| author | Brian Potchik <brian@vector35.com> | 2023-02-04 15:23:52 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2023-02-04 15:23:52 -0500 |
| commit | 1a7d06b3b8044ccdee4e3ff0883a33bf8cce487f (patch) | |
| tree | 6779d6b368acfcad57474e0fd12c1ae4158f5c38 /binaryview.cpp | |
| parent | 4005984260466439560545040850557922003325 (diff) | |
Initial support for constant data expressions.
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/binaryview.cpp b/binaryview.cpp index ef8889ca..84267ba3 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -3160,12 +3160,6 @@ size_t BinaryView::GetInstructionLength(Architecture* arch, uint64_t addr) } -DataBuffer BinaryView::GetConstantData(uint64_t addr) -{ - return DataBuffer(BNGetConstantData(m_object, addr)); -} - - bool BinaryView::GetStringAtAddress(uint64_t addr, BNStringReference& strRef) { return BNGetStringAtAddress(m_object, addr, &strRef); |
