Sergei Matveev
Results
2
issues of
Sergei Matveev
The difference is `pre_index` value which is `true` from `opnd_create_base_disp` and `false` from `opnd_create_base_disp_aarch64`. As a result DynamoRIO fails to encode the following code snippet: ``` opnd_t dst = opnd_create_reg(DR_REG_XZR);...
## Summary Please consider publishing pre-built binaries of this project on PyPI. This would make installation much easier for users who do not work with Cargo directly, as they could...