vex icon indicating copy to clipboard operation
vex copied to clipboard

A patched version of VEX to work with PyVEX.

Results 9 vex issues
Sort by recently updated
recently updated
newest added

TODO: - [ ] Fully understand what I just changed. - [ ] Add a test case.

enhancement

See http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473c/Cacdbfji.html I am a bit concerned there are other places missing this.

### Question Hi, I need some guidance regarding VEX IR for API calls of ELF files for MIPS/ARM binaries. I have seen VEX IR for different assembly instructions however unable...

question

see #20 and #19 The correct solution is to do an IR-based implementation of s390_irgen_EXRL.

I am trying to get a symbolic expression from an ARM64 code performing floating point compares. The function takes single `float` argument in reg `s0` which I have initialized as...

### Description On x86-32, this decodes to: ``` 0: d4 00 aam 0x0 ``` On x86-64 this should be an invalid instruction byte sequence, however pyvex will decode it properly....

bug
needs-triage

### Description The RISCV64 ISA specifications say that the shift operations: - sra, srl, sll use the lowest 6 bits of rd2 - sraw, srlw, sllw use the lowest 5...

bug

### Description Currently, `GET:I64(zero)` will not be resolved to 0, instead, it will read the symbolic value in the register ### Steps to reproduce the bug _No response_ ### Environment...

bug
needs-triage