Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 625 Bytes

File metadata and controls

18 lines (10 loc) · 625 Bytes

FunctionBlockResponse

Properties

Name Type Description Notes
asm List<String> The ordered assembly strings for this chunk
id Integer ID of the block
minAddr Integer The minimum vaddr of the block
maxAddr Integer The maximum vaddr of the block
destinations List<FunctionBlockDestinationResponse> The potential execution flow destinations from this block
comment String [optional]