CTSRD-CHERI / chericat

Other
2 stars 0 forks source link

RTLD scan only works with new dynamic linker that has compartmentalisation #42

Open psjm3 opened 4 months ago

psjm3 commented 4 months ago

Existing code does a RTLD scan by default and it relies on the obj_entry struct defined in the latest dynamic linker that has compartmentalisation enabled.

I assume that we need to support the old linker too as well as statically linked processes, need to do a check for this scan.