sid-agrawal / OSmosis

1 stars 0 forks source link

Model Intra-address space mechanisms #35

Open sid-agrawal opened 1 month ago

sid-agrawal commented 1 month ago

To start off, we will model

  1. MPK
  2. MD
  3. MTE
  4. CHERI
  5. PAC - This relates to the previous task, too

Look at the following paper from ATC 2024 for a summary of all the features. In principle, this paper should have all the related work we will need to do this part of the project.

Once a mechanisms is picked up, doing it depends on package the needed data in the ELF, for notes on that, look at

sid-agrawal commented 1 month ago

For MPK: How do we ensure that a malicious use cannot change their code segment to do a wrpkru ?

Papers