Adds PE scanner infrastructure and data structures

Initializes infrastructure for PE file scanning.

Adds data structures for PE headers (DOS, optional, section),
including user-defined types for section characteristics.

Refactors existing pattern scanning code to utilize new PE data structures.

Adds basic parsing of PE headers.
This commit is contained in:
2025-10-08 19:22:14 +03:00
parent 63debc635e
commit 5ea1f00d09
4 changed files with 82 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
//
// Created by Vlad on 10/8/2025.
//
#pragma once