Jonathan Salwan
Jonathan Salwan
Hey, With capstone 4.0.2, the opcode `\x80\x46\xc2\xd2` is disassembled as `movz x0, #0x1234, lsl #32` while with Capstone 5 it's disassembled with `mov x0, #0x123400000000`. I agree that it's the...
This refers to #1144. ### Pending tasks - [ ] LLVM support (WIP: Linux and MacOS ok) - [ ] Bitwuzla support (WIP: Linux and MacOS ok) - [x] ~~Artifacts...
I don't like the current taint analysis, I will probably rewrite the taint engine. If you have some recommendation / discussion, feel free to comment this thread. Other threads taking...