Thread: what functions are avaliable in kernel32.dll?

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    3

    what functions are avaliable in kernel32.dll?

    Hi all,
    i'm new to here and in need of some information off this DLL

    THX!

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    It's not a nicely formatted list, but it should give you a pretty good idea

    http://www.google.com/search?hl=en&l....+kernel32.dll

  3. #3
    Disrupting the universe Mad_guy's Avatar
    Join Date
    Jun 2005
    Posts
    258
    A good way to figure out is to use a program like IDA Pro to open and look at all the exports from kernel32 DLL.
    operating systems: mac os 10.6, debian 5.0, windows 7
    editor: back to emacs because it's more awesomer!!
    version control: git

    website: http://0xff.ath.cx/~as/

  4. #4
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    I believe you would absolutely love a dependency walker: http://www.dependencywalker.com/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Functions and Classes - What did I do wrong?
    By redmage in forum C++ Programming
    Replies: 5
    Last Post: 04-11-2005, 11:50 AM
  2. calling functions within functions
    By edd1986 in forum C Programming
    Replies: 3
    Last Post: 03-29-2005, 03:35 AM
  3. Factory Functions HOWTO
    By GuardianDevil in forum Windows Programming
    Replies: 1
    Last Post: 05-01-2004, 01:41 PM
  4. Shell functions on Win XP
    By geek@02 in forum Windows Programming
    Replies: 6
    Last Post: 04-19-2004, 05:39 AM
  5. functions - please help!!!!
    By linkies in forum C Programming
    Replies: 1
    Last Post: 08-21-2002, 07:53 AM