radeco
radeco copied to clipboard
Support for custom esil ops in radeco ir
Probably it should be just presented as some function call...
I think we need to address this PR first before taking this on.
Agree with @chinmaydd , the unimplemented esil instructions limit many aspects, like multi-arch tests and so on.
@condret may be you have some ideas about this one too?
I think we can just substitute them with pseudo-function names for now, like syscalls. Shouldn't be a blocker for the first release
@XVilka We have OpCustom
, maybe we can use that for now?