From a5cd4d5906fc0387aa343726da62fd60aed06851 Mon Sep 17 00:00:00 2001 From: smx-smx Date: Wed, 1 May 2024 21:14:44 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20smx-smx/?= =?UTF-8?q?xzre@ff50c2cdcf6345417473b80d92945d9f4bed712f=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- structrun__backdoor__commands__data.html | 6 +++--- xzre_8h.html | 6 +++--- xzre_8h_source.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) 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