angr / angr-targets

This repository contains the currently implemented angr concrete targets.
32 stars 9 forks source link

I received a problem when run #14

Closed tower111 closed 3 years ago

tower111 commented 3 years ago

➜ angr-targets git:(master) python tests/disabled_gdb_target_linux.py Traceback (most recent call last): File "tests/disabled_gdb_target_linux.py", line 5, in from angr_targets.segment_registers import * ModuleNotFoundError: No module named 'angr_targets.segment_registers'

I cann't find the file.

twizmwazin commented 3 years ago

These tests look to be disabled and unmaintained, we may want to consider removing them unless someone steps up to update them.

degrigis commented 3 years ago

Yeah, I'll clean the useless tests.