8000 Adding naive VirtualFree by mkst · Pull Request #20 · decompals/wibo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Adding naive VirtualFree #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 27, 2022
Merged

Adding naive VirtualFree #20

merged 2 commits into from
Jul 27, 2022

Conversation

mkst
Copy link
Contributor
@mkst mkst commented Jul 27, 2022

No description provided.

dll/kernel32.cpp Outdated
@@ -944,6 +942,11 @@ namespace kernel32 {
}
}

unsigned int WIN_FUNC VirtualFree(void *lpAddress, unsigned int dwSize, int dwFreeType) {
DEBUG_LOG("VirtualAlloc %p %u %i\n", lpAddress, dwSize, dwFreeType);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DEBUG_LOG("VirtualAlloc %p %u %i\n", lpAddress, dwSize, dwFreeType);
DEBUG_LOG("VirtualFree %p %u %i\n", lpAddress, dwSize, dwFreeType);

@simonlindholm simonlindholm merged commit bd4c09e into main Jul 27, 2022
@simonlindholm simonlindholm deleted the virtual-free branch July 27, 2022 22:24
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
0