ReClassNET/ReClass.NET

ReClass broke down

shert391 opened this issue · 2 comments

Good afternoon. People, I have ReClass does not show some addressed data after downloading . rcnet project. Who knows how to solve the problem?

x32dbg_bX0c33UR90

Just a guess... The ArrayPlayerData instance is 336 bytes big. So ReClass tries to read 336 bytes from 0131FF18. If this overlaps a memory section (or protection) boundary, the read fails and zero'ed bytes are displayed. You can see the read failed because on the left side the error icon is displayed. If you change the players[64] to maybe 10 it may work.

Good afternoon.
I reduced the size of the array and it worked for me!
Thank you for answering!