Bit-wise arithmetic

Tags:

#1 michaelkendall

Does anyone know how to do bit-wise arithmetic in NxLog? I am attempt to decode New and Old UAC Values from the Windows message id 4720. For example, the Old UAC Value is 0x1 and the New UAC Value is 0x21.

#3 b0ti Nxlog ✓
#1 michaelkendall
Does anyone know how to do bit-wise arithmetic in NxLog? I am attempt to decode New and Old UAC Values from the Windows message id 4720. For example, the Old UAC Value is 0x1 and the New UAC Value is 0x21.

Unfortunately bit-wise arithmetic operations are not available in NXLog currently. On the other hand you can do this via xm_perl.