![]() |
|
|
|
#1
|
|||
|
|||
|
maybe it can not, cause the library functions have been linked in the PE file during the build phase, and the PE file doesn't contain any information about the library itself.
|
|
#2
|
|||
|
|||
|
Quote:
push ebp mov ebp, esp mov eax, 10D0h call __alloca_probe |
|
#3
|
|||
|
|||
|
I don't think you can retrieve this info from IDA. However, you might want to look into typeinf.hpp (specifically the til_t struct) in the IDA SDK.
You can however, get access to the currently used type library (global variable idati) as well as the list of applied signatures. But it seems to me that it doesn't give you a mapping from function names to the respective flirt library. |
|
#4
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IDA script function. | Git | General Discussion | 6 | 09-24-2014 01:58 |
| GMP function | Git | General Discussion | 4 | 06-16-2011 21:33 |
| Adding a function to Export-Table of a PE file | omidgl | General Discussion | 3 | 04-17-2005 09:27 |
| C++ Help (Hooking a function) | Peter[Pan] | General Discussion | 8 | 08-31-2004 20:37 |