jamils1992 Newbie cheater
  Reputation: 0
  Joined: 21 Aug 2015 Posts: 10
 
  | 
		
			
				 Posted: Fri Jun 07, 2019 5:16 pm    Post subject: mono_class_from_name_case returning 0 | 
				       | 
			 
			
				
  | 
			 
			
				Hi,
 
 
I'm trying to get this method address "AstraPath:<ScanAsync>c__Iterator2:MoveNext"
 
 
using "mono_class_from_name_case" , I used "AstraPath" as namespace ,"<ScanAsync>c__Iterator2" as class name but its returning 0 so i can't move to the next step of grabbing the MoveNext method , I tested "AstraPath:<ScanAsync>c__Iterator2:MoveNext" on cheatengine and it work fine .
 
 
 	  | Code: | 	 		  | get_mono_class_from_name_case(Image, "AstraPath", "<ScanAsync>c__Iterator2"); | 	  
 
 
Code work on most methods though ,such as  "Game:Player:Update" 
 
 	  | Code: | 	 		  | get_mono_class_from_name_case(Image, "", "Game:Player"); | 	  
 
 
Do i have to grab all of the classes and strcmp to get it to work or am i doing something wrong ?.
 | 
			 
		  |