mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Update capa/features/extractors/ghidra/helpers.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -89,7 +89,7 @@ def get_function_symbols():
|
||||
yield from get_current_program().getFunctionManager().getFunctionsNoStubs(True)
|
||||
|
||||
|
||||
def get_function_blocks(fh):
|
||||
def get_function_blocks(fh: "capa.features.extractors.base_extractor.FunctionHandle") -> Iterator[BBHandle]:
|
||||
"""
|
||||
yield the basic blocks of the function
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user