angr / acsac-course

47 stars 10 forks source link

AttributeError: 'AbstractMemory' object has no attribute 'regions' #5

Open robe1221 opened 2 years ago

robe1221 commented 2 years ago

in the solution file located in exercises/slide_86-89/0.solution.py, line 46

regions = memory.regions

I get the error:

AttributeError: 'AbstractMemory' object has no attribute 'regions'

I believe this is due to the fact that the memorymixins changed in a more recent version, but I am unable to locate the regions for the memory.

ltfish commented 2 years ago

It's now memory._regions. See here.

We do not plan to maintain acsac-course. Instead, we are planning to develop a new set of training materials that will deprecate acsac-course, if resources permit.