barf-project icon indicating copy to clipboard operation
barf-project copied to clipboard

Improve CFG recovery - Process Jump Tables

Open cnheitman opened this issue 9 years ago • 1 comments

Currently, there is no support for jump tables processing when generating the CFG of a function. The goal is to provide a way to process them for the current supported architectures.

cnheitman avatar Feb 22 '16 15:02 cnheitman

I find that most of the binary analysis frameworks are not support jump tables processing until now. What is its difficulty?

sparktend avatar Jun 05 '17 08:06 sparktend