schieb
schieb
Any changes to `BackwardSlice` sound great! I don't have any stashed changes for either of those classes. On a somewhat related note, I noticed that it can sometimes be hard...
rebased and removed a fix that already made its way into master
The following is independent of what you want your plugin to do. Feel free to follow up with VEX specific questions, or open a new issue (probably better). Plugins essentially...
If the binary is 32 bit, then `cc.ARG_REGS` should be empty. Otherwise it should be populated and things like `cc.arg(state, num)` should work. (Read: "It works for me.") Please post...
It just hit me that I assumed you were talking about a ntdll SimProcedure stubbed by ReturnUnconstrained, which would be handled by `SimCCSystemVAMD64` by default. However, after revisiting your issue,...
@baumane Please take a look and let me know if this breaks anything, as I think you are probably the only one who uses this? I don't think I have...