commit | 0b02a2bda474950dcf644c8c5e179f02d4d86747 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Nov 28 22:48:27 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Dec 02 16:25:26 2024 +0000 |
tree | 57812ab1355a7ecd2b004d842cefe0cc910ac979 | |
parent | 0d5434d43ab686500e5c4f2019691bde1faabaa4 [diff] |
vmbase: Clients separate eh_stack from .data+.bss Remove the assumption that .data, .bss, and EH stack region are contiguous e.g. when mapping or clearing them. This prepares the code for an upcoming change moving the EH stack to a different part of the writable_data region. Bug: 377276983 Bug: 381440625 Test: m {pvmfw,rialto,vmbase_example_{bios,kernel}}_bin Change-Id: Iae6220b1623b81ff9d7b6595be74504f6ec80865
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: