Breaking Ransomware: Explore ways to find and exploit flaws in a ransomware attack by Jitender Narula & Atul Narula
Author:Jitender Narula & Atul Narula [Narula, Jitender & Narula, Atul]
Language: eng
Format: epub
ISBN: 9789355513625
Publisher: BPB Publications
Published: 2023-06-15T00:00:00+00:00
Figure 8.23: ImportSampleDLL code
The resulting executable (ImportSampleDLL.exe) will list our SampleDLL.dll in Import Directory.
Import Directory is an array of the IMAGE_IMPORT_DESCRIPTOR structure. Each structure is 20 bytes in size and contains information about a DLL imported in our application. For every DLL imported, we will have the IMAGE_IMPORT_DESCRIPTOR structure. Our application is importing functions from four different DLLs, so we have four IMAGE_IMPORT_DESCRIPTOR structures in array. There is no field that indicates the length of an array or the number of IMAGE_IMPORT_DESCRIPTOR structures in an array. Instead, the final IMAGE_IMPORT_DESCRIPTOR structure in an array is filled with zeros.
The structure of the IMAGE_IMPORT_DESCRIPTOR structure is defined in WinNT.h is shown in Figure 8.24:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Cryptography | Encryption |
Hacking | Network Security |
Privacy & Online Safety | Security Certifications |
Viruses |
Effective Threat Investigation for SOC Analysts by Yahia Mostafa;(6533)
Practical Memory Forensics by Svetlana Ostrovskaya & Oleg Skulkin(6251)
Machine Learning Security Principles by John Paul Mueller(6222)
Attacking and Exploiting Modern Web Applications by Simone Onofri & Donato Onofri(5893)
Operationalizing Threat Intelligence by Kyle Wilhoit & Joseph Opacki(5856)
Solidity Programming Essentials by Ritesh Modi(4009)
Microsoft 365 Security, Compliance, and Identity Administration by Peter Rising(3653)
Operationalizing Threat Intelligence by Joseph Opacki Kyle Wilhoit(3380)
Future Crimes by Marc Goodman(3346)
Mastering Python for Networking and Security by José Manuel Ortega(3344)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3330)
Blockchain Basics by Daniel Drescher(3294)
Learn Computer Forensics - Second Edition by William Oettinger(3147)
Mobile App Reverse Engineering by Abhinav Mishra(2880)
Mastering Bitcoin: Programming the Open Blockchain by Andreas M. Antonopoulos(2868)
Incident Response with Threat Intelligence by Roberto MartÃnez(2867)
The Code Book by Simon Singh(2823)
From CIA to APT: An Introduction to Cyber Security by Edward G. Amoroso & Matthew E. Amoroso(2779)
Building a Next-Gen SOC with IBM QRadar: Accelerate your security operations and detect cyber threats effectively by Ashish M Kothekar(2707)
