flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
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
Last edited by skykrnl on 18 Nov 2008, 03:38; edited 1 time in total |
|||||||||||
![]() |
|
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!! |
|||
![]() |
|
asmfan 17 Nov 2008, 16:50
Here is the tool & source for doing this things PE Export Table Dump (Updata)
_________________ Any offers? |
|||
![]() |
|
skykrnl 17 Nov 2008, 17:14
asmfan wrote: Here is the tool & source for doing this things PE Export Table Dump (Updata) lovefasm == skykrnl |
|||
![]() |
|
skykrnl 19 Nov 2008, 06:49
updata
|
|||||||||||
![]() |
|
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?
|
|||
![]() |
|
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.
|
|||||||||||
![]() |
|
vinoca 11 Dec 2008, 08:51
dump PE export & import
![]()
|
|||||||||||
![]() |
|
cee70542 27 Mar 2017, 12:32
最新版,没有 添加 "api *" 功能
The latest version, did not add "API *" function |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.