You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both Python and C++, users can access the list of functions in a binary within the elf with the method functions associated with the lief::elf::Binary object, but there is no such a method in rust. It would be very helpful to also have this API for the rust binding.
The text was updated successfully, but these errors were encountered:
5c4lar
changed the title
Provide access to the method lief::elf::Binary::functions as in C++ and python.
Provide access to the method lief::elf::Binary::functions for rust as in C++ and python.
Jan 9, 2025
In both Python and C++, users can access the list of functions in a binary within the elf with the method
functions
associated with thelief::elf::Binary
object, but there is no such a method in rust. It would be very helpful to also have this API for the rust binding.The text was updated successfully, but these errors were encountered: