fixed getVaState function

This commit is contained in:
ussrhero 2020-04-04 10:57:42 +03:00
parent 46382d24fa
commit fe85b1e6a5

View File

@ -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");