You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement full expression trees for instructions in Binary Ninja, so that downstream consumers can display richer disassembly information.
This is similar to #78 for Ghidra.
The current minimal implementation simply adds the mnemonic and a single expression consisting of the rest of Binary Ninja's textual disassembly for the instruction.
The text was updated successfully, but these errors were encountered:
Implement full expression trees for instructions in Binary Ninja, so that downstream consumers can display richer disassembly information.
This is similar to #78 for Ghidra.
The current minimal implementation simply adds the mnemonic and a single expression consisting of the rest of Binary Ninja's textual disassembly for the instruction.
The text was updated successfully, but these errors were encountered: