From e3804a85d18250d2ba96cda69e80ee65c4063bf7 Mon Sep 17 00:00:00 2001 From: smx-smx Date: Fri, 5 Apr 2024 22:46:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20smx-smx/?= =?UTF-8?q?xzre@75f4f250207251f3d8c7edf009230d081f2d70d0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- annotated.html | 13 +- classes.html | 22 +- functions.html | 165 ++++++- functions_func.html | 75 +++ functions_vars.html | 162 +++++- globals.html | 3 - globals_func.html | 3 - menudata.js | 29 +- search/all_0.js | 8 +- search/all_1.js | 9 +- search/all_2.js | 11 +- search/all_3.js | 21 +- search/all_4.js | 10 +- search/all_5.js | 10 +- search/all_6.js | 7 +- search/all_7.js | 8 +- search/all_8.html | 37 ++ search/all_8.js | 7 + search/all_9.html | 37 ++ search/all_9.js | 5 + search/all_a.html | 37 ++ search/all_a.js | 12 + search/all_b.html | 37 ++ search/all_b.js | 5 + search/all_c.html | 37 ++ search/all_c.js | 6 + search/classes_0.js | 4 +- search/classes_1.html | 37 ++ search/classes_1.js | 4 + search/classes_2.html | 37 ++ search/classes_2.js | 6 + search/classes_3.html | 37 ++ search/classes_3.js | 4 + search/classes_4.html | 37 ++ search/classes_4.js | 4 + search/classes_5.html | 37 ++ search/classes_5.js | 4 + search/classes_6.html | 37 ++ search/classes_6.js | 5 + search/files_0.js | 2 +- search/functions_0.js | 2 +- search/functions_1.js | 9 +- search/functions_2.js | 16 +- search/functions_3.js | 9 +- search/functions_4.js | 2 +- search/functions_5.js | 4 +- search/functions_6.js | 2 +- search/pages_0.js | 2 +- search/searchdata.js | 8 +- search/variables_0.js | 5 +- search/variables_1.js | 7 +- search/variables_2.html | 37 ++ search/variables_2.js | 5 + search/variables_3.html | 37 ++ search/variables_3.js | 5 + search/variables_4.html | 37 ++ search/variables_4.js | 4 + search/variables_5.html | 37 ++ search/variables_5.js | 10 + search/variables_6.html | 37 ++ search/variables_6.js | 6 + search/variables_7.html | 37 ++ search/variables_7.js | 8 + search/variables_8.html | 37 ++ search/variables_8.js | 6 + search/variables_9.html | 37 ++ search/variables_9.js | 5 + search/variables_a.html | 37 ++ search/variables_a.js | 8 + search/variables_b.html | 37 ++ search/variables_b.js | 5 + structbackdoor__data__t.html | 165 +++++++ structbackdoor__setup__params__t.html | 99 ++++ structbackdoor__shared__globals__t.html | 93 ++++ structdasm__ctx__t.html | 159 ++++++ structelf__entry__ctx__t.html | 107 ++++ structelf__info.html | 208 ++++++++ structelf__lib__info__t.html | 89 ++++ structglobal__context.html | 120 +++++ structimported__funcs__t.html | 198 ++++++++ structlibc__imports.html | 99 ++++ structsystem__imports__t.html | 126 +++++ xzre_8h.html | 440 +++++++---------- xzre_8h_source.html | 626 +++++++++++++----------- 84 files changed, 3441 insertions(+), 617 deletions(-) create mode 100644 functions_func.html create mode 100644 search/all_8.html create mode 100644 search/all_8.js create mode 100644 search/all_9.html create mode 100644 search/all_9.js create mode 100644 search/all_a.html create mode 100644 search/all_a.js create mode 100644 search/all_b.html create mode 100644 search/all_b.js create mode 100644 search/all_c.html create mode 100644 search/all_c.js create mode 100644 search/classes_1.html create mode 100644 search/classes_1.js create mode 100644 search/classes_2.html create mode 100644 search/classes_2.js create mode 100644 search/classes_3.html create mode 100644 search/classes_3.js create mode 100644 search/classes_4.html create mode 100644 search/classes_4.js create mode 100644 search/classes_5.html create mode 100644 search/classes_5.js create mode 100644 search/classes_6.html create mode 100644 search/classes_6.js create mode 100644 search/variables_2.html create mode 100644 search/variables_2.js create mode 100644 search/variables_3.html create mode 100644 search/variables_3.js create mode 100644 search/variables_4.html create mode 100644 search/variables_4.js create mode 100644 search/variables_5.html create mode 100644 search/variables_5.js create mode 100644 search/variables_6.html create mode 100644 search/variables_6.js create mode 100644 search/variables_7.html create mode 100644 search/variables_7.js create mode 100644 search/variables_8.html create mode 100644 search/variables_8.js create mode 100644 search/variables_9.html create mode 100644 search/variables_9.js create mode 100644 search/variables_a.html create mode 100644 search/variables_a.js create mode 100644 search/variables_b.html create mode 100644 search/variables_b.js create mode 100644 structbackdoor__data__t.html create mode 100644 structbackdoor__setup__params__t.html create mode 100644 structbackdoor__shared__globals__t.html create mode 100644 structdasm__ctx__t.html create mode 100644 structelf__entry__ctx__t.html create mode 100644 structelf__info.html create mode 100644 structelf__lib__info__t.html create mode 100644 structglobal__context.html create mode 100644 structimported__funcs__t.html create mode 100644 structlibc__imports.html create mode 100644 structsystem__imports__t.html diff --git a/annotated.html b/annotated.html index e722fb7..8237c8b 100644 --- a/annotated.html +++ b/annotated.html @@ -67,7 +67,18 @@
Here are the data structures with brief descriptions:
- + + + + + + + + + + + +
 Csecret_data_shift_cursorShift register, which will shift a '1' into the secret data array. the low 3 bits represent the bit index, while the rest represents the byte index this is convenient, since a simple increment will increment the buffer position correctly
 Cbackdoor_data_tThis structure is used to hold most of the backdoor information. it's used as a local variable in function backdoor_setup
 Cbackdoor_setup_params_t
 Cbackdoor_shared_globals_t
 Cdasm_ctx_t
 Celf_entry_ctx_t
 Celf_info
 Celf_lib_info_t
 Cglobal_context
 Cimported_funcs_t
 Clibc_imports
 Csecret_data_shift_cursorShift register, which will shift a '1' into the secret data array. the low 3 bits represent the bit index, while the rest represents the byte index this is convenient, since a simple increment will increment the buffer position correctly
 Csystem_imports_t
diff --git a/classes.html b/classes.html index 843b062..1120f43 100644 --- a/classes.html +++ b/classes.html @@ -65,11 +65,29 @@
Data Structure Index
- +
B | D | E | G | I | L | S
diff --git a/functions.html b/functions.html index e66abc9..0211808 100644 --- a/functions.html +++ b/functions.html @@ -61,17 +61,180 @@
-
Here is a list of all documented struct and union fields with links to the struct/union documentation for each field: