ctypes list library
Diez B. Roggisch
deets at nospam.web.de
Mon Jun 22 05:59:09 EDT 2009
Carlo Salinari wrote:
> Diez B. Roggisch wrote:
>> luca72 schrieb:
>>> There is a command for ctypes that help me to know the entry points
>>> inside a library.
>>
>> dir() on a loaded library?
>>
>> But it won't do you any good, without having the header-file you can't
>> possibly know what the functions take for parameters.
>
> I was trying this right now, but I can't even get the exported function
> names:
To be honest, I wasn't 100% sure about this. That was the reason for
the "?", but I admit that I should have phrased it more explicitly.
But again, it is pretty useless anyway.
Diez
More information about the Python-list
mailing list