abevol
abevol
@evrifaessa Did you mean "make all"? ``` root@proud-echo-1:~/docker/fossbilling# make all chmod +x ./bin/install.sh ./bin/install.sh FOSSBilling installer v0.0.1 ---------------------------------------------------- Welcome to the FOSSBilling installer for Linux. This script will guide you...
> ``` > npm notice > /usr/bin/env: ‘node’: No such file or directory > ``` > > For some reason Node.js wasn't available in the container, so Gulp wasn't successfully...
1. 下载最新源码编译,GitHub Releases 里的2.9.9版本还没有m3u8dl链接下载功能。 2. 命令行执行 `N_m3u8DL-CLI.exe --registerUrlProtocol` 嫌麻烦不想或不会编译的可以下载我编译好的版本: https://wwz.lanzouw.com/iXuk0044q9sh 里面有一个批处理文件:`注册m3u8dl链接协议.bat` 解压后直接双击运行就可以了。
直接传原始文本不太可能,有太多不兼容的字符。 预想解决方案(待实现): 1. lzma+base64,经测试压缩编码后的文本长度为1434,可以解决你当前的问题,但是仍然有2046的长度限制。可以通过在m3u8dl://链接尾部添加?encoding=lzma来指定压缩算法,未指定encoding参数时默认为未经过压缩。 `m3u8dl://[?encoding=lzma]` 2. 开启本机web服务,web端通过post请求将数据提交给监听本机web服务端口的客户端,理论上没有长度限制。 3. 使用云端服务器,web端将客户端的命令行上传至云端服务器,云端服务器生成访问该数据的URL+KEY(KEY可以是数据的哈希),web端将该URL+KEY传递给客户端,客户端访问该URL获取命令行数据,理论上没有长度限制。
> > 我说要不然用【剪切板】吧,网页唤起程序后,程序从剪切板读数据 > > 剪切板 是个好想法,也容易实现。 确实不错,链接怎么定义呢? 这样如何?`m3u8dl://clipboard` 或者这样?`m3u8dl://?source=clipboard` @nilaoda
> For anyone that encounters this, I found a workaround that might sound obvious but took me a long while to figure out. Just use Frida natively to run your...
I think it is possible by injecting a fake managed DLL and then loading the managed code in memory via `Assembly.Load(assemblyBytes)`.
> What about use mono runtime instead, it was exports to load assembly from memory (`mono_image_open_from_data_with_name`) and invoke methods manually. You need to inject the mono runtime first. In fact,...
已经有好多国产软件开始在Windows11的右键菜单上搞事情了。 比如WPS这个,在 ContextMenuManager 的任何地方都找不到。 
Same conflict with Sodium. ``` Xray version: 2.3.2 Sodium version: 0.5.8 MC version: 1.20.4 Fabric API: 0.96.1 ```