Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReClass broke down #245

Closed
shert391 opened this issue Dec 16, 2022 · 2 comments
Closed

ReClass broke down #245

shert391 opened this issue Dec 16, 2022 · 2 comments

Comments

@shert391
Copy link

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

@KN4CK3R
Copy link
Member

KN4CK3R commented Dec 16, 2022

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.

@shert391
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants