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

Ensure getParentRegisters returns all the parent register. #1336

Closed jordan9001 closed 1 week ago

jordan9001 commented 2 weeks ago

Adds a new test and updates the getParentRegisters implementations so that all parent register are returned, and sub-registers are not. See https://github.com/JonathanSalwan/Triton/issues/1335