binaryninja-api
binaryninja-api copied to clipboard
mprotect missing from type libraries
A user reported that we are missing the type library info for the mprotect function:
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)