Searched refs:the_secs (Results 1 – 1 of 1) sorted by relevance
176 static sSecInfo *the_secs = NULL; variable188 if (the_secs[i].sec_start <= ((LPBYTE) addr) in mark_section_writable()189 && ((LPBYTE) addr) < (the_secs[i].sec_start + the_secs[i].hash->Misc.VirtualSize)) in mark_section_writable()198 the_secs[i].hash = h; in mark_section_writable()199 the_secs[i].old_protect = 0; in mark_section_writable()202 if (!VirtualQuery (the_secs[i].sec_start, &b, sizeof(b))) in mark_section_writable()205 (int) h->Misc.VirtualSize, the_secs[i].sec_start); in mark_section_writable()213 &the_secs[i].old_protect)) in mark_section_writable()230 if (the_secs[i].old_protect == 0) in restore_modified_sections()235 (int) the_secs[i].hash->Misc.VirtualSize, in restore_modified_sections()[all …]