mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-17 10:53:26 +00:00
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:
5
include/omath/system/pe/data_directory.hpp
Normal file
5
include/omath/system/pe/data_directory.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by Vlad on 10/8/2025.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
Reference in New Issue
Block a user