-
Hi =)
Nice job on the bugfixes and additional hardware support of this application =)
I am just wondering if it's possible to maybe add WMI like before but as an alternative plugin or such ?
…
-
cc https://github.com/golang/go/issues/58646
cc https://github.com/shirou/gopsutil/issues/1419
has anyone else seen anything like this?
```
goroutine 22 [syscall, 2208 minutes, locked to threa…
-
I am trying to print the gateway of each NetAdapter by following code,
It print `[]` for all netadapters, not sure if this is a bug.
```
package main
import "github.com/StackExchange/wmi"
imp…
-
### Describe the Enhancement
Improve the performance of the WMI calls
### Describe the Need
All users would get a bump in performance
### Current Alternative
The current solution works fine
…
-
From software analysis I can assume that some addresses are hardcoded inside of some MSI Windows service (is it legal to say in which?). Also it depends on MSI-ACPI-WMI version which can be detected b…
glpnk updated
10 months ago
-
Using the example script "wmiquery.py", we see high CPU usage (when compared with wmic or aiowmi). Specifically in the "printReply" function here:
pEnum = iEnum.Next(0xffffffff,1)[0]
Is there an…
-
I have a USB printer connected and I cannot initialize the USBMonitor class, even if I device to use filter_devices argument, which would exclude that particular printer, so theoretically I am unable …
-
I am working on wmi query(ex. select * from wmi_process) detecting using drakvuf, but I wonder if apimon plugin can monitor the other dll except for the default hooking dll files?
thanks a a lot.
-
I have a script with next part:
```
type Win32_Processor struct {
LoadPercentage uint16
L2CacheSize uint32
Family uint16
Manufacturer …
-
Installed the wrapper client and sh for python.
After installation I just wanted to test the simple example you provided so I copied and pasted it into a python script, changing the parameters of use…