You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you explain why we cannot increase the MAX_MEMORY_SIZE value (inside dse.py) please ?
When I tried to set a bigger value, I get an unexpected behavior with the dse.py and I don't understand why :-( . I don't get it because miasm seems only use list/set (that doesn't have size limitation) and not fixed size array. Why did you choose this value please ?