Ta Thanh Dinh

Results 16 comments of Ta Thanh Dinh

Hi @romainthomas and @Wenzel IMHO, a safe binding should be quite direct thanks to a clean design of LIEF. I've planed to implement it just after lief-sys but unfortunately still...

@pgoodman thank you for the feedback. I've just opened a [PR](https://github.com/lifting-bits/remill/pull/555) for further discussion (if needed).

@pgoodman thanks you for the response. I've debugged the `fcos` on my machine (Intel i7-7700K CPU) but cannot see the FOP is changed: ```Bash print $native->x87.fxsave64.fop ``` gives `0`. If...

> do you want FOP tracking at all? No. So will we drop FOP tracking on all FPU instructions? I can make a PR if you want.

> Actually, can do make it so that the macros and everything can continue to work? I will do that. Just profit the discussion to ask you an irrelevant thing,...

So should it be `XED_CHIP_ALL`?

Thanks @pgoodman. `auto &SS_BASE = IF_32BIT_ELSE(state.addr.ss_base.aword, zero1)` would work, but IMHO it's only a part of the story :( I think the more serious problem is `addr = ir.CreateAdd(addr, segment)`...

Yes, your proposition (of using `addr = ir.CreateCall(...)`) is a perfect solution for this case.

@pgoodman it sounds reasonable to me. I will thinking about it then possibly submit a PR if you don't mind.

Hi @pgoodman and @mike-myers-tob Many thanks for your responses to the details of remill. Unfortunately, I still don't get what you mean, sorry to bother you. First, about precision flag...