beehive-lab / mambo

A low-overhead dynamic binary instrumentation and modification tool for ARM (both AArch32 and AArch64 support) and RISC-V (RV64GC).
Apache License 2.0
323 stars 69 forks source link

RISC-V api helpers #59

Closed jkressel closed 9 months ago

jkressel commented 3 years ago

Port some API helper functions to RISC-V

lgeek commented 2 years ago

More generally for the public helpers in api/helpers.c, please ensure that if there is no RISC-V implementation, then they'll return an error code.

jkressel commented 2 years ago

@lgeek I've made some changes which you requested

jkressel commented 2 years ago

@lgeek I've also added safe fcall