Commit 3e0545a
committed
[WIP] Resolve side-channel detection from
This side-channel attack is obvious from the repeating logs:
```
[ 2026-04-12T11:27:03.720 0: 7196: 7196 V/zygisk-core64 ] pre specialize [com.reveny.nativecheck:iso:com.reveny.nativecheck.app.isolated.IsolatedService:iso.detections]
[ 2026-04-12T11:27:03.720 0: 7196: 7196 V/zygisk-core64 ] Found isolated service [uid:10220, data_dir:/data/user/0/com.reveny.nativecheck]
[ 2026-04-12T11:27:08.747 1000: 1706: 4352 D/VectorZygiskBridge ] onTransact: action=GET_BINDER, callerUid=10220
...
[ 2026-04-12T11:27:08.825 1000: 1706: 1816 D/VectorZygiskBridge ] onTransact: action=GET_BINDER, callerUid=10220
[ 2026-04-12T11:27:08.826 0: 1349: 1558 D/VectorService ] Skipped lsp23.probe/10220
[ 2026-04-12T11:27:08.826 1000: 1706: 4352 D/VectorZygiskBridge ] onTransact: action=GET_BINDER, callerUid=10220
[ 2026-04-12T11:27:08.826 0: 1349: 1558 D/VectorService ] Skipped lsp23.probe/10220
[ 2026-04-12T11:27:08.826 1000: 1706: 1816 D/VectorZygiskBridge ] onTransact: action=GET_BINDER, callerUid=10220
[ 2026-04-12T11:27:08.826 0: 1349: 1558 D/VectorService ] Skipped lsp23.probe/10220
[ 2026-04-12T11:27:08.826 1000: 1706: 4352 D/VectorZygiskBridge ] onTransact: action=GET_BINDER, callerUid=10220
[ 2026-04-12T11:27:08.827 0: 1349: 1558 D/VectorService ] Skipped lsp23.probe/10220
[ 2026-04-12T11:27:10.234 0: 981: 981 W/zygiskd64 ] zygiskd::zygiskd: Error handling connection: failed to fill whole buffer
```
We will address this soon in `ipc_bridge.cpp`.com.reveny.nativecheck
1 parent 9d89508 commit 3e0545a
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- daemon/src/main/kotlin/org/matrix/vector/daemon/ipc
- zygisk/src/main/cpp
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | 242 | | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
0 commit comments