Niklas Higi

Results 46 comments of Niklas Higi

I've never used a rooted device for reverse-engineering Android apps and `apk-mitm` was specifically built as an alternative to tools that require root (like [JustTrustMe](https://github.com/Fuzion24/JustTrustMe)), so this is not going...

> It is an XAPK split file into 3 and the result of the patch process is a few mb smaller compared to the original. Here's what happens when `apk-mitm`...

> apk-mitm failed to do it standalone Failed to do what standalone? :thinking: I'm _not_ saying that `isIssuedByKnownRoot` will be patched automatically, that's a change you have to make manually....

Alright, I think I understand now, but I'm not sure why you opened this issue. As the author of [the blog post you linked to](https://www.kuketz-blog.de/zoom-analyse-des-datensendeverhaltens-der-android-app/) explained, Zoom uses custom code...

That's a fair point. I found the following lines in the source code of the latest Zoom XAPK: ```smali .method public static f()Z .locals 2 .line 1 invoke-static {}, Lcom/zipow/cmmlib/AppUtil;->getCertificateFingerprintMD5()Ljava/lang/String;...

Thanks, Fredrik! I'm glad you enjoy using Contro. I have thought about your suggestion and while I've shied away from adding mobile support in the past and still think that...

Hey @daedalius, the idea behind the labels is that they change depending on which input devices are available. This way you can show gamepad controls to gamepad users and keyboard...

Currently the code always uses the first available gamepad that [supports the `standard` mapping](https://github.com/shroudedcode/contro/blob/master/src/inputs/gamepad.ts#L39) (more on that [here](https://w3c.github.io/gamepad/#remapping)) and switches to a different one when that gamepad is disconnected. Using...

My first guess is that your phone doesn't properly report the `mapping` of the gamepad which Contro [currently requires to be `'standard'`](https://github.com/shroudedcode/contro/blob/2d7139bfc673cf67cc21c10b8591e7a3f5f63312/src/inputs/gamepad.ts#L39). You can check if this is the case...

Could you send me a screenshot of the gamepad info on [html5gamepad.com](https://html5gamepad.com/)?