Skip to content

Commit 0bd0fe7

Browse files
authored
Fixed example in comment
1 parent c6ca9b6 commit 0bd0fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/output.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def rd(self, data) -> type(None):
121121
def rdem(self, data) -> type(None):
122122
"""
123123
Used for shemu result. Example:
124-
Emulation terminated with status 0x0000000a, flags: 0x1000000, 1 NOPs, 0 NULLs, 62 total instructions, 61 unique instructions
125-
SHEMU_FLAG_OBFUS_NEUTRAL_IMM
124+
Emulation terminated with status 0x0000000a, flags: 0x2, 1 NOPs, 0 NULLs, 62 total instructions, 61 unique instructions
125+
SHEMU_FLAG_LOAD_RIP
126126
127127
Reads the given text and parse it to obtain dictionaries.
128128
"""

0 commit comments

Comments
 (0)