Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
13 lines (7 loc) · 579 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 579 Bytes

Binary Ninja Function ABI plugin

The Function ABI plugin provides a GUI for adjusting the ABI in a fine-grained way. Right now, calling convention and clobbered registers can be adjusted.

Motivation

Sometimes, Binary Ninja's analysis infers too many clobbered registers; if ebp is inferred as clobbered, this breaks analysis in callers. Occasionally it may also be useful to remove a register described by the calling convention as clobbered from the clobbered register set to remove false dependencies.

License

0-clause BSD