EnglishFrenchGermanItalianPortugueseSpanish

Небольшой трюк с WRP под Windows Vista+

Как известно, в операционной системе Windows (2000, XP, 2003) существует механизм защиты системных файлов, также известный как Windows File Protection. Данный механизм не позволяет изменять или удалять критичные объекты операционной системы, в частности системные DLL и различные драйверы. В случае обнаружения изменений ОС восстанавливает такие файлы.

Вкратце суть алгоритма сводилась к следующему: в [...]

Share

Windows 7 WDK documentation

На сайте WDKDocs доступна обновленная документация с поддержкой Windows 7.

Документацию можно загрузить в двух форматах, как обычный апдейт и в формате .chm:

WDKDocs_08072009.exe

wdkchm_08072009.exe

Share

Windows 7 Kernel Architecture Changes

Windows 7 introduces a new set of dll files containing exported functions of many well-known WIN32 APIs. All these filenames begins with ‘api-ms-win-core’ prefix, followed by the functions category name. For example, api-ms-win-core-localregistry-l1-1-0.dll contains the exported names for all Registry functions, api-ms-win-core-file-l1-1-0.dll contains the exported names for all file-related functions, api-ms-win-core-localization-l1-1-0.dll contains the exported names [...]

Share