Dark Byte Site Admin
  Reputation: 470
  Joined: 09 May 2003 Posts: 25807 Location: The netherlands
  | 
		
			
				 Posted: Sat Jun 28, 2008 11:25 am    Post subject: picking modules | 
				       | 
			 
			
				
  | 
			 
			
				Just posting this because I just had to help someone with a problem related to this.
 
 
Let's say you want to hook a api with ce's auto assembler, but the problem is there are multiple modules loaded with the same functionname (e.g wsock32.dll's send and ws2_32.dll's send. By default ce would pick wsock32's version, which is a bad idea...)
 
 
to specify which module you actually want provide the script with the module and seperate it with a !  (next version will also support . )
 
so, if you wanted to hook ws2_32.dll's send, then you give as address :"ws2_32!send"
 _________________
 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  | 
			 
		  |