Fun little #YARA-X challenge: say you identified a string at an offset - how can you get yara-x to print the length of the string via the "console" module?
Assumptions:
- Null terminated string
- It's a string pointer versus a string match, so ! won't work
- variable name: offset
- length =< 100
9 days ago