This tool works like a charm, my only issue is that packed data structures does
not get recognised.
The .c file:
struct __attribute__((__packed__)) {
Should become:
class struct_something(Structure):
__pack__ = 1
pass
In the .py file. Ctypes already have support for this. So i guess it's a simple
matter of finding the attribute in the parser.
Original issue reported on code.google.com by johan.de...@gmail.com on 10 Oct 2013 at 1:26
Original issue reported on code.google.com by
johan.de...@gmail.com
on 10 Oct 2013 at 1:26