Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 3.11 KB

README.md

File metadata and controls

38 lines (20 loc) · 3.11 KB

Program Synthesis for Cyber-Resilience

Nestor Catano (nestor.catano@gmail.com)

This repository shows our work on program synthesis for cyber-resilience. We show how program synthesis techniques can be used to produce certified code for architectural tactics. Our work is based on Event-B formal methods and the EventB2Java code generator tool. We show how testing techiques can be used to animate and check the behaviour of the generated code to check if its behaviour meets our expectations. The eclipse projects below include excerpts to unit-test the certified code.

Here is a list of files included in this repository.

autonomous_vehicle.zip Event-B model for an autonomous vehicle. You can import it from Rodin 3.3 via File, Import, Existing Project into Work Space.

autonomous_vehicle_eclipse.zip The respective code synthesis of the autonomous vehicle. The project should be imported from Eclipse.

availability_exception.zip Event-B model for the exception architectural tactic (availability). You can import it from Rodin 3.3 via File, Import, Existing Project into Work Space.

availability_exception_eclipse.zip The respective code synthesis for exception. The proe should be imported from Eclipse.

availability_heartbeat.zip Event-B model for heartbeat architectural tactic (availability). You can import it from Rodin 3.3 via File, Import, Existing Project into Work Space.

availability_heartbeat_eclipse.zip The respective code syntheis for heartbeat. It should be imported from Eclipse.

availability_pingecho.zip Event-B model for pingecho architectural tactic (availability). You can import it from Rodin 3.3 via File, Import, Existing Project into Work Space.

availability_pingecho_eclipse.zip The respective code synthesis for pingecho. The project should be imported from Eclipse.

availability_timestamp.zip Event-B model for the timestamp architectural tactic (availability). You can import it from Rodin 3.3 via File, Import, Existing Project into Work Space.

availability_timestamp_eclipse.zip The respective code synthesis for timestamp. The project should be imported from Eclipse.

performance_limit_epriority.zip Event-B model for the priority architectural tactic (performance). You can import it from Rodin 3.3 via File, Import, Existing Project into Work Space.

performance_limit_epriority_eclipse.zip The respective code synthesis for priority. The project should be imported from Eclipse.

performance_limit_eresponse.zip Event-B model for the response architectural tactic (performance). You can import it from Rodin 3.3 via File, Import, Existing Project into Work Space.

performance_limit_eresponse_eclipse.zip The respective code synthesis for response. The project should be imported from Eclipse.

performance_limit_access.zip Event-B model for the access control architectural tactic (security). You can import it from Rodin 3.3 via File, Import, Existing Project into Work Space.

performance_limit_access_eclipse.zip The respective code synthesis for access control. The project should be imported from Eclipse.