Posted: Tue May 12, 2020 9:20 pm Post subject: [Game Crash] Dissecting mono instances
My game keeps crashing when I do this:
I attach to a whatever unity game, with debugger, and click Mono > Dissect Mono.
Then I go into Assembly-CSharp.dll and right click on some interesting class and click "Find instances of class"
Then in the instances window that pops up, I right click on an address and click dissect struct, then the game crashes/closes.
Same thing happens when I manually enter the addresses into structure dissect and click accept/yes when it asks to use mono.
Joined: 09 May 2003 Posts: 25931 Location: The netherlands
Posted: Wed May 13, 2020 1:03 am Post subject:
Perhaps the address isn't a correct address? Using dissect on an invalid address can crash a game (find instances of class is just a guess) Also there is another option besides dissect to get the structure format _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
Perhaps the address isn't a correct address? Using dissect on an invalid address can crash a game (find instances of class is just a guess) Also there is another option besides dissect to get the structure format
How am I supposed to check if instances are valid? I'm getting in every game like 100 instances.
You mean the ones end with 0 are probably valid or invalid?
I can't really discern what is valid by just looking at the values. Most of them look like they have random values e.g. 37679 for some 4byte or whatever.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum