Skip to content

Commit

Permalink
xzre.lds: define hooked RSA functions
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed Apr 8, 2024
1 parent 7ee3364 commit fd74d86
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions xzre.lds
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,15 @@ SECTIONS {

"backdoor_symbind64" = ".";
*(.text.lz_encoder_prepara);

"hook_RSA_get0_key" = ".";
*(.text.lzma_index_inia);

"hook_EVP_PKEY_set1_RSA" = ".";
*(.text.lzma_index_memusaga);

"hook_RSA_public_decrypt" = ".";
*(.text.lzma_index_prealloa);
}
} INSERT AFTER .text;

Expand Down

0 comments on commit fd74d86

Please sign in to comment.