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 ...
May 29, 20216 min read499