lightblue
lightblue copied to clipboard
An automatic framework to remove unneeded and unsafe code from Bluetooth stacks of Android and Linux, using both source code analysis (LLVM) and binary analysis (angr).
Results
1
lightblue issues
Sort by
recently updated
recently updated
newest added
Hi, when trying to run the firmware analysis `python3 analysis.py dev`, I get the following error below: ```bash raise ValueError("Register %s does not exist!" % name) from e ValueError: Register...