fireeye / pywintrace

ETW Python Library
Apache License 2.0
267 stars 59 forks source link

forgot to assign value to self.value... #27

Closed EccoTheFlintstone closed 5 years ago

EccoTheFlintstone commented 5 years ago

silly mistake, forgot to assign value to self.value (so self.value is unreferenced) without this, code is currently broken, sorry :(

abergl commented 5 years ago

LGTM