home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.asm.x86      Ahh, the lost art of x86 assembly      4,675 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 3,219 of 4,675   
   Davs to All   
   Re: code for flushing imports to .idata    
   05 Jan 18 23:48:17   
   
   From: johndemeert0@nospicedham.gmail.com   
      
   in fasm...   
      
   section '.idata' import data readable writeable   
      
     library kernel,'KERNEL32.DLL',\   
   	  user,'USER32.DLL',\   
   	  gdi,'GDI32.DLL'   
      
     import kernel,\   
   	 GetModuleHandle,'GetModuleHandleA',\   
   	 ExitProcess,'ExitProcess'   
      
     import user,\   
   	 RegisterClass,'RegisterClassA',\   
   	 CreateWindowEx,'CreateWindowExA',\   
   	 DefWindowProc,'DefWindowProcA',\   
   	 SetWindowLong,'SetWindowLongA',\   
   	 RedrawWindow,'RedrawWindow',\   
   	 GetMessage,'GetMessageA',\   
   	 TranslateMessage,'TranslateMessage',\   
   	 DispatchMessage,'DispatchMessageA',\   
   	 SendMessage,'SendMessageA',\   
   	 LoadCursor,'LoadCursorA',\   
   	 LoadIcon,'LoadIconA',\   
   	 LoadMenu,'LoadMenuA',\   
   	 GetClientRect,'GetClientRect',\   
   	 MoveWindow,'MoveWindow',\   
   	 SetFocus,'SetFocus',\   
   	 MessageBox,'MessageBoxA',\   
   	 PostQuitMessage,'PostQuitMessage',\   
   	 GetWindowTextA,'GetWindowTextA',\   
   	 SetWindowTextA,'SetWindowTextA',\   
   	 IsDlgButtonChecked,'IsDlgButtonChecked',\   
   	 CheckRadioButton,'CheckRadioButton',\   
   	 GetDlgItemText,'GetDlgItemTextA',\   
   	 EndDialog,'EndDialog',\   
   	 DialogBoxParam,'DialogBoxParamA'   
      
     import gdi,\   
   	 CreateFont,'CreateFontA',\   
   	 DeleteObject,'DeleteObject'   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca