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

Python build failing #191

Closed joe-graham closed 6 years ago

joe-graham commented 6 years ago

Build on Ubuntu 18.04 LTS failing with this error:

r_core_wrap.cxx:7376:10: error: 'r_core_read_at' was not declared in this scope return r_core_read_at(self, addr, buf, size);

It looks like this commit removed that function.

radare commented 6 years ago

Edit the vapi and send a pr

On 4 Jun 2018, at 19:35, Joe Graham notifications@github.com wrote:

Build on Ubuntu 18.04 LTS failing with this error:

r_core_wrap.cxx:7376:10: error: 'r_core_read_at' was not declared in this scope return r_core_read_at(self, addr, buf, size);

It looks like this commit removed that function.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.