The script below is intended to detect data leakage in helthcare environments. Files detecting by this script is widely used in a variety of medical diagnostic systems and may include personal information.
$Zero=getHexStringValue('0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000');
$Str1=getBinaryValueAt($data, 0x0, 128);
assertTrue($Zero == $Str1);
$name=getHexStringValue('4449434D');
$str2=getBinaryValueAt($data, 0x80, 4);
assertTrue($name == $str2);