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

How should I install and use software to call DLLs? #46

Open
bbhxwl opened this issue Sep 27, 2022 · 2 comments
Open

How should I install and use software to call DLLs? #46

bbhxwl opened this issue Sep 27, 2022 · 2 comments

Comments

@bbhxwl
Copy link

bbhxwl commented Sep 27, 2022

The following project integrates Winpmem to read memory, but some computers do not work. I do not know the reason, and the author is not very clear. It seems that I was asked to ask Winpmem. I don't know what to do. Why can some computers read and others can't?

https://github.com/ufrisk/MemProcFS

@scudette
Copy link
Contributor

Winpmem is really a kernel driver that the userspace needs to talk to. I dont know how that project works but you should at least check that the driver is properly loaded (it may not be allowed depending on configuration). You can do this by trying to acquire a memory image with winpmem.

@bbhxwl
Copy link
Author

bbhxwl commented Sep 27, 2022

Winpmem is really a kernel driver that the userspace needs to talk to. I dont know how that project works but you should at least check that the driver is properly loaded (it may not be allowed depending on configuration). You can do this by trying to acquire a memory image with winpmem.

Is there any specific method?

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