mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] hotfix : targetSystem
git-svn-id: https://pykd.svn.codeplex.com/svn@90197 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
55bc2f4649
commit
9184e67a44
@ -547,7 +547,7 @@ BOOST_PYTHON_MODULE( pykd )
|
||||
"Return PEB address" )
|
||||
.add_property("exeName", TargetProcessAdapter::getExeName,
|
||||
"Return the process executbakle file name")
|
||||
.def("isCurrent", TargetSystemAdapter::isCurrent,
|
||||
.def("isCurrent", TargetProcessAdapter::isCurrent,
|
||||
"Check if the target is current")
|
||||
.def("getNumberThreads", TargetProcessAdapter::getNumberThreads,
|
||||
"Return number of threads for this process" )
|
||||
|
Loading…
Reference in New Issue
Block a user