structhole
structhole copied to clipboard
Using structhole for introspection like functionality
Came a cross this project - while looking for a way to implement introspection-like functionality for C program. I'm curious if there is any development/follow-up project. For my use case, I need to data in a format that can be easily decoded into C program. My goal is to be able to automatically dump (print) a struct to a file, decode a structure (from JSON, XML, ...), and even fill a structure from SQL queries, or similar.
Any one else looking into this project. Any way to contribute ?