barf-project
barf-project copied to clipboard
Improve CFG recovery - Process Jump Tables
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.
I find that most of the binary analysis frameworks are not support jump tables processing until now. What is its difficulty?