rbran / sleigh-rs

Ghidra Sleight (PCode) parsing library in Rust.
MIT License
35 stars 5 forks source link

Table export a value of len 0 #1

Closed rbran closed 1 year ago

rbran commented 1 year ago

The CPU architecture family 68000 (68040, 68030, 68020 and coldfire) all include the table fcc (variant sf) export a value of len 0.

It's unclear how Sleigh should handle a values of len 0.

rbran commented 1 year ago

Merged into ghidra