he/him, opinions are my own. https://zhuoweizhang.net
Mastodon: https://notnow.dev/zhuowei
github.com/zhuowei/blue...
What can I do with this? Getting an infoleak is probably possible, but hard. For a proof-of-concept, I won’t bother defeating ASLR: I’ll just arbitrary-write to hardcoded memory addresses.
github.com/zhuowei/blue...
What can I do with this? Getting an infoleak is probably possible, but hard. For a proof-of-concept, I won’t bother defeating ASLR: I’ll just arbitrary-write to hardcoded memory addresses.
It should be a use-after-free; I haven't gotten it to do anything interesting though.
So far, I was only able to get a null pointer deref without malloc debug or an attempted write to library rodata with malloc debug.
It should be a use-after-free; I haven't gotten it to do anything interesting though.
So far, I was only able to get a null pointer deref without malloc debug or an attempted write to library rodata with malloc debug.
```
$ cat $TMPDIR/netsim.ini
web.port=7681
grpc.port=49824
$ ssh -R localhost:49824:localhost:49824 jane.local
$ bumble-hci-bridge android-netsim:localhost:49824 vhci
```
```
$ cat $TMPDIR/netsim.ini
web.port=7681
grpc.port=49824
$ ssh -R localhost:49824:localhost:49824 jane.local
$ bumble-hci-bridge android-netsim:localhost:49824 vhci
```
So I guess I need to give the virtual device a fake device certificate, and possibly modify the app with a Frida script to disable certificate checking?
So I guess I need to give the virtual device a fake device certificate, and possibly modify the app with a Frida script to disable certificate checking?
On the app side, it fails with “connectivity::Identity: Identity failed with error: Device has sent generic failure message.”.
On the app side, it fails with “connectivity::Identity: Identity failed with error: Device has sent generic failure message.”.
github.com/zhuowei/meta...
I got the firmware by capturing the network call when I paired my real glasses to the Meta AI app:
drive.google.com/file/d/1Wd-A...
I have more notes on the Meta Ray-Bans in Mastodon:
notnow.dev/notice/AznWC...
notnow.dev/notice/Az6rp...
github.com/zhuowei/meta...
I got the firmware by capturing the network call when I paired my real glasses to the Meta AI app:
drive.google.com/file/d/1Wd-A...
I have more notes on the Meta Ray-Bans in Mastodon:
notnow.dev/notice/AznWC...
notnow.dev/notice/Az6rp...
Unfortunately, most apps just ask to connect to the phone app.
So I need to get the virtual Bluetooth pairing working.
#MetaRayban
Unfortunately, most apps just ask to connect to the phone app.
So I need to get the virtual Bluetooth pairing working.
#MetaRayban