Download PDFOpen PDF in browser

Safe and Chaotic Compilation for Hidden Deterministic Hardware Aliasing

EasyChair Preprint no. 2021

10 pagesDate: November 24, 2019

Abstract

Hardware aliasing occurs when the same logical address can access different physical memory locations. This is a problem for software on some embedded systems and more generally when hardware becomes faulty in irretrievable locations, such as on a Mars Lander. We show how to work around the hardware problem with software logic, compiling code so it works on any platform with hardware aliasing with hidden determinism. That is: (i) a copy of an address accesses the same location, and (ii) repeating an address calculation exactly will repeat the same access again. Stuck bits can mean that even adding zero to an address can make a difference in that environment so nothing but a systematic approach has a chance of working. The technique is extended to generate aliasing as well as compensate for it, in so-called chaotic compilation, and a sketch proof is included to show it may produce object code that is secure against discovery of the programmer's intention. A prototype compiler implementing the technology covers all of ANSI C except longjmp/setjmp.

Keyphrases: Hardware aliasing, machine code, Reliable aliasing, Safe compilation

BibTeX entry
BibTeX does not have the right entry for preprints. This is a hack for producing the correct reference:
@Booklet{EasyChair:2021,
  author = {Peter T. Breuer and Jonathan Bowen},
  title = {Safe and Chaotic Compilation for Hidden Deterministic Hardware Aliasing},
  howpublished = {EasyChair Preprint no. 2021},

  year = {EasyChair, 2019}}
Download PDFOpen PDF in browser