Page 1 of 1

Problem in Data Structures

Posted: Tue Sep 19, 2017 4:35 am
by MangaDrawing
a one problem,It is that the Data Structures is empty from any address.How can i solve this problem? :?:
The game is assassin's creed revelations.

Re: Problem in Data Structures

Posted: Wed Sep 20, 2017 3:29 pm
by seikur0
You put in some address, duh^^ :P
Look in the code for some pointer that is on a higher level than the value (e.g. health) you're trying to find.

Re: Problem in Data Structures

Posted: Wed Sep 20, 2017 3:42 pm
by Kalas
I think he means that there's no results in the structure, like he found for example mov [rsi+20],ebx

He found rsi but the structure shows 0 results.

Think It's an issue caused on some 64bit games, not sure what causing it though.