patrick-g2
patrick-g2
Hi D3vil0p3r, Thanks for the PR. I'm not sure that a tool with so little source files as unhide really needs a Makefile. As stated in the Readme file, building...
Hi @D3vil0p3r, Sorry for the delay, too much work IRL. > PS: if Makefile needs to be changed, no problem. I thought it was clear. **If** a makefile has to...
No offense intended, but that's kind of what I said. :) If I ever agreed to add a makefile to the project, it wouldn't be the one you propose in...
Hi, You're welcome! Why do we deserve such thanks?
Hi @basak, Nice catch, thanks for the report. So Ubuntu has a vicious test with a command line that exceeds 1023 characters in length, the 1024th of which is a...
I had already tested using a script which injects fake line in the ps output. old code gives: ` Test #4` ` Call ps, but add a faked process.` `...
Hello Hu6li, Sorry for the delay, I don't know why but Github hasn't sent me a notification email for your issue. There are 3 main factors that influence the duration...
Hello Jens, And what is the number of threads on your systems ? I found a small bug where the command "ps --no-header -p %i o pid" is run unnecessarily...
Hi Jens, Yes, the two loops should be mutually exclusive. I have already fix this bug in my local version. In unhide-linux.c, line 137: `if (PS_PROC == (checks & PS_PROC))...