kubo / funchook

Hook function calls by inserting jump instructions at runtime
Other
649 stars 94 forks source link

Are there any plans to provide support for the RISC-V architecture ? #44

Open michalbiesek opened 1 year ago

michalbiesek commented 1 year ago

I saw that RISC-V arch is supported on capstone disassembly framework.

kubo commented 1 year ago

I don't have any plans yet. The priority is low for me. I may not use capstone for RISC-V because the instruction format is well organized.

navytux commented 8 months ago

For the reference I see that @michalbiesek added some RISC-V support in https://github.com/michalbiesek/funchook/commit/725a8263.

Not sure about its status.