mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-06 21:39:38 +00:00

- typedef function pointers in r_search (rSearchCallback) - hide R_API stuff as it should in many .h files - typedef classes in rCore, rSearch * Add perl, ruby, python examples for r_asm and r_bp - Many other libraries are compiled by default * Adapt r_asm vapi to the current C api (massemble returns rAsmCode) - dynamically allocatable string buffer * Rename seek->offset to avoid collisions