Home
last modified time | relevance | path

Searched refs:dwOldProtect (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/treesheets/treesheets-1.0.2/src/StackWalker/
H A DStackWalkerHelpers.cpp71 DWORD dwOldProtect = 0; in PreventSetUnhandledExceptionFilter() local
73 PAGE_EXECUTE_READWRITE, &dwOldProtect); in PreventSetUnhandledExceptionFilter()
79 if ( (bProt != FALSE) && (dwOldProtect != PAGE_EXECUTE_READWRITE)) in PreventSetUnhandledExceptionFilter()
82 VirtualProtect(pOrgEntry, sizeof(szExecute), dwOldProtect, &dwBuf); in PreventSetUnhandledExceptionFilter()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/include/StackWalker/
H A DStackWalkerHelpers.cpp70 DWORD dwOldProtect = 0; in PreventSetUnhandledExceptionFilter() local
72 VirtualProtect(pOrgEntry, sizeof(szExecute), PAGE_EXECUTE_READWRITE, &dwOldProtect); in PreventSetUnhandledExceptionFilter()
78 if ((bProt != FALSE) && (dwOldProtect != PAGE_EXECUTE_READWRITE)) { in PreventSetUnhandledExceptionFilter()
80 VirtualProtect(pOrgEntry, sizeof(szExecute), dwOldProtect, &dwBuf); in PreventSetUnhandledExceptionFilter()
/dports/math/gismo/gismo-21.12.0/src/misc/
H A DgsStackWalker.cpp414 DWORD dwOldProtect = 0; in PreventSetUnhandledExceptionFilter() local
420 PAGE_EXECUTE_READWRITE, &dwOldProtect); in PreventSetUnhandledExceptionFilter()
452 VirtualProtect(pOrgEntry, jmpSize, dwOldProtect, &dwBuf); in PreventSetUnhandledExceptionFilter()
/dports/textproc/stardict3/stardict-3.0.6/dict/src/win32/
H A DHookImportFunction.c105 DWORD dwOldProtect; in HookImportFunction() local
113 VirtualProtect(mbi_thunk.BaseAddress, mbi_thunk.RegionSize, mbi_thunk.Protect, &dwOldProtect); in HookImportFunction()
/dports/textproc/goldendict/goldendict-73ec1b5/mouseover_win32/
H A DHookImportFunction.c88 DWORD dwOldProtect; in HookImportFunction() local
98 VirtualProtect(mbi_thunk.BaseAddress, mbi_thunk.RegionSize, mbi_thunk.Protect, &dwOldProtect); in HookImportFunction()
/dports/lang/ghc/ghc-8.10.7/rts/win32/
H A DOSMem.c445 DWORD dwOldProtect = 0; in setExecutable() local
448 &dwOldProtect) == 0) in setExecutable()
451 "%lu\n", p, (unsigned long)dwOldProtect); in setExecutable()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dncbi_win_hook.cpp1485 DWORD dwOldProtect; in ReplaceInOneModule() local
1491 &dwOldProtect) == FALSE in ReplaceInOneModule()
1503 dwOldProtect, in ReplaceInOneModule()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dncbi_win_hook.cpp1485 DWORD dwOldProtect; in ReplaceInOneModule() local
1491 &dwOldProtect) == FALSE in ReplaceInOneModule()
1503 dwOldProtect, in ReplaceInOneModule()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/win/
H A Dsystem.c1169 DWORD dwOldProtect; in Sg_SanitiseStack() local
1188 &dwOldProtect)) { in Sg_SanitiseStack()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/test/proptest/
H A Dproptest.cxx988 DWORD dwOldProtect; in Alloc2PageVector() local
1005 … if( !VirtualProtect( (BYTE*) *ppBase + si.dwPageSize, si.dwPageSize, dwProtect, &dwOldProtect ) ) in Alloc2PageVector()