start mapping amauthd_state

This commit is contained in:
2023-01-19 01:58:21 -05:00
parent 0fb6b0924e
commit 86e984b6d7
2 changed files with 25 additions and 43 deletions

View File

@ -60,11 +60,11 @@ struct Struct_2 {
struct amcus_updater_state {
/* Offset: 0 */ struct Struct_1 Member0;
/* Offset: 24 */ struct Struct_2 Member18;
/* Offset: 168 */ int64_t MemberA8;
/* Offset: 176 */ int64_t MemberB0;
/* Offset: 184 */ /* ENUM32 */ uint32_t MemberB8;
/* Offset: 188 */ /* ENUM32 */ uint32_t MemberBC;
/* Offset: 192 */ /* ENUM32 */ uint32_t MemberC0;
/* Offset: 168 */ int64_t clock_status;
/* Offset: 176 */ int64_t name_resolution_timeout;
/* Offset: 184 */ /* ENUM32 */ uint32_t network_mode;
/* Offset: 188 */ /* ENUM32 */ uint32_t cab_type;
/* Offset: 192 */ /* ENUM32 */ uint32_t amauth_init_state;
/* Offset: 196 */ /* ENUM32 */ uint32_t MemberC4;
};