Florian Mathieu

Results 4 comments of Florian Mathieu

@chris124567 1. [You must first create the `ZoomSession`](https://github.com/RealKeyboardWarrior/zoomer/blob/main/main.go#L80-L87) 2. [Add the participant to the ParticipantRoster which is used for deriving the secret key used in encryption / decryption `session.ParticipantRoster.AddParticipant(person.ID, person.ZoomID)`](https://github.com/RealKeyboardWarrior/zoomer/blob/main/main.go#L53-L64)...

@taylorchu I have a working audio decryptor which I will push to my fork by 2023 but I have not figured out how to package the audio into a format...

Hi, The `readMutex` is being acquired here through `finishReadQueue`: https://github.com/trezor/trezord-go/blob/106e5e9af3573ac2b27ebf2082bbee91650949bf/usb/libusb.go#L435-L456 But it seems to try interrupting the sending without acquiring a mutex.

I've been trying to simulate two applications attempting to race the bridge at the same time, one is racing to `GetXPUB for 44'/0'/0'` and another is for `GetXPUB 44'/0'/1'`, and...