From eae0b3b08bd078ad2f621ce2ef201e656da3f16a Mon Sep 17 00:00:00 2001 From: Theofilos Augoustis Date: Sun, 31 Dec 2023 18:29:31 +0100 Subject: Refactor project structure Read concrete state on demand during concolic exec During concolic tracing, don't record full program snapshots at each basic block, but instead read concrete values directly from the concrete target when they are needed. --- test/test_sparse_memory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_sparse_memory.py') diff --git a/test/test_sparse_memory.py b/test/test_sparse_memory.py index 87b4456..4fd9cba 100644 --- a/test/test_sparse_memory.py +++ b/test/test_sparse_memory.py @@ -1,6 +1,6 @@ import unittest -from snapshot import SparseMemory, MemoryAccessError +from focaccia.snapshot import SparseMemory, MemoryAccessError class TestSparseMemory(unittest.TestCase): def test_oob_read(self): -- cgit 1.4.1