Esempio n. 1
0
void
ntdll_redir_exit(void)
{
    strhash_hash_destroy(GLOBAL_DCONTEXT, ntdll_table);
    if (ntdll_win7_table != NULL) {
        strhash_hash_destroy(GLOBAL_DCONTEXT, ntdll_win7_table);
    }
}
Esempio n. 2
0
void
advapi32_redir_exit(void)
{
    strhash_hash_destroy(GLOBAL_DCONTEXT, advapi32_table);
}