Jessy Campos

Results 5 comments of Jessy Campos

The issue with `LLIL_FSUB` is that it is already used by `FCOMI/FUCOMI/...` ([here](https://github.com/Vector35/arch-x86/blob/master/il.cpp#L3801)). They have slightly different semantics, and I don't think I would be able to differentiate them in...

To elaborate on how the state of the memory cell is checked, here is the underlying code: ```cpp bool Emulator::IsSymbolic(const triton::arch::Register& reg) const { return ctx_.isRegisterSymbolized(reg); } // Is the...

Hey @xusheng6 ! This is exactly what I am trying to do, but I still aim at displaying languages in the graph, so the `FlowGraphWidget` would be perfect here. I'm...

That's fair, but regarding this issue, I think it'd be good enough to decouple the current API to allow for a better extension. Or at least to open-source the current...

Negative, this is the function prototype: ![image](https://github.com/Vector35/binaryninja-api/assets/7302683/5f0edb44-9a67-4f78-834a-86f4214e0210)