Colton Skees
Colton Skees
Hi @JonathanSalwan, In [x86semantics.cpp](https://github.com/JonathanSalwan/Triton/blob/master/src/libtriton/arch/x86/x86Semantics.cpp), there are 46 instruction handlers where the emitted ASTs are dependent upon a concrete value retrieved through `.evaluate()`: - [ ] x86Semantics::cmpsb_s - [ ] x86Semantics::cmpsd_s...
Using the serialized protobuf definitions from [here](https://zenodo.org/record/6566082/files/x86_dataset.tar.xz?download=1), the list of basic blocks for function `0x1B380` of `linux\libs\clang_O0\libtiff.so.5.4.0` are incorrect. The ida pro ground truth(`linux\libs\clang_O0\Block-idaBlocks-libtiff.so.5.4.0.pb`) lists these blocks as children of...
WIP
- Implements algorithm for recovering bitwise ORs