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" );
python::def( "getVaType", pykd::getVaType,
"Return memory type");
python::def( "getVaState", pykd::getVaProtect,
python::def( "getVaState", pykd::getVaState,
"Return memory state");
python::def("getVaAttributes", pykd::getVaAttributes,
"Return memory attributes");