bhzhu203

Results 62 comments of bhzhu203

> The custom build command is failing to extract clang version with this function: https://github.com/libbpf/libbpf-rs/blob/master/libbpf-cargo/src/build.rs#L33 > > Can you show the output of `clang --version` on your system? clang --version...

Hello . I am using LFS for years , not any of a distribution . I followed the document from the BLFS. https://www.linuxfromscratch.org/blfs/view/svn/general/llvm.html

Thank you for your response. @eli-schwartz 1. I have tried the build option in the root directory (LDFLAGS='-static' make) : Single thread make ``` make[1]: Entering directory '/home/bhzhu/source/zstd/lib' compiling multi-threaded...

export LDFLAGS=-static ; make @[dragetd](https://github.com/dragetd)

最好用原版代码来恢复,默认的那个命令行不好用,重点是“要把图片恢复成原始尺寸”,再进行解密对比,成功率在80%以上: 最重要的是要把图片恢复成原始尺寸后解密: ``` # recover from attack: recover_crop(template_file='output/2022-09-30_15-20.png', output_file_name='output/截屏攻击2_还原.png', loc=(x1, y1, x2, y2), image_o_shape=image_o_shape) ``` https://github.com/guofei9987/blind_watermark/blob/master/examples/example_str.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- # embed string import numpy as...

> 我看了demo,修改图片后需要拿原图片与修改后的图片进行比对,恢复出一个位置相似的版本,然后再解密。 请问大佬,如果在没有原图的情况下,能否实现跳过恢复图片的这个步骤,直接解密? 这个demo 里面加密解密的成功率算最高的了 试过了命令行 和其它的开源项目 基本动一下就无法解密了 必须要去猜测恢复成原版图片的样子

dmesg files here: [files.zip](https://github.com/koverstreet/bcachefs/files/9331123/files.zip) ![lADPJx8ZxhrZ8bnNA8DNBQA_1280_960](https://user-images.githubusercontent.com/3523160/184476627-2d3c941c-9025-4cf7-92fc-2b8bdd2e5a56.jpg)

最好用原版代码来恢复,默认的那个命令行不好用,重点是“要把图片恢复成原始尺寸”,成功率在80%以上: 最重要的是要把图片恢复成原始尺寸后解密: ``` # recover from attack: recover_crop(template_file='output/2022-09-30_15-20.png', output_file_name='output/截屏攻击2_还原.png', loc=(x1, y1, x2, y2), image_o_shape=image_o_shape) ``` https://github.com/guofei9987/blind_watermark/blob/master/examples/example_str.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- # embed string import numpy as...

[yamux ](https://github.com/nwtgck/yamux-cli) having something to improve : if the connection disconnected , it is hard to reconnect