Snap-for-Windows / snap-plugin-collector-sysinternals-original

A Windows plugin for Snap using the PsList tool in Sysinternals
MIT License
0 stars 0 forks source link

Research Sysinternals #1

Open Meinfield opened 7 years ago

Meinfield commented 7 years ago

The code for the Sysinternals files are not public (since the company got bought out in 2006). We would need to download/get the sysinternal exe, run it, get the information, pass it into the plugin, and then pass it into snap.

Meinfield commented 7 years ago

Possible connection to Microsoft sysinternals server (so no need to download to anything)

Meinfield commented 7 years ago

Snap uses either JSON or GOB CODEC (we'll use JSON cause I don't know the other) There are powershell scripts to convert to JSON that we could use (go probably has some as well)

We should probably do as much in Go as possible.

Meinfield commented 7 years ago

I have not been able to find a PowerShell script that runs and parses the output of the exe file.

I will run and parse the output in Go and only use PowerShell to automatically download/update?? the exe file.