Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: disable Address Space Layout Randomization in the application
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 Mar 2023 18:45:39 +0000 (19:45 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 Mar 2023 18:45:45 +0000 (19:45 +0100)
commitb78382937bed8a3b94baab7984b50ecb7417053e
tree544d386be1efe9d9a8e2929b05bfa63c721d8f00
parent500e034474c40c3426ff9a5a300b1170e3984e74
MC: disable Address Space Layout Randomization in the application

This will allow to re-fork the application on restore without
invalidating all the metadata we accumulated in the previous
exploration traces.
src/mc/api/RemoteApp.cpp