superponible
superponible
@MATTANDERS0N Just wanted to update this issue and see if you are able to post some output from volatility 2 and volatility 3 to compare and show where vol2 can...
Got the same error. Bit of a hack, but here's what I did to get around it: ``` try: JointLSQuarantineEvent += u";" + unicode(Q) except UnicodeDecodeError as e: JointLSQuarantineEvent +=...
I also received it on ``` PrintAndLog(CustomListItem["Name"].decode("utf-8", "ignore") + u" - " + binascii.hexlify(CustomListItem["Alias"]).decode("hex").decode("utf-8", "ignore"), "INFO") ``` But only when redirecting output to a file. I fixed it by running...