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

Please #12

Open
wanghualei2 opened this issue Jun 22, 2020 · 7 comments
Open

Please #12

wanghualei2 opened this issue Jun 22, 2020 · 7 comments

Comments

@wanghualei2
Copy link

Hello,I always have the problem " Failed to find low stub in physical memory!"
Do you have some suggestion? I hope to receive your rely!

@whitehat9090
Copy link

Hello,I always have the problem " Failed to find low stub in physical memory!"
Do you have some suggestion? I hope to receive your rely!

You check if firewall turn off!

@0xFF1E071F
Copy link

Hello,I always have the problem " Failed to find low stub in physical memory!"
Do you have some suggestion? I hope to receive your rely!

On target machine, run:

C:\Users\Administrator>netsh advfirewall set allprofiles state off

@wanghualei2
Copy link
Author

Hello,I always have the problem " Failed to find low stub in physical memory!"
Do you have some suggestion? I hope to receive your rely!

On target machine, run:

C:\Users\Administrator>netsh advfirewall set allprofiles state off

I had set allprofiles state off.It seem low stub is not lie the address

@0xFF1E071F
Copy link

Are you using you target machine "Debug mode ON"
Because i am getting the same error when my target machine is set to bcdedit /set debug yes
@chompie1337 any ideas?

@chompie1337
Copy link
Owner

chompie1337 commented Jun 23, 2020

Hmm, so it seems like it's possible the low stub is not present on the VM. it does a search for it at all physical addresses <1MB. how the VM is configured can affect this but I'm not too sure of the details as there is not much research available about it.

I've tested using VMWare Fusion and VMWare Workstation both BIOS and UEFI using "easy install" setup and it seems to be present in both. Can you describe your testing env?

EDIT: tested the above both in debug mode and non debug mode as well

@0xFF1E071F
Copy link

Hmm, so it seems like it's possible the low stub is not present on the VM. it does a search for it at all physical addresses <1MB. how the VM is configured can affect this but I'm not too sure of the details as there is not much research available about it.

I've tested using VMWare Fusion and VMWare Workstation both BIOS and UEFI using "easy install" setup and it seems to be present in both. Can you describe your testing env?

EDIT: tested the above both in debug mode and non debug mode as well

@chompie1337 i have opened a new issue for this: #13

@wanghualei2
Copy link
Author

Hmm, so it seems like it's possible the low stub is not present on the VM. it does a search for it at all physical addresses <1MB. how the VM is configured can affect this but I'm not too sure of the details as there is not much research available about it.
I've tested using VMWare Fusion and VMWare Workstation both BIOS and UEFI using "easy install" setup and it seems to be present in both. Can you describe your testing env?
EDIT: tested the above both in debug mode and non debug mode as well

@chompie1337 i have opened a new issue for this: #13

I use the virtualbox.the vmware is failed in win10

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

5 participants
@wanghualei2 @0xFF1E071F @chompie1337 @whitehat9090 and others