Hi, we all know that we can get unexported function address via symbol file, but how to get structure info via symbol file?
I want to print structure info like WINDBG.
More simply, I want to get member offset of a structure (For example, ActiveProcessLinks offset of EPROCESS).
I want to print structure info like WINDBG.
More simply, I want to get member offset of a structure (For example, ActiveProcessLinks offset of EPROCESS).