-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathlibvm_payload.map.txt
20 lines (20 loc) · 1.22 KB
/
libvm_payload.map.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LIBVM_PAYLOAD {
global:
AVmPayload_notifyPayloadReady; # systemapi introduced=UpsideDownCake
AVmPayload_runVsockRpcServer; # systemapi introduced=UpsideDownCake
AVmPayload_getVmInstanceSecret; # systemapi introduced=UpsideDownCake
AVmPayload_getDiceAttestationChain; # systemapi introduced=UpsideDownCake
AVmPayload_getDiceAttestationCdi; # systemapi introduced=UpsideDownCake
AVmPayload_getApkContentsPath; # systemapi introduced=UpsideDownCake
AVmPayload_getEncryptedStoragePath; # systemapi introduced=UpsideDownCake
AVmPayload_requestAttestation; # systemapi introduced=VanillaIceCream
AVmPayload_requestAttestationForTesting; # systemapi introduced=VanillaIceCream
AVmAttestationResult_getPrivateKey; # systemapi introduced=VanillaIceCream
AVmAttestationResult_sign; # systemapi introduced=VanillaIceCream
AVmAttestationResult_free; # systemapi introduced=VanillaIceCream
AVmAttestationStatus_toString; # systemapi introduced=VanillaIceCream
AVmAttestationResult_getCertificateCount; # systemapi introduced=VanillaIceCream
AVmAttestationResult_getCertificateAt; # systemapi introduced=VanillaIceCream
local:
*;
};