JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.39k stars 524 forks source link

Add tests for umov aarch64 instructions #1332

Closed psi-func closed 1 month ago

psi-func commented 1 month ago
JonathanSalwan commented 1 month ago

mmmh, i've already merged your MR on dev-v1.0 with capstone version handled.

psi-func commented 1 month ago

sorry, #ifdef with capstone major version makes some instructions run incorrectly

psi-func commented 1 month ago

Wrote comment in previous PR Found bug in capstone Can fix it with additional logic in mov_s function semantics

JonathanSalwan commented 1 month ago

I think you should rebase on dev-v1.0 and just push the fix of your umov semantic. Otherwise, we will have conflicts merging this one.