|
-
Dec 17th, 2000, 05:17 PM
#1
Thread Starter
Lively Member
can someone recommend a tool for finding out what api calls a program is using?
thanks
mark
-
Dec 17th, 2000, 06:17 PM
#2
Frenzied Member
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.
-
Dec 18th, 2000, 12:08 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|