13 Commits patcher.py some comments for patcher.py Sep 19, 2023 README How to solve segmentation fault on VCS Preamble This is education project. It is made to allow studying computer science, computer architectures and debugging binary codes. ...
We have been struggling with random segmentation faults with our verification suite and VCS and until now we had assumed it was a problem with our code. However, recently I have noticed similar behaviour with a very simple test case whic...