- Machine Learning for Cybersecurity Cookbook
- Emmanuel Tsukerman
- 108字
- 2021-06-24 12:29:03
Examining the PE header
Portable executable (PE) files are a common Windows file type. PE files include the .exe, .dll, and .sys files. All PE files are distinguished by having a PE header, which is a header section of the code that instructs Windows on how to parse the subsequent code. The fields from the PE header are often used as features in the detection of malware. To easily extract the multitude of values of the PE header, we will utilize the pefile Python module. In this recipe, we will parse the PE header of a file, and then print out notable portions of it.
推薦閱讀
- Visualforce Development Cookbook(Second Edition)
- HBase Design Patterns
- Windows程序設計與架構
- Hands-On Cybersecurity with Blockchain
- 21天學通Visual C++
- Ruby on Rails敏捷開發最佳實踐
- Chef:Powerful Infrastructure Automation
- Unreal Development Kit Game Design Cookbook
- Learning Cassandra for Administrators
- 軟測之魂
- Flash CS3動畫制作融會貫通
- Internet of Things with Raspberry Pi 3
- 傳感器原理及應用(第二版)
- Practical Computer Vision
- Learning Kibana 7(Second Edition)