mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Update capa/rules/__init__.py
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@ class Scope(str, Enum):
|
||||
|
||||
|
||||
FILE_SCOPE = Scope.FILE.value
|
||||
PROCESS_SCOPE = Scope.PROCESS
|
||||
PROCESS_SCOPE = Scope.PROCESS.value
|
||||
FUNCTION_SCOPE = Scope.FUNCTION.value
|
||||
BASIC_BLOCK_SCOPE = Scope.BASIC_BLOCK.value
|
||||
INSTRUCTION_SCOPE = Scope.INSTRUCTION.value
|
||||
|
||||
Reference in New Issue
Block a user