(no title)
onetwotree | 8 years ago
Some C features are still not supported by dffi (but will be in future releases):
* C structures with bitfields
* functions with triadic argumentsonetwotree | 8 years ago
Some C features are still not supported by dffi (but will be in future releases):
* C structures with bitfields
* functions with triadic arguments
papercrane|8 years ago
* Example calling three arg function: https://github.com/aguinet/dragonffi/blob/master/examples/ar...
* TODO File: https://github.com/aguinet/dragonffi/blob/master/TODO
aguinet|8 years ago
So it is about variadic arguments. The reason is time, that is I still didn't take the time to make it work, but it does not seem to have big issues doing it!