Skip to content

Commit

Permalink
update m_SectionHeaders to use configurable limit from !225
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Winters committed Dec 30, 2022
1 parent 734ac64 commit 5f94ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class CImage

IMAGE_DOS_HEADER m_DosHeader; // Read & Write
IMAGE_NT_HEADERS m_NtHeader; // Read & Write
IMAGE_SECTION_HEADER m_SectionHeaders[IMAGE_NUMBEROF_DIRECTORY_ENTRIES];
IMAGE_SECTION_HEADER m_SectionHeaders[DETOUR_MAX_SUPPORTED_IMAGE_SECTION_HEADERS];

DWORD m_nPrePE;
DWORD m_cbPrePE;
Expand Down

0 comments on commit 5f94ab6

Please sign in to comment.