moralismercatus / crete

Open source concolic testing tool for binaries
1 stars 1 forks source link

Detect that cluster is on platform-binary compatible machines #175

Open moralismercatus opened 7 years ago

moralismercatus commented 7 years ago

All parts of the framework (master and slave nodes) should self-check that they are on binary-compatible platforms and complain if they are not. We're sending binary trace data, as well as serialized binary data, so this is a necessity.

This should be done as soon as a node is connected to Dispatch; however, how does one verify binary-compatibility? What system information is used?