is there any WIN API for functions info?

  • Thread starter Thread starter Engelard
  • Start date Start date
E

Engelard

Guest
I was wondering, is there any way i can get info about such things:

1. how many functions my application currently have?

2. which functions my app(or other process) are currently running.

3. can i get entryPoints(addresses) of any functions except main(that one i know how to get).

4. is there a way to "notice" execution(or call) of a function, if that would run?

Continue reading...
 
Back
Top