Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 0b734b3

Browse files
author
Oliver Old
authored
Replace YARA string that causes ambigious matches
1 parent 2162e5a commit 0b734b3

File tree

1 file changed

+1
-1
lines changed
  • volatility/plugins/overlays/windows

1 file changed

+1
-1
lines changed

volatility/plugins/overlays/windows/win10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def findcookie(self, kernel_space):
228228
return False
229229
# Did not find nt!ObGetObjectType, trying with YARA instead.
230230
if model == "32bit":
231-
s = "8B FF 55 8B EC 8B 4D 08"
231+
s = "8B FF 55 8B EC 8B 4D 08 8D 41 E8"
232232
else:
233233
s = "48 8D 41 D0 0F B6 49 E8"
234234
rules = yara.compile(sources = {

0 commit comments

Comments
 (0)