trailofbits / ManticoreUI

The Manticore User Interface with plugins for Binary Ninja and Ghidra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add command for adding function models

lordidiot opened this issue · comments

Manticore has models for common library functions. These help to improve performance, as opposed to symbolically executing the instructions of the original function.

Adding a command to apply these models would be helpful to expose these features to users less familiar with manticore.

Additionally, we could leverage on the Binary Ninja analysis API to try to apply these function models automatically (perhaps with a warning/prompt for the user).

Documentation for usage of function models: https://github.com/trailofbits/manticore/blob/master/docs/native.rst#function-models