| MrUnleaded Site Admin
 
 
 Joined: 21 Sep 2002
 Posts: 385
 Location: California
 
 | 
				
					| Posted: Fri Aug 13, 2004 3:19 pm
							    Post subject: |  
					| 
 |  
					| look at the method/codeinfo struct. 
 the method table....now renamed to methodpointer array is an array of longs that point to the Methods
 
 parsing a Method struct will give you information on where to find the actual code.
 
 <a href="./viewtopic.php?t=27">Method</a>
 
 The code is actually before the method. Once you get the method length you subtract that from the Method Offset and that will give you th start address of the code.
 
 The link above explains it in a more visual way.
 _________________
 -MrU
 |  |