1d9c929ddc27 — Steve Fink 6 years ago
New 0xf3f3f3f3 poison value
1 files changed, 1 insertions(+), 0 deletions(-)

M plugins/knowledge/__init__.py
M plugins/knowledge/__init__.py +1 -0
@@ 362,6 362,7 @@ it is the symptom when you mark a Cell (
 <...1sec...>you probably need to mark it through that pointer as well
 ''',
         'cd': '0xcd is the LifoAlloc freed memory poison pattern, or the Windows C runtime uninitialized memory',
+        'f3': '0xf3 is kArcSliceCanary from https://gist.github.com/hotsphink/ae81ba4d7527d826a1feadc8154ed7d3',
     }
 
     PATTERN = "|".join(re.sub(r'[a-f]', lambda m: '[' + m.group(0) + m.group(0).upper() + ']', n)