View Single Post
  #4  
Old 11-11-2020, 11:42 AM
freezzo freezzo is offline
Aviak


Join Date: Mar 2010
Posts: 74
Default

A DLL viewer is showing the following functions exported in the installer provided version (I should also note I don't exactly knowing what I am doing, but just trying to get some information that might point to something)

Headers are Function Name, Address, Relative Address, Ordinal, Filename, Type

Code:
DirectXDeviceDriverSetupA	0x0040531f	0x0000531f	1 (0x1)	dsetup.win.dll	Exported Function	
DirectXDeviceDriverSetupW	0x004053bb	0x000053bb	2 (0x2)	dsetup.win.dll	Exported Function	
DirectXLoadString	0x00404c1e	0x00004c1e	14 (0xe)	dsetup.win.dll	Exported Function	
DirectXRegisterApplicationA	0x00405a4f	0x00005a4f	3 (0x3)	dsetup.win.dll	Exported Function	
DirectXRegisterApplicationW	0x00405e12	0x00005e12	4 (0x4)	dsetup.win.dll	Exported Function	
DirectXSetupA	0x004050f0	0x000050f0	5 (0x5)	dsetup.win.dll	Exported Function	
DirectXSetupCallback	0x00404e00	0x00004e00	12 (0xc)	dsetup.win.dll	Exported Function	
DirectXSetupGetEULAA	0x00404c72	0x00004c72	17 (0x11)	dsetup.win.dll	Exported Function	
DirectXSetupGetEULAW	0x00404c9c	0x00004c9c	18 (0x12)	dsetup.win.dll	Exported Function	
DirectXSetupGetFileVersion	0x00404f25	0x00004f25	13 (0xd)	dsetup.win.dll	Exported Function	
DirectXSetupGetVersion	0x00404924	0x00004924	11 (0xb)	dsetup.win.dll	Exported Function	
DirectXSetupIsEng	0x004057fd	0x000057fd	15 (0xf)	dsetup.win.dll	Exported Function	
DirectXSetupIsJapan	0x004057d3	0x000057d3	6 (0x6)	dsetup.win.dll	Exported Function	
DirectXSetupIsJapanNec	0x00406206	0x00006206	7 (0x7)	dsetup.win.dll	Exported Function	
DirectXSetupSetCallback	0x004050d1	0x000050d1	10 (0xa)	dsetup.win.dll	Exported Function	
DirectXSetupShowEULA	0x00404c48	0x00004c48	16 (0x10)	dsetup.win.dll	Exported Function	
DirectXSetupW	0x00405203	0x00005203	8 (0x8)	dsetup.win.dll	Exported Function	
DirectXUnRegisterApplication	0x0040551a	0x0000551a	9 (0x9)	dsetup.win.dll	Exported Function
The only thing exported from the P99 provided file:

Code:
Extern11	0x1000b810	0x0000b810	11 (0xb)	dsetup.dll	Exported Function
Reply With Quote