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:
Mike Hunhoff
2025-12-08 17:37:04 -07:00
committed by GitHub
parent 32c201d9b1
commit 7175714f9e

View File

@@ -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
"""