Results 1 to 4 of 4

Thread: Spying on API calls made by a program

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    Spying on API calls made by a program

    Is there a way to check what API calls a program is making?

    Thanks in advance

  2. #2
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: Spying on API calls made by a program

    If you have a certain few functions in mind, then yes;
    You can use detours to inject a DLL into the program and re-direct the functions; then when the calls are made, document it and return the result of the actual function.

    If you want to see every system call that the program makes, I'm not sure it can be done.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  3. #3
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271

    Re: Spying on API calls made by a program

    XfoxX,

    It is possible to spy on all API calls an application makes. Search Import address tabble hooking.

    packetvb

  4. #4
    Junior Member
    Join Date
    Dec 2005
    Posts
    18

    Re: Spying on API calls made by a program

    Hi guys, i try making program for look programs using API OpenProcess or WriteProcessMemory, but when the APIs working into Game PID.

    Is posible monitor ?

    Some sample code ?

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