Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
while (true)
  • Loading branch information
nxtn committed Dec 7, 2020
commit ff306e0d9e8003f81182a53bbc5cdc0ac537f960
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private static ProcessModuleCollection GetModules(int processId, bool firstModul

module.ModuleName = new string(chars, 0, length);

for (; ; )
while (true)
{
length = Interop.Kernel32.GetModuleFileNameEx(processHandle, moduleHandle, chars, chars.Length);
if (length == chars.Length)
Expand Down