Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
907 stars 207 forks source link

Workflow for lifter checking #2612

Open CouleeApps opened 3 years ago

CouleeApps commented 3 years ago

Make a PluginLifterDebugWorkflow with extra lifting debug messages (tags??) that may be too slow to run on normal workflows. Would be a great resource for lifter plugin devs

Many good checks in Liftcheck: https://gitlab.com/rsnyder/binja-riscv/-/blob/master/src/liftcheck.rs Could throw in other checks too if there are good ideas

yrp604 commented 3 years ago

Two relevant existing issues:

1908

1931

nshp commented 3 years ago

Maybe #1629 as well

yrp604 commented 3 years ago

Unknown registers #2307