Offset reference to another string #1032
Replies: 2 comments
-
Hey If you mean that you have one type that contains the address to another type inside, you can use pointers or the placement syntax inside of your first type |
Beta Was this translation helpful? Give feedback.
0 replies
-
Example what i want to automate:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Is there any way to match second element that have known offset from first hex pattern. But the address of first pattern is unknown, so I want to find it and then make offset to second address. The first pattern can exists in file few times. The second value is not pattern, it can be any u32.
I tried YARA etc. but don't understand if it possible.
Beta Was this translation helpful? Give feedback.
All reactions