Live data from Hacker News

NirSoft, a collection of small and useful freeware utilities

nirsoft.net

1–10 of 59 posts

Re: NirSoft, a collection of small and useful freeware utilities

#5
I used these for years. Especially the Windows handles checker I found incredibly useful.

That being said: When I recently recommended it to a friend he complained about virus scanner warnings. When we ran the tool through Virus Total we had a considerable amount of warnings and these were not only from the heuristic checkers.

I have considerable trust in Nirsoft and maybe these warnings are wrong but on the other hand I have confidence in Virus Total too.

Re: NirSoft, a collection of small and useful freeware utilities

#7

I love these tools, but my one "complaint" is that they're not open source. I often find myself searching "how to find X in Windows", and the answer is to run one of these tools. But what I really want to know is how the tool does it.

Why would you want source code for that? WinAPI is visible in dependency viewers. File system operations visible in process monitor. Same with registry access. WMI queries are visible in event viewer (simple setup is required). Network activity is visible in sniffers.

Even when source code is available, these tools are both easier to use (reading source code can be very time consuming for large projects), and they give more accurate results.

By the way, sometimes I use these tools when I debug or troubleshoot my own software.

Source code only helps for simple programs. For sufficiently complex software, looking at source code increases development time instead of helping.

Re: NirSoft, a collection of small and useful freeware utilities

#8

I used these for years. Especially the Windows handles checker I found incredibly useful. That being said: When I recently recommended it to a friend he complained about virus scanner warnings. When we ran the tool through Virus Total we had a considerable amount of warnings and these were not only from the heuristic checkers. I have considerable trust in Nirsoft and maybe these warnings are wrong but on the other ha…

I've seen virus alerts for programs that I have written and compiled myself so many times that I don't trust antivirus by default. There are a number of API calls that trigger the alerts without further consideration.

Re: NirSoft, a collection of small and useful freeware utilities

#9

I used these for years. Especially the Windows handles checker I found incredibly useful. That being said: When I recently recommended it to a friend he complained about virus scanner warnings. When we ran the tool through Virus Total we had a considerable amount of warnings and these were not only from the heuristic checkers. I have considerable trust in Nirsoft and maybe these warnings are wrong but on the other ha…

They have a section on their Website about the AV issues.

https://blog.nirsoft.net/category/antivirus-issues/

Post reply on HN