radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
968 stars 83 forks source link

Fix RBinFile->o renamed to RBinObject->bo #137

Closed dennis-doyensec closed 11 months ago

dennis-doyensec commented 11 months ago

Checklist

Description

Rename of object in R2 commit 4a75b94b495207b158ebeb3397ab550cf261e76e reflected here.

trufae commented 11 months ago

Can you wrap those changes within an #if to avoid breaking backward src compat?

dennis-doyensec commented 11 months ago

Sure, do you have a suggestion for the #if, should I base it on r2 version? Is there a macro for that?

trufae commented 11 months ago

#if R2_VERSION_NUMBER >= 50809