mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
fix black
This commit is contained in:
@@ -439,7 +439,7 @@ def extract_insn_peb_access_characteristic_features(
|
||||
return True
|
||||
|
||||
value = right.value.value
|
||||
if not (reg, value) in (("fsbase", 0x30), ("gsbase", 0x60)): # noqa: E713
|
||||
if not (reg, value) in (("fsbase", 0x30), ("gsbase", 0x60)): # noqa: E713
|
||||
return True
|
||||
|
||||
results.append((Characteristic("peb access"), ih.address))
|
||||
|
||||
Reference in New Issue
Block a user