Skip to content

Enable dynamic-dataflow to operate on variable-sized operands #5

@bmitchell-lts

Description

@bmitchell-lts

When dynamic-dataflow analyzes an instruction that operates on large operands, the results from those operations are generally missing. This is because dynamic-dataflow attempts to reinterpret the p-code associated with each instruction during its analysis and is only able to interpret operands that can lower to primitive integers (i.e. up to 128-bit integers).

This feature tracks the integration of big integer logical/arithmetic algorithms into dynamic-dataflow. This requires a significant overhaul for how values and indices are represented internally and may have follow-on effects to the format of artifacts produced by dynamic-dataflow as well as database schemas.

Additional commentary and examples to be posted.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions