Files
omath/include/omath/system/pe/data_directory.hpp
Orange 5ea1f00d09 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.
2025-10-08 19:22:20 +03:00

6 lines
53 B
C++

//
// Created by Vlad on 10/8/2025.
//
#pragma once