binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

mprotect missing from type libraries

Open xusheng6 opened this issue 1 year ago • 1 comments

A user reported that we are missing the type library info for the mprotect function:

Screenshot 2024-05-06 at 9 51 04 AM

This can be verified from the API as well:

>>> type_lib = bv.platform.get_type_libraries_by_name('libc_x86_64.so.6')[0]
>>> bv.import_library_object('mprotect', type_lib)

xusheng6 avatar May 06 '24 02:05 xusheng6

eclipse.zip

xusheng6 avatar May 06 '24 08:05 xusheng6