Peter Goodman
Peter Goodman
This is my process: ## Build and install My directory layout, update as you see fit. ``` ~/Code/remill ~/Code/anvill ~/Build/remill-release ~/Build/anvill-release ~/Build/vcpkg-12-release ``` Create a virtual environment: ```bash python3 -m...
I don't think we implement the semantics for this instruction, although this check failure shouldn't happen in the first place.
Oh what do you know; I suppose we do have it. @kumarak, can you look into this?
@chanhunan can you give us the hex encoding of the bytes of the instruction to help us reproduce this issue?
> I suppose that __remill_read_memory_64 will be implemented (by some program which uses remill) when needed and inlined Yes. > But I still wonder, if it would be better if...
I think we might need some changes to cxx-common to add wasm as a supported target.
Hey @TrevorSundberg , just as an FYI, we've all been on a company trip hence the lack of movement. What do you think of us using a cxx-common built clang...
For now the best example is [Lift.cpp](https://github.com/trailofbits/remill/blob/master/tests/X86/Lift.cpp) from the tests. Besides that I will work toward adding a walkthrough.
I maybe have had a reason for this, but I don't fully remember. Do you have access to hardware or a kernel that configures the hardware to actually do FOP...
So, I'm happy to accept removal of FOP tracking for FPU_NOP. The better question is, do you want FOP tracking at all?