angr-management icon indicating copy to clipboard operation
angr-management copied to clipboard

The official angr GUI.

Results 252 angr-management issues
Sort by recently updated
recently updated
newest added

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...

feature

When I launch angr management on macOS, the title is just the name of the python interpreter it is running with.

bug

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...

help wanted

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...

refactor

``` 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' ```

bug

It would be nice to visualize what jobs are running/scheduled, and allow user to terminate job queue.

feature