Jump to content
Tuts 4 You

Application Programming Interface (API)

Access to software libraries and modules, references, papers and articles...

4 files

  1. The Undocumented Functions

    This is an advanced, low-level programer's guide to Windows NT Kernel, Native API and drivers.

    276 downloads

    0 comments

    Updated

  2. How to Use API's Without Importing Them

    The include files contains declarations of structures, constants and function prototypes. And the libraries tell the linker which import libraries the program needs to link with. When you specify the import libraries to the linker, an import table is added to your program. So the question to be asked is; do you really require an import table for a program to run correctly? Technically the answer is NO. You can entirely do away with the concept of import tables. A program that doesn’t have import table doesn’t necessarily mean that the program will not use APIs. On the contrary the program will use APIs like any other 32-bit program with imports.

    232 downloads

    0 comments

    Updated

  3. Win32 API Reference for GDI32

    API reference for GDI32.

    179 downloads

    0 comments

    Submitted

  4. Win32 API Reference for Kernal32

    API reference for Kernal32.

    229 downloads

    0 comments

    Submitted


×
×
  • Create New...