angr-management
angr-management copied to clipboard
The official angr GUI.
To achieve decompilation of a binary closer, or possibly identical, to original source and to discover subtle bugs in re-implementation, I've automated a simple workflow of adjusting source + compiling...
When I launch angr management on macOS, the title is just the name of the python interpreter it is running with.
If we are switching to the angr-management-installer that @twizmwazin is building for shipping packaged angr management, we may as well ship a python interpreter with better multi threading support, such...
We've had multiple failures in the past and release frequently break. We need a mechanism to know about this as soon as possible.
- AIL graph will now be based on decompilation opts instead of a new clinic graph. This also means we will now have variable unification in the AIL graph. Not...
``` Traceback (most recent call last): File "/angr-management/angrmanagement/ui/main_window.py", line 658, in interact self.workspace.interact_program(self.workspace.instance.img_name) File "/angr-management/angrmanagement/ui/workspace.py", line 537, in interact_program view.initialize(img_name) AttributeError: 'InteractionView' object has no attribute 'initialize' ```
It would be nice to visualize what jobs are running/scheduled, and allow user to terminate job queue.