четверг, 14 февраля 2013 г.

при установке пишет missing import kernel32.dll:decodepointer

in advapi32.dll, simply contains a jump to the RegDeleteValueW in API-MS-Win-Core-LocalRegistry-L1-1-0.dll:

corresponding function in one of these api-ms-win-core Dlls. Just for example, RegDeleteValueW

language output of many API functions, we can see that they simply call their

Moreover, if we look in the assembly

other system dll files, are now statically linked to these empty api-ms-win-core

dependency walker utility, we can see that advapi32.dll, kernel32.dll, and

084010CE 33C0                    xor eax, eax084010D0 40                      inc eax084010D1 C20800                  ret 0008

api-ms-win-core-localregistry-l1-1-0.dll:

assembly language content of RegDeleteValueW function in

do anything, and simply returns a 'TRUE' value. Just for example, here's the

you'll see that all these files are very small, and the functions in them doen't

If you look deeply into these files,

contains the exported names for all localization functions, and so on.

exported names for all file-related functions, api-ms-win-core-localization-l1-1-0.dll

names for all Registry functions, api-ms-win-core-file-l1-1-0.dll contains the

For example, api-ms-win-core-localregistry-l1-1-0.dll contains the exported

filenames begins with 'api-ms-win-core' prefix, followed by the functions

files containing exported functions of many well-known WIN32 APIs. All these

Windows 7 introduces a new set of dll

At PDC today, Microsoft gave the first public demonstration of Windows 7

Комментариев нет:

Отправить комментарий