概要
Rev-Struct is a specialized reverse-engineering utility that automates the reconstruction of complex data structures from binary files. By parsing decompiled C code exported from IDA Pro, the skill analyzes memory offsets, pointer arithmetic, and cross-functional access patterns to intelligently infer field types, sizes, and relationships. It is particularly effective for recovering C++ objects, linked lists, and nested structs, providing security researchers and developers with high-confidence C-compatible definitions that bridge the gap between raw decompilation and readable code.