Christian Kudera

Results 17 comments of Christian Kudera

I have the same problem with the Huawei Health app in v2.9.17 and v2.9.18 ``` Bytecode Viewer Version: 2.9.18, Preview Copy: false, Fat Jar: true, OS: Linux, Java: 1.8.0_171 java.io.FileNotFoundException:...

Thank you for your fast replay and the effort :) I can provide the apk if this helps with troubleshooting.

It also happens with the current version on APK Mirror, therefore no upload is required: https://www.apkmirror.com/apk/huawei-internet-service/health/health-9-0-4-387-release/huawei-health-9-0-4-387-android-apk-download/

I'm not sure if the differentiation between the ARM architecture profiles is enough. For example, [Cortex-M33](https://developer.arm.com/documentation/100235/0004/the-cortex-m33-processor/programmer-s-model/core-registers) (ARMv8-M) implements additional core registers compared to [Cortex-M0](https://developer.arm.com/documentation/dui0497/a/CHDBIBGJ) (ARMv6-M).

I have exactly the same issue. Please let me know if you need additional logs from me.

@ucgJhe Sorry, missed that one. However, unfortunately, it's not fixed. I tested it against the current dev branch and version 1.4.5. ``` ~/Temp/qiling_issue > python main.py ─────────────────────────────────────── [ REGISTERS ]...

@alebastr Thanks for the fast reply. Is there any way to execute a custom script for a window at the moment? Maybe the unique node id (`swaymsg --raw -t get_tree`)...

This is my quick and dirty solution. [Templater](https://github.com/SilentVoid13/Templater) Template: ``` --- fileCreated: fileClass: Book Title: "{{title}}" Author: {{author}} Publisher: {{publisher}} Publish Date: {{publishDate}} Category: {{category}} Pages: {{totalPage}} ISBN13: {{isbn13}} Cover:...

@deadc0de6 Thank you for the fast fix and your amazing work on dotdrop :)