Adding array-based memory access to Triton
Demo code for this article: https://github.com/samrussell/tritondemos/blob/main/tritonbasic2.py
In my previous post, we looked at a basic intro to binary analysis with Triton. In short, it allows us to take something like this:
push ebp
mov ebp, esp
...
lodsb.com6 min read