-
|
Hi all, while intercepting all traffic of the speaker by using a mitmproxy the endpoint for bmx ( Additionally, I've stumbled upon a call to an endpoint Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @mdelissen, this is obfuscated by Bose. But was figured out in #62. tl;dr: Make a backup of sed "s#\^https:....bose.\+apigee..net..#http[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa]*#g" \
<libBmxAccountHsm.so.orig >libBmxAccountHsm.so.patchedSwitch to the patched file instead. Background from #62
This bit below worked for me too and you can switch to MITM Bose and direct Bose servers without having to change the
|
Beta Was this translation helpful? Give feedback.
Hi @mdelissen,
this is obfuscated by Bose. But was figured out in #62.
tl;dr: Make a backup of
/usr/lib/libBmxAccountHsm.soand patch it afterwards withSwitch to the patched file instead.
Background from #62