Skip to content

Commit d1ee38c

Browse files
authored
Place GPA on verbose only
1 parent adce6a4 commit d1ee38c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HookDump.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ int main(int argc, char** argv)
583583

584584
for (CONST ExportDataPair& p : dataMapWin)
585585
{
586-
if (p.second->ResolvedProcAddress && p.second->ProcAddress)
586+
if (bVerbose && p.second->ResolvedProcAddress && p.second->ProcAddress)
587587
{
588588
if (p.second->ResolvedProcAddress != p.second->ProcAddress)
589589
{
@@ -652,4 +652,4 @@ int main(int argc, char** argv)
652652
printf("%d hooks found\n", count);
653653

654654
return 0;
655-
}
655+
}

0 commit comments

Comments
 (0)