Results 1 to 40 of 47

Thread: Hook on an API Call

Threaded View

  1. #23

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Posts
    76

    Re: Hook on an API Call

    Progress report...

    IAT pointer = 001B65A8
    first thunk = 0x001B6C58
    DrawTextA = 0x00AF

    Working on the .dll now... and am having problems with something in the type declare and its exports. The file and project are at:

    http://www.wheaty.net/APISPY32.zip

    This is like a small side project he was doing and is called Simonsez.c
    It seems like this would be much easier to modify and use than his entire massive project.

    Compiling...
    Simonsez.c
    c:\windows\desktop\apispy32\simonsez.c(47) : warning C4028: formal parameter 1 different from declaration
    c:\windows\desktop\apispy32\simonsez.c(47) : warning C4028: formal parameter 2 different from declaration
    Linking...
    Simonsez.obj : error LNK2001: unresolved external symbol _HookImportedFunction@16
    LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
    Debug/Simonsez.exe : fatal error LNK1120: 2 unresolved externals
    Error executing link.exe.
    Last edited by Lyric8; Feb 3rd, 2005 at 09:10 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width