Merge branch 'master' into function-id-flirt

This commit is contained in:
William Ballenthin
2021-04-26 09:47:42 -06:00
60 changed files with 2274 additions and 1671 deletions

View File

@@ -486,7 +486,7 @@ def extract_insn_peb_access_characteristic_features(f, bb, insn):
def extract_insn_segment_access_features(f, bb, insn):
""" parse the instruction for access to fs or gs """
"""parse the instruction for access to fs or gs"""
prefix = insn.getPrefixName()
if prefix == "fs":