summaryrefslogtreecommitdiff
path: root/linearviewobject.cpp
diff options
context:
space:
mode:
authorJames Johnson <jjohnsonjj1251@gmail.com>2025-11-02 14:02:19 -0500
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-11-17 17:55:09 -0500
commit887fd85066bde0cc64d7c5c94ea09f056f163842 (patch)
tree6d0ba9125547339e845c01505ebc285891a40f1f /linearviewobject.cpp
parent89e76e22de16e873e676c93713866236035dc7fd (diff)
Add functions_by_name to rust implementation of BinaryViewExt
Python has the get_functions_by_name method on binary views that is useful for finding a function by name. This adds that same method to the rust implementation for binary views. The implementation is essentially the same as the python version apart from the ordering of the symbols. Python will order functions defined in the binary before functions defined outside of the binary. The rust implementation of `symbols_by_name` does not take an ordering for the symbols so that is currently left out here.
Diffstat (limited to 'linearviewobject.cpp')
0 files changed, 0 insertions, 0 deletions