Page 1 of 1

Mono AOB fails on: System.Collections.Generic:Dictionary`2:get_Item+45

Posted: Sat Apr 04, 2020 9:30 pm
by gideon25
It seems that anything with a ` symbol in it like `2 will fail and be rejected so I can't use it in scripts. Any work around? Thanks!

Re: Mono AOB fails on: System.Collections.Generic:Dictionary`2:get_Item+45

Posted: Mon May 04, 2020 7:14 pm
by kantoboy69
Don't inject on System.Collections since it's part of dotnet and may affect the whole game/program
Find a good dotnet decompiler (Assembly-CSharp.dll) then find the function name you see at cheatengine memory browser
so you can find out which part you need to look for at the decompiled code and figure out the address to inject
Also use mono dissector it's a great help to figure out the class structure of the game/program