tyb0807

Results 5 issues of tyb0807

@ltfish @rhelmot This fixes 2 bugs: - `sub x0, x0, #0x1, lsl #0xc`: `lsl` part should not be considered as the 4th operand here. - `lsl r2, r2, #0x2`: for...

bug

Hello, This is my attempt to execute ARM-M privileged instructions and to handle ARM-M exceptions. I know that it may be better to change libVEX to handle the privileged instructions,...

CPUs are gigantic

Hi all, I'm trying to understand how relocation works in ELF file. When I test the `elf.RelocationHandler.apply_section_relocations` for section `.rela.dyn` of `sample_exe64.elf` program (in `examples` folder), it gave me `elftools.common.exceptions.ELFRelocationError:...

patches-welcome

Hi, I'm very new to the field, so please let me know if the information I communicate here is useful enough for debugging. I have the following dependency in `MODULE.bazel`...

We use `TRITON_DUMP_MIR` to specify the path to dump pre-register-allocation MIR during compilation in LLVM backend. This can be used for debugging, or plugging in custom transformations on MIR. #...