| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Mon Feb 25, 2019 1:41 pm    Post subject: Driverlist and module exports |   |  
				| 
 |  
				| Here's a luascript/extension that adds getDriverList() and getExports('pathtofile',baseaddress) 
 getDriverList() returns a table formatted as:
 
  	  | Code: |  	  | drivername.ext:
 {
 Path: string
 Address: integer
 }
 ...
 
 | 
 
 getExports(Path,base) returns a table formatted as:
 
  	  | Code: |  	  | ExportName: Integer
 ...
 
 | 
 
 example of use:
 
  	  | Code: |  	  | dl=getDriverList()
 ntosexports=getExports(dl['ntoskrnl.exe'].Path,dl['ntoskrnl.exe'].Address)
 print(string.format("NtOpenProcess at %x", ntosexports['NtOpenProcess']))
 
 | 
 
 
 
 
	
		
	 
		| Description: |  |  Download
 |  
		| Filename: | driverinfo.lua |  
		| Filesize: | 7.58 KB |  
		| Downloaded: | 1415 Time(s) |  
 _________________
 
 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
 |  |