shlifedev/among-us-memory

Mono Dissector not working on v2020.12.9s

williamjchen opened this issue · 4 comments

In Mono dissector, under Assembly-CSharp.dll, there is no "PlayerControl". Most of the values also are not text.
image
image

Ran mono dissector on v2020.8.31s, and it worked
image
image

Class names in recent versions were obfuscated to reduce hacking. See #60 and #57 for a little more info.

ahh, that's what I was thinking. What's the new strategy for finding the class name?

Some attributes are still in plain text, going through the structs as defined in the code here and using the find tool in mono can help figure it out