BIGSING

Results 40 issues of BIGSING

之前看过一个项目,记不得是不是这个了:https://github.com/xaoyaoo/PyWxDump 比较巧妙的思路: 通过Windows的API获取进程打开的句柄对象,逐个获取对象的name,然后通过路径关键词过滤,定位到确认的聊录文件路径(作为DataDir:),从路径里解析出账号,再通过账号搜索。 这个方法好在: 1、无论微信再怎么升级,一定会打开聊录文件,因此一定能获取到文件路径; 2、特征匹配简单,且不会失效,这样可以降低yara规则的编写难度。

mobile devices all support IPV6 addresses. Can you provide an IPV6 access address so that you can access it from the external network

即使apktool配置正确,直接这样调用 ` execute_command_subprocess(['apktool', 'd', '-s', apk_file])` 也会出现找不到apktool的异常。 可以先把apktool的路径缓存下来,后面使用。 ``` apktool_path = '' apktool_path = shutil.which('apktool') ``` 后面调用的时候,将: ``` rc = execute_command_subprocess(['apktool', 'd', '-s', apk_file]) ``` 替换为: ``` rc = execute_command_subprocess([apktool_path,...

调用:`UpateNativeLibraryPath(inMemClassLoader, parentClassLoader);` ``` public static void UpateNativeLibraryPath(BaseDexClassLoader dstLoader, BaseDexClassLoader srcLoader) { // ① 反射获取 BaseDexClassLoader.class Class clzBaseDexClassLoader = null; try { clzBaseDexClassLoader = Class.forName("dalvik.system.BaseDexClassLoader"); } catch (ClassNotFoundException e) { e.printStackTrace();...

I can't use it, it's too complicated. You can refer to this project and try to keep it as simple as possible https://github.com/thuliteio/doks?tab=readme-ov-file

**Summary[问题简述(一句话)]** A clear and concise description of what the issue is. https://github.com/harry0703/MoneyPrinterTurbo https://github.com/fishaudio/fish-speech **Env & To Reproduce[复现与环境]** 描述你用的环境、代码版本、模型 **Screenshots[截图(如有)]** If applicable, add screenshots to help

How to integrate into automatic integration. For example, after writing the MD file, it will automatically compile and then upload the newly added and changed files to the FTP server....

How to implement a waterfall style page, just like this website: https://thulite.io/ You can write it in the advanced section of the official website documentation

enhancement

How to implement a multi-level menu in the footer? I couldn't find how to configure it in the official documentation ![Image](https://github.com/user-attachments/assets/a7ef431f-3d23-47c5-8aaf-6eae1b3e2e93)

enhancement

I found that card-grid is an interesting design, and if we expand it a little on this basis, we can achieve many interesting effects. For example, buttons with images or...