You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
well, the eBPF's exit is not a proper example, according to the eBPF instruction set docs, the instruction exit refers to "return".
but I still think it'll be great if JumpKind.Exit is handled
Description
I'm trying to convert an irsb of custom arch (eBPF example in angr-platforms) to AILBlock
but the converter raises
NotImplementedError
.To my understanding, If a irsb ends with a
Ijk_Exit
, we can simply do nothing, right? Maybe we can modify converter_vex.py as following:Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: