You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chericat currently only supports pure cap mode because it extracts the compartment data from the linkmap/Obj_Entry struct and it is only defined in pure cap mode. It should be able to support hybrid mode when pure cap is not defined. In the case when pure cap is not defined, the compartment data would be empty/null on the vm table in the chericat db. The python code will also need to be adjusted to cater for null values.
The text was updated successfully, but these errors were encountered:
Chericat currently only supports pure cap mode because it extracts the compartment data from the linkmap/Obj_Entry struct and it is only defined in pure cap mode. It should be able to support hybrid mode when pure cap is not defined. In the case when pure cap is not defined, the compartment data would be empty/null on the vm table in the chericat db. The python code will also need to be adjusted to cater for null values.
The text was updated successfully, but these errors were encountered: