binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Heuristic pointer analysis

Open plafosse opened this issue 5 years ago • 1 comments

Scan the data section for things that look like pointers and create DataVariables at those locations.

plafosse avatar Oct 26 '18 02:10 plafosse

It's recommended to employ this analysis later on in the analysis pipeline, and also to only create pointers which point to an existing artifact (not unstructured bytes).

bpotchik avatar Nov 13 '20 01:11 bpotchik

Added in 3.5.4376

D0ntPanic avatar Jul 07 '23 23:07 D0ntPanic