mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Windows: Fix black issue
This commit is contained in:
@@ -73,7 +73,8 @@ class IndirectSystemCalls(direct_system_calls.DirectSystemCalls):
|
||||
|
||||
@staticmethod
|
||||
def _indirect_syscall_block_target(
|
||||
proc_layer: interfaces.layers.DataLayerInterface, inst) -> Optional[int]:
|
||||
proc_layer: interfaces.layers.DataLayerInterface, inst
|
||||
) -> Optional[int]:
|
||||
"""
|
||||
This function determines the address of a jmp in the following form:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user