Blog Posts

Recent posts

Windbg - command types

1 minute read

Windbg has the following command types Native commands: it starts without any prefix vertaget, k, ~, s, lm, lmv m *clr* Meta commands(.): it starts with '...

Modbus - Coils, Discret Inputs etc

less than 1 minute read

discrete inputs: read-only Boolean coils: read-write Boolean input registers: read-only integer(16 bits) holding registers: read-write integer(16 bits)

Windows - disabling BSTR cache

less than 1 minute read

When checking memory usage it might need to disable BSTR cache to avoid misleading information. Add the following environmental variable to disable BSTR cach...