Tr1gun87 Cheater
Reputation: 0
Joined: 17 May 2017 Posts: 27
|
Posted: Wed Dec 02, 2020 12:44 pm Post subject: how to search a small tree object |
|
|
hello,
i need to find the address of a object and i know a "sibling" value
basically i have this tree
parent? -> "value"
parent+10 -> "value2"
i know value and value2 and the offset is always the same from parent, i can use this info for get a smaller list of results instead of the 20000 result i get from search "value" ?
|
|
careca777 Expert Cheater
Reputation: 0
Joined: 27 Jul 2013 Posts: 121
|
Posted: Thu Dec 03, 2020 8:57 am Post subject: |
|
|
Are you searching it again and again from scratch everytime?
I mean, once you find the address that writes to it, you tap into it, and from there you get the base and use the base to find that second value everytime, automaticaly.
As far as the question about the search itself, i don't think so, but im not an expert.
|
|