Skip to content

Fix recognizing ordinal-only imported functions with zero type#229

Merged
GoGoOtaku merged 2 commits into
masterfrom
fix-recognizing-ordinal-only-imported-functions
Jul 8, 2026
Merged

Fix recognizing ordinal-only imported functions with zero type#229
GoGoOtaku merged 2 commits into
masterfrom
fix-recognizing-ordinal-only-imported-functions

Conversation

@GoGoOtaku

Copy link
Copy Markdown
Collaborator

Fix recognizing ordinal-only imported functions in PE32 binaries with zero type

This change fixes the commit a430968 ("Recognize PE32 binaries with zero type of optional header") as there is one extra place where check for MAGIC_PE32_0 is missing.

For example fixes recognizing of ordinal imports in Win32s LZ32.DLL library.

pali and others added 2 commits July 8, 2026 18:46
… zero type

This change fixes the commit a430968 ("Recognize PE32 binaries with
zero type of optional header") as there is one extra place where check
for MAGIC_PE32_0 is missing.

For example fixes recognizing of ordinal imports in Win32s LZ32.DLL library.
@GoGoOtaku GoGoOtaku force-pushed the fix-recognizing-ordinal-only-imported-functions branch from 19b6f7f to fb200a0 Compare July 8, 2026 17:07
@GoGoOtaku

Copy link
Copy Markdown
Collaborator Author

Unrelated note: OpenSSL v1.1 seems to be finally removed from OSX
And it also seems the headers got changed for OpenSSL v4

@GoGoOtaku GoGoOtaku merged commit 967ab57 into master Jul 8, 2026
3 checks passed
@GoGoOtaku GoGoOtaku deleted the fix-recognizing-ordinal-only-imported-functions branch July 8, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants