radareorg / radare2-bindings

Bindings of the r2 api for Valabind and friends
GNU Lesser General Public License v3.0
130 stars 92 forks source link

Check bytes to check buffer #223

Closed aronsky closed 4 years ago

aronsky commented 4 years ago

Newer radare2 versions (3.7 and up) call check_buffer and not check_bytes to test whether a plugin is compatible with the loaded buffer. Update the Python bindings accordingly.