topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 2:13 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: NANY 2019 - Windows App - Process Watcher  (Read 34108 times)

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #25 on: November 13, 2018, 12:37 AM »
The file format I will use is not decided yet, so I advise no one spend any time coding anything yet..
was waiting until he decided what that format might be in order to test.
And that is why I'm waiting too... :) :up:

Or put up a request to convert file.
The only reason to convert a logfile is just before putting it into something like LogStash, syslog, or another log agregator. Converting just for display is a last resort only, so no, I shouldn't need (to write) me a converter ;)

nickodemos

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 145
    • View Profile
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #26 on: December 05, 2018, 01:58 PM »
Would it be possible to have a second version that does not include the Microsoft listed files?

Or maybe allow us to create a white list of files to ignore in writing out the log entry. This way if we are trying to track down a specific file we can eliminate ones we already know about.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #27 on: December 16, 2018, 05:11 AM »
I may use Protocol Buffers as the data file format. See here: https://www.donation...ndex.php?topic=46840

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #28 on: December 16, 2018, 01:00 PM »
I may use Protocol Buffers as the data file format. See here: https://www.donation...ndex.php?topic=46840

I'd shy away from that for this.  You want them to be human readable, right?  That's been the deciding factor in a lot of cases...

Shades

  • Member
  • Joined in 2006
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #29 on: December 16, 2018, 05:57 PM »
If you don't need or care about data being human readable, try: EDIFACT    :P

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #30 on: December 31, 2018, 07:06 PM »
New version uploaded with proper installer (and portable version), and fully functioning right-click tray menu to quickly bring up the log file.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #31 on: December 31, 2018, 08:37 PM »
I was planning to add a lot more functionality, but a kitchen renovation went horribly wrong and i've spent the last month cursing my life.  Today what should have been a simple kitchen cabinet repainting job shit the bed and we're back to square -5.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #32 on: December 31, 2018, 09:21 PM »
Another inconvenience.. Because I wrote this is plain old visual studio for maximum efficiency, there is no normal fancy GUI for options like I normally write.. In fact in the current incarnation there is only one option, whether to start with windows or not.. It's on by default but you can change that setting by editing the ProcessWatcher.ini file and changing the StartWithWindows setting to 0.

anandcoral

  • Honorary Member
  • Joined in 2009
  • **
  • Posts: 777
    • View Profile
    • Free Portable Apps
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #33 on: January 01, 2019, 07:18 AM »
I was planning to add a lot more functionality, but a kitchen renovation went horribly wrong and i've spent the last month cursing my life.  Today what should have been a simple kitchen cabinet repainting job shit the bed and we're back to square -5.
Welcome to Husbands Club.
We all go through this patch in the beginning years then we get habituated :)

Regards,

Anand

Asudem

  • Member
  • Joined in 2015
  • **
  • Posts: 132
  • C# data manipulation junkie
    • View Profile
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #34 on: January 02, 2019, 12:31 AM »
Avast seems to terminate the process and won't let the installer run, insisting I submit it to them for analysis. I have not done so yet, but just a heads up.

rare_file.pngNANY 2019 - Windows App - Process Watcher

I have never, EVER, seen such behavior from it before...

EDIT: It seems to have sent something without my permission, but it does indeed give me an opportunity! I have installed the software, disabling the shields, and reactivated the software, seeing what, if anything, avast does to it, and what, if anything, avast updates with to let them know the file's signature is safe or not.
If I do it more than 2 times I want to automate it in C#!

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #35 on: January 02, 2019, 10:16 AM »
How strange!
Can you try the portable version and see if it complains about that one?

ps.
If anyone wants me to build a 32-bit build, just let me know.

Asudem

  • Member
  • Joined in 2015
  • **
  • Posts: 132
  • C# data manipulation junkie
    • View Profile
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #36 on: January 02, 2019, 11:26 AM »
PSjGqak-1.pngNANY 2019 - Windows App - Process Watcher

I am forever referring to programmers as "Rare File Architects" henceforth... okay, maybe not...

Avast informed me the installer version was just fine though!
If I do it more than 2 times I want to automate it in C#!

scottf200

  • Supporting Member
  • Joined in 2008
  • **
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #37 on: January 13, 2019, 11:29 AM »
It would seem useful to have a pop up bubble or something when new and/or update processes happen and entries were added to the log.  Otherwise are people supposed to look at this after they discover something going awry?  Or after they add/update something to see what it did.  ie. proactive vs reactive

[update]
Perhaps something like the options ... alarms/alerts section in Process Piglet that I just started trying.
[/update]
« Last Edit: January 13, 2019, 03:56 PM by scottf200 »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #38 on: January 13, 2019, 05:01 PM »
It would seem useful to have a pop up bubble or something when new and/or update processes happen and entries were added to the log.
agreed, will be added soon.

subie

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: NANY 2019 - Windows App - Process Watcher
« Reply #39 on: November 27, 2019, 02:12 AM »
Hello,

Is there any way to read the log file in a table form like in excel?

the log file is showing
"NEW PROCESS" : {
    "File" : "C:\Windows\System32\svchost.exe",
    "ID" : "1",
    "Size" : "47.55kb",
    "Discovered" : "Nov 27, 2019 - 12:02 PM"

what im thinking is

|Status            | File                                              | ID | Size      | Discovered                    |
|NEW PROCESS|C:\Windows\System32\svchost.exe| 1    |47.55kb| Nov 27, 2019 - 12:02 PM|


 
Thank you!