Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
902 B

LIBRARY MSHTML
DESCRIPTION 'Microsoft HTML Viewer'
SECTIONS
.text EXECUTE READ /* executable code and read-only data */
.bss READ WRITE /* uninitialized data */
.rdata READ SHARED /* read-only data */
.data READ WRITE /* initialized data */
.rsrc READ SHARED /* resources */
.idata READ WRITE /* imported address table */
.edata READ SHARED /* exported function information */
.reloc READ SHARED /* relocation information */
.shared READ WRITE SHARED /* shared data */
EXPORTS
RunInternetExplorer ; TEMPORARY!
/*
* GetProcAddress() exports
*
* named
* no ordinal
* PRIVATE
*/
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE