radareorg / radare2-rlang

Writing Radare2 plugins in various languages
16 stars 8 forks source link

added most of RAnalOp fields for decode #42

Closed astuder closed 6 months ago

astuder commented 6 months ago

Went through RAnalOp and added most of the fields for decode.

Still missing are more complex fields like srcs, dsts, switch_op, etc.

Also added some error checking, so that it's easier to catch errors in the Python plugin, e.g. typos in field names.

trufae commented 6 months ago

Yay! Looking way better on every commit