This is a very hairy enhancement, and I was not sure how to really represent
the vadinfo in JSON. I only added functionality for the vadinfo command, and
the output will look something like, where the PID is the key:
"1264": {
"VadExt": {
"LastContiguousPte": "0x1000",
"FirstPrototypePte": "0x0",
"VadFlags2": "LongVad: 1, OneSecured: 1"
},
"VadControl": null,
"UniqueProcessId": 1264,
"VadShort": {
"Tag": "Vadl",
"End": 2147352575,
"VadType": "",
"Start": 2147348480,
"VadFlags": "CommitCharge: 1, MemCommit: 1, NoChange: 1, PrivateMemory: 1, Protection: 4",
"Protection": "PAGE_READWRITE",
"offset": 2185100824
}
},
Original issue reported on code.google.com by adam.pri...@thecoverofnight.com on 31 Aug 2012 at 5:34
Original issue reported on code.google.com by
adam.pri...@thecoverofnight.com
on 31 Aug 2012 at 5:34Attachments: