Skip to content

Commit

Permalink
Object's whitelisting improved
Browse files Browse the repository at this point in the history
  • Loading branch information
swwwolf committed Jun 2, 2016
1 parent 14e2400 commit 757b3a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/whitelist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ WDbgArkAnalyzeWhiteList::WhiteListEntries GetObjectTypesWhiteList() {
{ "pcwobject", { "pcw" } },
{ "filterconnectionport", { "fltmgr" } },
{ "filtercommunicationport", { "fltmgr" } },
{ "virtualkey", { "registry" } }
{ "virtualkey", { "registry" } },
{ "ndiscmstate", { "ndis" } }
};
}

Expand Down

0 comments on commit 757b3a4

Please sign in to comment.