Results 1 to 3 of 3

Thread: finding out what apis something is using

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Posts
    79
    can someone recommend a tool for finding out what api calls a program is using?

    thanks


    mark

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Well, I don't think that's possible to do, you mean let's say, check if notepad is using the SendMessage API to send a EM_SCROLL message?

    I think there's no way to do that, but you can see what messages it's receiving, by Subclassing the window, but that's not what you want huh.

    Sorry to dissapoint you mate.

    But what exactely are you after? why do you want to know which api calls it's using?

    Editing...

    Actually there is a way to check it, whohee!!!

    Download AnalogX's TextScan

    In a program where I used the FindWindow and ShowWindow api I found this text in my program:

    Code:
    Offset   Type    Size     String
    -------------------------------------
    3920     Char    11       FindWindowA
    3980     Char    10       ShowWindow
    But you have to search the whole file for the API calls and know a lot of them, but it is possible.

    I think it's also possible with a Hex Editor, Kedaman has one on his page.

    Have fun!


    [Edited by Jop on 12-17-2000 at 06:25 PM]
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3
    Guest
    holy crap.. that program should be illegal! lol

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