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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to