flat assembler
Message board for the users of flat assembler.

Index > Windows > Fasm Win32 API (updata)

Author
Thread Post new topic Reply to topic
skykrnl



Joined: 17 Nov 2008
Posts: 21
skykrnl 17 Nov 2008, 15:04
API > 7400

Code:
library   advapi32,'advapi32.dll',\
        atl,'atl.dll',\
  comctl32,'comctl32.dll',\
        comdlg32,'comdlg32.dll',\
        dbghelp,'dbghelp.dll',\
  dhcpcsvc,'dhcpcsvc.dll',\
        dnsapi,'dnsapi.dll',\
    gdi32,'gdi32.dll',\
      httpapi,'httpapi.dll',\
  imagehlp,'imagehlp.dll',\
        iphlpapi,'iphlpapi.dll',\
        kernel32,'kernel32.dll',\
        mshtml,'mshtml.dll',\
    netapi32,'netapi32.dll',\
        ntdll,'ntdll.dll',\
      odbc32,'odbc32.dll',\
    ole32,'ole32.dll',\
      opengl32,'opengl32.dll',\
        p2p,'p2p.dll',\
  psapi,'psapi.dll',\
      shell32,'shell32.dll',\
  shlwapi,'shlwapi.dll',\
  urlmon,'urlmon.dll',\
    user32,'user32.dll',\
    version,'version.dll',\
  wininet,'wininet.dll',\
  winmm,'winmm.dll',\
      wsock32,'wsock32.dll'
     ;ws2_32,'ws2_32.dll',\
   ;msvcrt,'msvcrt.dll',\

include        'api/advapi32.inc'
include 'api/atl.inc'
include      'api/comctl32.inc'
include 'api/comdlg32.inc'
include 'api/dbghelp.inc'
include  'api/dhcpcsvc.inc'
include 'api/dnsapi.inc'
include   'api/gdi32.inc'
include    'api/httpapi.inc'
include  'api/imagehlp.inc'
include 'api/iphlpapi.inc'
include 'api/kernel32.inc'
include 'api/mshtml.inc'
;include  'api/msvcrt.inc'
include   'api/netapi32.inc'
include 'api/ntdll.inc'
include    'api/odbc32.inc'
include   'api/ole32.inc'
include    'api/opengl32.inc'
include 'api/p2p.inc'
include      'api/psapi.inc'
include    'api/shell32.inc'
include  'api/shlwapi.inc'
include  'api/urlmon.inc'
include   'api/user32.inc'
include   'api/version.inc'
include  'api/wininet.inc'
include  'api/winmm.inc'
;include   'api/ws2_32.inc'
include   'api/wsock32.inc'
    


Moved thread to Windows by DOS386 2008-11-28


Description:
Download
Filename: Win32Api.rar
Filesize: 73.17 KB
Downloaded: 506 Time(s)



Last edited by skykrnl on 18 Nov 2008, 03:38; edited 1 time in total
Post 17 Nov 2008, 15:04
View user's profile Send private message Reply with quote
LocoDelAssembly
Your code has a bug


Joined: 06 May 2005
Posts: 4624
Location: Argentina
LocoDelAssembly 17 Nov 2008, 16:32
I've just replaced my include/api set with yours and seems to work OK.
Thank you for sharing it!!
Post 17 Nov 2008, 16:32
View user's profile Send private message Reply with quote
asmfan



Joined: 11 Aug 2006
Posts: 392
Location: Russian
asmfan 17 Nov 2008, 16:50
Here is the tool & source for doing this things PE Export Table Dump (Updata)

_________________
Any offers?
Post 17 Nov 2008, 16:50
View user's profile Send private message Reply with quote
skykrnl



Joined: 17 Nov 2008
Posts: 21
skykrnl 17 Nov 2008, 17:14
asmfan wrote:
Here is the tool & source for doing this things PE Export Table Dump (Updata)


lovefasm == skykrnl
Post 17 Nov 2008, 17:14
View user's profile Send private message Reply with quote
LocoDelAssembly
Your code has a bug


Joined: 06 May 2005
Posts: 4624
Location: Argentina
LocoDelAssembly 17 Nov 2008, 17:42
Ah, your account was disabled due to the disclosure of passwords that occurred some months ago. Did you have any problem with the password reset procedure? Your registered e-mail was not valid?
Post 17 Nov 2008, 17:42
View user's profile Send private message Reply with quote
skykrnl



Joined: 17 Nov 2008
Posts: 21
skykrnl 19 Nov 2008, 06:49
updata


Description:
Download
Filename: Api.rar
Filesize: 73.37 KB
Downloaded: 456 Time(s)

Post 19 Nov 2008, 06:49
View user's profile Send private message Reply with quote
asmfan



Joined: 11 Aug 2006
Posts: 392
Location: Russian
asmfan 19 Nov 2008, 10:39
Is it modified source of etl tool? i see "api *" section creation added. Will be sources available under the project's link i posted earlier?
Post 19 Nov 2008, 10:39
View user's profile Send private message Reply with quote
IceStudent



Joined: 19 Dec 2003
Posts: 60
Location: Ukraine
IceStudent 20 Nov 2008, 12:13
Here a small Perl script to building the API list. It requires a dumpbin.exe in %path%. In vista x64 it produces about 46k functions :)

usage:
Code:
 mkdir 32 && mkdir 64
 perl build_includes2.inc %systemroot%\syswow64
 perl build_includes2.inc %systemroot%\system32 64    

msvcrt.inc, ntdll.inc and kernel32.inc needs a some fixes after it, e.g. replacing "div" to "_div", "fabs" to "_fabs", removing 16bit "lstrcmp", etc.


Description:
Download
Filename: build_includes2.zip
Filesize: 1.12 KB
Downloaded: 407 Time(s)

Post 20 Nov 2008, 12:13
View user's profile Send private message Reply with quote
vinoca



Joined: 22 Nov 2007
Posts: 5
Location: lanzhou
vinoca 11 Dec 2008, 08:51
dump PE export & import

Crying or Very sad i put this tiny toy with attachment ,but could not see if i do not log in.


Description:
Download
Filename: DUMP.zip
Filesize: 5.97 KB
Downloaded: 417 Time(s)

Post 11 Dec 2008, 08:51
View user's profile Send private message Send e-mail Reply with quote
cee70542



Joined: 27 Mar 2017
Posts: 1
cee70542 27 Mar 2017, 12:32
最新版,没有 添加 "api *" 功能
The latest version, did not add "API *" function
Post 27 Mar 2017, 12:32
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.