fixed getVaState function
This commit is contained in:
parent
46382d24fa
commit
fe85b1e6a5
@ -287,7 +287,7 @@ void pykd_init()
|
|||||||
"Return memory protect" );
|
"Return memory protect" );
|
||||||
python::def( "getVaType", pykd::getVaType,
|
python::def( "getVaType", pykd::getVaType,
|
||||||
"Return memory type");
|
"Return memory type");
|
||||||
python::def( "getVaState", pykd::getVaProtect,
|
python::def( "getVaState", pykd::getVaState,
|
||||||
"Return memory state");
|
"Return memory state");
|
||||||
python::def("getVaAttributes", pykd::getVaAttributes,
|
python::def("getVaAttributes", pykd::getVaAttributes,
|
||||||
"Return memory attributes");
|
"Return memory attributes");
|
||||||
|
Loading…
Reference in New Issue
Block a user