uxbug

Results 10 comments of uxbug

before [14.0.0](https://www.npmjs.com/package/frida-compile/v/14.0.0) also work fine.

update 1.23.3 home page also too slow - docker install - database: sqlite - git version 2.47.2 - Gitea version: 1.23.3 built with GNU Make 4.4.1, go1.23.6 : bindata, timetzdata,...

预构建库是指qtquick之类的动态库文件嘛? ``` $ file libqtquick2plugin.dylib libqtquick2plugin.dylib: Mach-O 64-bit dynamically linked shared library arm64 ``` 我这些应该都是arm64的,是否只需修改conan的编译设置即可,有没有参考的修改点,之前没用过conan,还望指点一二 感谢。

感谢回复,以下是我的conan环境 在执行`conan profile new default --detect`自动检测环境之后 `$ conan profile show default` ```ini [build_requires] [settings] os=Macos os_build=Macos arch=armv8 arch_build=armv8 compiler=apple-clang compiler.version=14 compiler.libcxx=libc++ build_type=Release [options] [env] ``` 我查了下网上说armv8在conan配置里就代表arm64,我通过 `conan profile update setting.arch=arm64...

> 那就不用改 conan profile 了,就用你默认的。参考 Wiki 构建一下,然后把日志贴出来,我看看停在哪了。 哈哈,感谢您几天来的解答,刚准备修改回复内容来着,已经找到原因了,是我太蠢了,一开始没有用arm架构的qt,然后忘记清理_build目录重新build了,删除_build之后重新build解决,非常感谢您提供这么好的plus版本哈哈

> > > 那就不用改 conan profile 了,就用你默认的。参考 Wiki 构建一下,然后把日志贴出来,我看看停在哪了。 > > > > > > 哈哈,感谢您几天来的解答,刚准备修改回复内容来着,已经找到原因了,是我太蠢了,一开始没有用arm架构的qt,然后忘记清理_build目录重新build了,删除_build之后重新build解决,非常感谢您提供这么好的plus版本哈哈 > > 这就构建成功了?用的哪个版本的 Qt ?去哪找到的预构建好的 Qt 库? 嗯嗯 成功了,已经可以秒开了,我看brew预编译的有arm版的哈哈 具体操作如下 以下步骤在Macos arm系统中操作 ## 安装brew...

same similar problem for example, searching for `semgrep` via `TUI` only got four records but search database, it can get all. I don't know if it's my wrong usage, tell...

any update? CFR Decompiler show chinese character string as unicode > bytecode viewer 2.12

[HelloWorld.zip](https://github.com/user-attachments/files/17542860/HelloWorld.zip) - Source Code ```java class HelloWorld { public static void main(String[] args) { System.out.println("测试中文字符串"); } } ``` - CFR Code ``` /* * Decompiled with CFR 0.152. */ class...

> Thank you for the code example! I will work on trying to fix this for the next release. Thanks for your work, it's also possible that it's not a...