Skip to content

Commit 9a2fe06

Browse files
feat: Pass more arguments to PIDInspect so that it knows more stuff about the flags, making it more aware
1 parent ff90a99 commit 9a2fe06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,8 @@ void FindProcessPorts(DWORD targetPid) {
17451745

17461746

17471747

1748-
void PIDinspect(const std::vector<DWORD>& pids, const std::vector<std::string>& names, HANDLE hshot) { // ooh guys look i'm in the void
1748+
void PIDinspect(const std::vector<DWORD>& pids, const std::vector<std::string>& names, HANDLE hshot, std::vector<bool>& statuses, int related, ) {
1749+
//^^^ ooh guys look i'm in the void
17491750
DWORD pid = pids[0];
17501751
std::unordered_map<DWORD, PROCESSENTRY32> pidMap;
17511752
PROCESSENTRY32 pe32{};

0 commit comments

Comments
 (0)