Comments on: procinfo-0.2 (win32 process information, updated) http://coder.cl/2007/10/procinfo-01-win32-process-information/ web developer & system programmer Wed, 17 Oct 2012 11:33:51 +0000 hourly 1 http://wordpress.org/?v=3.4.2 By: i catch you n00b h4×0r… [at] coder [dot] cl http://coder.cl/2007/10/procinfo-01-win32-process-information/#comment-14 i catch you n00b h4×0r… [at] coder [dot] cl Sat, 26 Jul 2008 18:15:30 +0000 http://coder.cl/?p=8#comment-14 [...] to the process that were making these strange connections. I’ve examined the processes with procinfo, killed them with the same tool, and moved the files outside of the system, compressed and carried [...] [...] to the process that were making these strange connections. I’ve examined the processes with procinfo, killed them with the same tool, and moved the files outside of the system, compressed and carried [...]

]]>
By: Daniel Molina Wegener http://coder.cl/2007/10/procinfo-01-win32-process-information/#comment-13 Daniel Molina Wegener Tue, 13 Nov 2007 00:23:47 +0000 http://coder.cl/?p=8#comment-13 Ok, the -H (b|k|m|g) option it's implemented... try procinfo-0.2 xD Ok, the -H (b|k|m|g) option it’s implemented… try procinfo-0.2 xD

]]>
By: Leo Soto http://coder.cl/2007/10/procinfo-01-win32-process-information/#comment-12 Leo Soto Wed, 07 Nov 2007 03:08:08 +0000 http://coder.cl/?p=8#comment-12 Oh right, -h is already taken. But hey, changing option flags is one of the privileges that we have before labelling anything as "1.0" ;-). I'd like -h, as it's the flag I'm familiar with (GNU coreutils such as ls, du and dh all use it). Anyway, whatever flag name you choose, it will be a useful feature. Oh right, -h is already taken. But hey, changing option flags is one of the privileges that we have before labelling anything as “1.0″ ;-).

I’d like -h, as it’s the flag I’m familiar with (GNU coreutils such as ls, du and dh all use it). Anyway, whatever flag name you choose, it will be a useful feature.

]]>
By: Daniel Molina Wegener http://coder.cl/2007/10/procinfo-01-win32-process-information/#comment-11 Daniel Molina Wegener Wed, 07 Nov 2007 01:55:50 +0000 http://coder.cl/?p=8#comment-11 Ok, I've found a first bug here, the comment textarea was really small, I've modified it to the starndard of 80 columns xD. Well, I will implement these options, but not with "-h?", maybe "-H". Usually "-h" is used to get help from commands, on Wintendo most commands use "-?", this isn't the case... The implementation will cover bytes, Kb and Mb. I will review the implementation covering PCRE studying, may be a wrong passed parameter. Ok, I’ve found a first bug here, the comment textarea was really small,
I’ve modified it to the starndard of 80 columns xD.

Well, I will implement these options, but not with “-h?”, maybe “-H”.
Usually “-h” is used to get help from commands, on Wintendo most commands
use “-?”, this isn’t the case… The implementation will cover bytes,
Kb and Mb.

I will review the implementation covering PCRE studying, may be a wrong
passed parameter.

]]>
By: Leo Soto http://coder.cl/2007/10/procinfo-01-win32-process-information/#comment-10 Leo Soto Tue, 06 Nov 2007 13:58:12 +0000 http://coder.cl/?p=8#comment-10 A brief suggestion: Report memory size in human readable format (using Kb or Mb depending on the value), maybe through another option (-h?). Another thing I've seen is that it always output "Error studying '' [(null)], even if processes are found: C:Documents and SettingslsotoEscritorio>procinfo -p firefox total process: 404 Error studying 'firefox' [(null)] [3968] C:Archivos de programaMozilla Firefoxfirefox.exe Base Addr : 0x00400000 Entry Point : 0x0096689E Image Size : 0x7733248 bytes A brief suggestion: Report memory size in human readable format (using Kb or Mb depending on the value), maybe through another option (-h?).

Another thing I’ve seen is that it always output “Error studying ” [(null)], even if processes are found:

C:Documents and SettingslsotoEscritorio>procinfo -p firefox
total process: 404
Error studying ‘firefox’ [(null)]
[3968] C:Archivos de programaMozilla Firefoxfirefox.exe
Base Addr : 0×00400000
Entry Point : 0x0096689E
Image Size : 0×7733248 bytes

]]>