Skip to content
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

Kernel32.dll searching crashes at random address #2

Open
Akoszewski opened this issue Jul 28, 2019 · 2 comments
Open

Kernel32.dll searching crashes at random address #2

Akoszewski opened this issue Jul 28, 2019 · 2 comments

Comments

@Akoszewski
Copy link

I tried to implement this idea of searching for kernel32.dll in Windows 10 and I'm afraid it crashes (there must be some unallocated pages there). Do you have idea how to workaround this? I can use ReadProcessMemory at this point and it helps but in final version it obviously cannot be used (because I don't have pointer to that function before finding kernel32.dll).

@deb0ch
Copy link
Owner

deb0ch commented Aug 30, 2019

Hello, I have no idea of what kind of changes Microsoft made to their system between Windows 7 32bit and the current version of Windows 10.

Last time I researched about it was for this project 5 years ago, so you will most likely have to go on a quest to research this yourself ¯\_(ツ)_/¯

@Akoszewski
Copy link
Author

Nevermind, I found kernel.dll using Process Environment Block

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

No branches or pull requests

2 participants