mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-RC1
This commit is contained in:
@ -10,10 +10,11 @@ default=0
|
||||
7=WIN2K3
|
||||
8=VISTA
|
||||
9=WIN2K8
|
||||
10=NOHEAP
|
||||
|
||||
[DCFG1]
|
||||
contents=std,kexbases,kexbasen
|
||||
noshow=1
|
||||
desc=Default mode
|
||||
|
||||
[DCFG1.names.98]
|
||||
KERNEL32.GetVersion=std
|
||||
@ -145,3 +146,15 @@ KERNEL32.GetVersionExA=kexbases.9
|
||||
KERNEL32.GetVersionExW=kexbases.9
|
||||
KERNEL32.VerifyVersionInfoA=kexbases.4
|
||||
KERNEL32.VerifyVersionInfoW=kexbases.4
|
||||
|
||||
[NOHEAP]
|
||||
inherit=DCFG1
|
||||
desc=Disable custom heap
|
||||
|
||||
[NOHEAP.names]
|
||||
KERNEL32.HeapCreate=std
|
||||
KERNEL32.HeapDestroy=std
|
||||
KERNEL32.HeapAlloc=std
|
||||
KERNEL32.HeapFree=std
|
||||
KERNEL32.HeapSize=std
|
||||
KERNEL32.HeapReAlloc=std
|
||||
|
Reference in New Issue
Block a user