Based on Nekogram. Key additions: - Rebrand to FoxiGram (app name, APK name, applicationId com.foxigram.app) - Embedded Xray (VLESS+Reality) proxy client via JNI libxray.so - Bundled hidden one-tap proxies (LTE + WiFi), read-only in UI - Auto-restore proxy on restart, rebind to active network (LTE/WiFi) - Server credentials externalized to git-ignored XrayServers.java (+ template) - libxray Go source included; compiled .so, keystore, google-services.json ignored
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
[
|
|
{
|
|
"cmd": ["crypto_test"],
|
|
"shard": true
|
|
},
|
|
{
|
|
"cmd": ["crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=BNTest.DISABLED_WycheproofPrimality"]
|
|
},
|
|
{
|
|
"cmd": ["crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=RSATest.DISABLED_BlindingCacheConcurrency"],
|
|
"skip_sde": true
|
|
},
|
|
{
|
|
"cmd": ["urandom_test"]
|
|
},
|
|
{
|
|
"comment": "Without RDRAND",
|
|
"cmd": ["urandom_test"],
|
|
"env": ["OPENSSL_ia32cap=~0x4000000000000000"]
|
|
},
|
|
{
|
|
"comment": "Potentially with RDRAND, but not Intel",
|
|
"cmd": ["urandom_test"],
|
|
"env": ["OPENSSL_ia32cap=~0x0000000040000000"]
|
|
},
|
|
{
|
|
"comment": "Potentially with RDRAND, and forced to Intel",
|
|
"cmd": ["urandom_test"],
|
|
"env": ["OPENSSL_ia32cap=|0x0000000040000000"]
|
|
},
|
|
{
|
|
"comment": "No RDRAND and without WIPEONFORK",
|
|
"cmd": ["urandom_test"],
|
|
"env": ["OPENSSL_ia32cap=~0x4000000000000000", "BORINGSSL_IGNORE_MADV_WIPEONFORK=1"]
|
|
},
|
|
{
|
|
"comment": "Potentially with RDRAND, but not Intel, and no WIPEONFORK",
|
|
"cmd": ["urandom_test"],
|
|
"env": ["OPENSSL_ia32cap=~0x0000000040000000", "BORINGSSL_IGNORE_MADV_WIPEONFORK=1"]
|
|
},
|
|
{
|
|
"cmd": ["crypto_test", "--fork_unsafe_buffering", "--gtest_filter=RandTest.*:-RandTest.Fork"]
|
|
},
|
|
{
|
|
"cmd": ["decrepit_test"],
|
|
"shard": true
|
|
},
|
|
{
|
|
"cmd": ["ssl_test"],
|
|
"shard": true
|
|
},
|
|
{
|
|
"cmd": ["pki_test"],
|
|
"shard": true
|
|
}
|
|
]
|