From 756b37ef6c8e4f897093790ebbe36015fc341fea Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 8 Mar 2023 17:16:29 -0500 Subject: [PATCH] Minor update for clarity --- Developer Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer Guide.md b/Developer Guide.md index 4433f285..a07e8aaf 100644 --- a/Developer Guide.md +++ b/Developer Guide.md @@ -74,7 +74,7 @@ Below are all current helper methods along with a brief description. | | `GetFirstSectionStrings(string, bool)` | Get the first section found ASCII and Unicode wide character strings (length >= 5) whose name matches the provided value, if it exists. | | | `GetLastSectionStrings(string, bool)` | Get the last section found ASCII and Unicode wide character strings (length >= 5) whose name matches the provided value, if it exists. | | | `GetSectionStrings(int)` | Get the section found ASCII and Unicode wide character strings (length >= 5) whose index matches the provided value, if it exists. | -| | `FindEntryPointSection()` | Get the section header for the section that contains the entry point, if it exists. | +| | `FindEntryPointSectionIndex()` | Get the section header index for the section that contains the entry point, if it exists. | | | `GetTableData(int)` | Get the table raw data whose index matches the provided value, if it exists. | | | `GetTableStrings(int)` | Get the table found ASCII and Unicode wide character strings (length >= 5) whose index matches the provided value, if it exists. |