commit | 9a658f768a61060ede98c4a088422e1e130ee5f3 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Oct 10 15:18:54 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Nov 01 16:38:11 2022 +0000 |
tree | 876672084dc7a55ff64f6a9edc68f593b55903ea | |
parent | 13731e95a52cc6c53d813baa7f14ed427b28b21b [diff] |
vmbase: Export linker-defined MemoryRegions & VAs Group all linker-defined variables in a private module. Export the memory regions defined by the linker as safe Range<usize>. Export __stack_chk_guard as a safe static &u64. Bug: 238050226 Test: atest vmbase_example.integration_test Change-Id: I401ac4af949e283f78fbc576db19339e38ed3942
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.