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

PEB not included in process level namespace #41

Open
Zhentar opened this issue Oct 22, 2018 · 1 comment
Open

PEB not included in process level namespace #41

Zhentar opened this issue Oct 22, 2018 · 1 comment

Comments

@Zhentar
Copy link
Contributor

Zhentar commented Oct 22, 2018

I wanted to see the PEB for my process. Since the thread namespace includes a Teb, I figured there'd be a matching Peb in the process namespace, but alas, there is not. (I did eventually figure out that there is a $peb variable, at least)

@jazzdelightsme
Copy link
Member

Thank you for the feedback!

Yes, there are lots of things missing from the namespace. My current idea for attempting to deal with this wholesale is to try to use the shiny new Debugger Data Model to integrate with the namespace-like stuff exposed by it (a la dx -r2 @$curthread.Environment or dx Debugger.State.PseudoRegisters). However that is an XL work item, which I do not have a definite schedule for. (I don't think I've even filed an issue for it yet; it's daunting!)

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