Skip to content

Commit 8b43626

Browse files
author
Triton Library
committed
Reverting #1417: Don't trigger a callback when symbolizing memory
1 parent 1b61826 commit 8b43626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtriton/engines/symbolic/symbolicEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ namespace triton {
13361336
triton::uint32 size = symVar->getSize() / bitsize::byte;
13371337
triton::arch::MemoryAccess mem = triton::arch::MemoryAccess(addr, size);
13381338

1339-
this->architecture->setConcreteMemoryValue(mem, value, false);
1339+
this->architecture->setConcreteMemoryValue(mem, value);
13401340
}
13411341
}
13421342

0 commit comments

Comments
 (0)