From fe85b1e6a526f13f6aac7072612ce05f6a44819f Mon Sep 17 00:00:00 2001 From: ussrhero Date: Sat, 4 Apr 2020 10:57:42 +0300 Subject: [PATCH] fixed getVaState function --- pykd/pymod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykd/pymod.cpp b/pykd/pymod.cpp index 02a368d..6fe1a4d 100644 --- a/pykd/pymod.cpp +++ b/pykd/pymod.cpp @@ -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");