diff --git a/structrun__backdoor__commands__data.html b/structrun__backdoor__commands__data.html index c27d7a5..ec3dbe8 100644 --- a/structrun__backdoor__commands__data.html +++ b/structrun__backdoor__commands__data.html @@ -151,9 +151,9 @@   } u   - -backdoor_runtime_data_t payload -  + +backdoor_runtime_data_t data key_ctx_t kctx   diff --git a/xzre_8h.html b/xzre_8h.html index d544774..8eb32c5 100644 --- a/xzre_8h.html +++ b/xzre_8h.html @@ -1641,9 +1641,9 @@  assert_offset (run_backdoor_commands_data_t, u.keys.ed448_key, 0x68)   -assert_offset (run_backdoor_commands_data_t, payload, 0xA8) -  +assert_offset (run_backdoor_commands_data_t, data, 0xA8) +   assert_offset (run_backdoor_commands_data_t, kctx, 0x308)   diff --git a/xzre_8h_source.html b/xzre_8h_source.html index 9b7d817..19f71b8 100644 --- a/xzre_8h_source.html +++ b/xzre_8h_source.html @@ -1569,7 +1569,7 @@
1972  } keys;
1973  } u;
1974  PADDING(7);
-
1975  backdoor_runtime_data_t payload;
+
1975  backdoor_runtime_data_t data;
1976  key_ctx_t kctx;
1977 } run_backdoor_commands_data_t;
1978 
@@ -1586,7 +1586,7 @@
1989 assert_offset(run_backdoor_commands_data_t, u.keys.num_host_keys, 0x58);
1990 assert_offset(run_backdoor_commands_data_t, u.keys.num_host_pubkeys, 0x60);
1991 assert_offset(run_backdoor_commands_data_t, u.keys.ed448_key, 0x68);
-
1992 assert_offset(run_backdoor_commands_data_t, payload, 0xA8);
+
1992 assert_offset(run_backdoor_commands_data_t, data, 0xA8);
1993 assert_offset(run_backdoor_commands_data_t, kctx, 0x308);
1994 
1995