TL;DR: In this paper, a system for managing DLL modules and providing administrators of Windows based PCs with more control over Windows modules is presented, which benefits from patching standard Windows API call logic with code that serves to more accurately load the correct DLLs associated with specified applications.
Abstract: A system for managing DLL modules and providing administrators of Windows based PCs with more control over Windows modules. The invention beneficially patches standard Windows API call logic with code that serves to (i) more accurately load the correct DLLs associated with specified applications, (ii) enable multiple DLLs of the same name to be loaded simultaneously where otherwise precluded (such as in a 16-bit Windows environment) and (iii) efficiently track module use and the relationships between modules at run-time.
TL;DR: Details of a windows memory analysing method are given through which it is possible to extract useful information, such as running processes, current network connections, file contents, etc., from a memory image.
Abstract: his paper briefly introduces the challenges facing collection of volatile data in a target computer. Resons to favor physical memory analysis are also given. After describing the related work of the memory analysis, details of a windows memory analysing method are given through which it is possible to extract useful information, such as running processes , current network connections, file contents, etc., from a memory image. The method is based on a data structure in windows known as Kernel Processor Control Region, or KPCR. Besides, details of address translation from virtual address to physical address are thoroughly discussed and an algorithm of address translation for practice is given. This method is verified on Windows XP SP2, Windows 2003 Server SP2 and Windows Vista Home Basic.
TL;DR: This book provides an exclusive, inside look at the architectural and programming underpinnings of Windows, but it also gives a detailed vision of the next important evolution of the Windows-centric office.
Abstract: A wide-ranging discussion of the next generation of the Microsoft Windows Operating system. Not only does the book provide an exclusive, inside look at the architectural and programming underpinnings of Windows, but it also gives a detailed vision of the next important evolution of the Windows-centric office. (Operating Systems)
TL;DR: This foundation guide to Windows programming covers the enhancements of Windows 3.1.1, including the new Dynamic Data Exchange (DDE) protocol, the printing and TrueType font application programming interface (API) and more.
Abstract: This foundation guide to Windows programming covers the enhancements of Windows 3.1. These include the new Dynamic Data Exchange (DDE) protocol, the printing and TrueType font application programming interface (API) and more. As useful to owners of the current edition as the new Windows programmers, this book is packed with explanations, insights, tried and tested programming techniques and scores of sample programs written in C.