Skip to content

Make LoadLibrary in version stripper more efficient and reliable.#2556

Open
shewitt-au wants to merge 1 commit intoWerWolv:masterfrom
shewitt-au:version_stripper_optimization
Open

Make LoadLibrary in version stripper more efficient and reliable.#2556
shewitt-au wants to merge 1 commit intoWerWolv:masterfrom
shewitt-au:version_stripper_optimization

Conversation

@shewitt-au
Copy link
Copy Markdown
Contributor

@shewitt-au shewitt-au commented Dec 10, 2025

Description

Make LoadLibrary in version stripper more efficient and reliable.

Implementation description

Replace LoadLibrary with LoadLibraryEx and the LOAD_LIBRARY_AS_IMAGE_RESOURCE flag. This will be more efficent and reliable. For example the old way would fail if a static import could not be resolved. No DllMain calls will be made.

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.

1 participant