Jonathan Salwan

Results 87 comments of Jonathan Salwan

Yeah the problem is that regs like `si`, `ah`, `al`, are sub registers that do not clear the upper bits of the register. So basically we can't easily determine if...

Great idea. Can you make a PR for this one? :)

> Can do, can you name me a file which I should base the format configuration on? Let's try first with this [file](https://github.com/JonathanSalwan/Triton/blob/master/src/libtriton/arch/instruction.cpp). > Also should I format the entire...

Indeed, this is because we consider array as `const array` with a default value `0`, like it's pretty much the case when you spawn a process with uninitialized memory. We...

Can you fix vcpkg by adding the [risc feature](https://github.com/JonathanSalwan/Triton/blob/master/vcpkg.json#L14) and updating Capstone version for [Appveyor](https://github.com/JonathanSalwan/Triton/blob/master/.appveyor.yml)? Once all CIs are green, I will do a quick review and merge it to...

https://vcpkg.link/ports/capstone/v/5.0.1/1 I think we also have to update capstone in vcpkg to [switch](https://github.com/JonathanSalwan/Triton/blob/master/vcpkg.json#L18) from `5.0.0-rc2` to `5.0.1`

Can you give me the output of your `cmake ..` as well as where `longintrepr.h` is located on your system.

thx. let me few days to really check if doesn't break anything :)

CIs are ok but they do not really fully test the library :). To be honest, it's quite surprising, and it's a good news, that it did not break the...

lol if you want to ride the highway, go use `highway_ast = AstContext::unroll(jungle_ast)`