First post, by DosFreak
- Rank
- l33t++
http://www.msfn.org/board/index.php?showtopic=71476&st=0
KernelEx v0.3.1 […]
KernelEx v0.3.1
For those of you who are still hesistating but are willing to test:
KernelEx automatically creates backup of files it modifies and creates a special recovery script making potencial recovery as fast and painless as possible.
Please read README file carefully. Thanks.Requirements:
* Windows 98 FE or Windows 98 SE or Windows ME
ANY LANGUAGE VERSION and kernel version
* Microsoft Layer for Unicode (MSLU) [Unicows.dll], version 1.1.3790.0Description:
The aim of the project is to implement functions (not present
on Windows 98 / ME) to kernel32.dll and other system libraries
so that recent Windows XP programs and games work on
Windows 98 / ME.Changes:
KernelEx v0.3.1 by Xeno86
05/14/2007
* added support for following functions of advapi32.dll:
- OpenProcessToken
- OpenThreadToken
- DuplicateTokenEx
- DuplicateToken
- AdjustTokenPrivileges
- CheckTokenMembership
- GetTokenInformation
- SetThreadToken
- AllocateAndInitializeSid
- FreeSid
- CopySid
- IsValidSid
- EqualSid
- EqualPrefixSid
- GetSidLengthRequired
- InitializeSid
- GetSidIdentifierAuthority
- GetSidSubAuthority
- GetSidSubAuthorityCount
- GetLengthSid
- InitializeSecurityDescriptor
- GetSecurityDescriptorLength
- GetSecurityDescriptorOwner
- SetSecurityDescriptorOwner
- GetSecurityDescriptorGroup
- SetSecurityDescriptorGroup
- IsValidSecurityDescriptor
- GetSecurityDescriptorDacl
- SetSecurityDescriptorDacl
- GetSecurityDescriptorSacl
- SetSecurityDescriptorSacl
- MakeSelfRelativeSD
- GetSecurityDescriptorControl
- InitializeAcl
- LookupPrivilegeValueW
- LookupPrivilegeValueA
- GetFileSecurityA
- GetFileSecurityW
- LookupAccountSidA
- LookupAccountSidW
- SetFileSecurityA
- SetFileSecurityW
- NotifyBootConfigStatus
- RevertToSelf
- ImpersonateSelf
- AccessCheck
- SetKernelObjectSecurity
- PrivilegeCheck
- AddAccessAllowedAce
- GetAce-----
KernelEx v0.3.0 by Xeno86
05/14/2007
* Kernel Update Project becomes KernelEx
* KUPVersion renamed to KEXVersion
* fixed problem with ImgBurn
* new, better, safer installer/uninstaller
* installer adds entry to "Add/Remove Programs"
* added instalation verification
* installer keeps patched files in system directory rather than in temp
* bugfixes in PEfile module
* fixed installer not always rebooting issue
* added stub for ConvertSidToStringSidW (advapi32)
* added stub for ConvertStringSidToSidW (advapi32)
* added IsUserAnAdmin (shell32)
* added OpenThread (kernel32)
* added TryEnterCriticalSection (kernel32)
* fixed GetFileSizeEx (kernel32)
* added SHGetFolderLocation (shell32)
* completely redesigned and rewritten patch engine - much more flexible, tidier and easier to maintain now
* new tool - GenPatch for automatic code generation
* removed dummy PSAPI.DLL file
* removed dummy UXTHEME.DLL file
* introducing a new library for unicode support
* changes to system identification feature - see NOTES