Understanding Programs and Processes in Operating Systems
Exploring the fundamental concepts of programs and processes in operating systems, this content delves into the definitions of programs and processes, the relationship between them, the components of a program, what is added by a process, and how processes are created. The role of DLLs, mapped files
0 views • 22 slides
Understanding Malware Execution and DLLs in IDA
Exploring how malware executes in IDA Pro, the significance of control flow graphs, DLL review, methods of utilizing DLLs for malicious activities, analyzing DLLs for code execution, and the management of processes in a secure environment. Gain insights into malware behaviors involving DLLs and proc
0 views • 27 slides
Understanding DLL Hijacking in Windows
Dynamic-Link Libraries (DLLs) are a mechanism in Windows for sharing code and data, making it easier to design and build applications. By loading DLLs either statically at compile time or dynamically at runtime, programs can enhance memory management and user experience. However, DLL hijacking, a co
0 views • 13 slides