| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| pox911 Grandmaster Cheater
 
  Reputation: 28 
 Joined: 29 Nov 2008
 Posts: 918
 
 
 | 
			
				|  Posted: Wed Apr 15, 2015 11:23 am    Post subject: Custom Type Base Address? |   |  
				| 
 |  
				| When setting up a custom type via assembly, is the base address stored somewhere? I ask this since the value in question is xored by its own address location and i'm not sure if any of the registers store it. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Wed Apr 15, 2015 12:12 pm    Post subject: |   |  
				| 
 |  
				| no,   custom types only deal with raw data 
 try a code injection at a spot that accesses it.  (the register may not contain the exact address,  but register+offset has to)
 _________________
 
 Do not ask me about online cheats. I don't know any and wont help finding them.
 Like my help? Join me on Patreon so i can keep helping
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| panraven Grandmaster Cheater
 
 ![]() Reputation: 62 
 Joined: 01 Oct 2008
 Posts: 958
 
 
 | 
			
				|  Posted: Wed Apr 15, 2015 12:13 pm    Post subject: |   |  
				| 
 |  
				| Have you search the topics, for instance check this http://forum.cheatengine.org/viewtopic.php?t=529904 ? 
 
 If 'base address' means the address where the value to be checked is, then it is rcx in 64-bit, or 1st parameter on stack in 32-bit. Check the comment please.
 
 If you sure your target process is 32-bit or 64-bit only, it is probably easier to debug by using only 32-bit or 64-bit assembly only, ie. don't use the [32-bit]/[64-bit] tags.
 
 ADDED:
 oops, I'm not sure the 'address' is CE/local-copy address or the target process address...
 
 updated:
 @Dark Byte, I see, thanks
 
 Last edited by panraven on Wed Apr 15, 2015 12:28 pm; edited 1 time in total
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Wed Apr 15, 2015 12:26 pm    Post subject: |   |  
				| 
 |  
				| that is ce's local copy of the value _________________
 
 Do not ask me about online cheats. I don't know any and wont help finding them.
 Like my help? Join me on Patreon so i can keep helping
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |