Riguz的用户贡献

此用户有1,642次编辑。账号创建于2023年12月4日 (星期一)。
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

2025年3月27日 (星期四)

2025年3月26日 (星期三)

2025年3月25日 (星期二)

2025年3月24日 (星期一)

2025年3月20日 (星期四)

  • 16:172025年3月20日 (四) 16:17 差异 历史 +656 WeChat sns dump创建页面,内容为“= Get data in db= == Prerequisits == * Mac WeChat Version 3.6.1 (24205) == Get Sqlcipher key == <ref>https://xferris.cn/dao-chu-wei-xin-bei-fen-de-mac/</ref> == Find SNS(朋友圈) db == <syntaxhighlight lang="bash"> cd ~/Library/Containers/com.tencent.xinWeChat/Data/Library find . -name "*.db" -type f -print0 | xargs -0 du -h | sort -rh | head -n 10 4.1M ./Caches/com.tencent.xinWeChat/2.0b4.0.9/e7627004a3f2051a5be7c61023d0e5b7/Sns/Data/sns.db 3.1M ./A…” 当前
  • 15:412025年3月20日 (四) 15:41 差异 历史 +63 LLDB debug app→‎Break point 当前
  • 15:242025年3月20日 (四) 15:24 差异 历史 +1,485 LLDB debug app创建页面,内容为“== Disable SIP == <syntaxhighlight lang="bash"> # in recovery mode, restart and hold cmd + R csrutil disable </syntaxhighlight> == Attach process == <syntaxhighlight lang="bash"> # sudo lldb -p $(pgrep WeChat) sudo lldb -p $(pgrep cryptowl) Password: (lldb) process attach --pid 4673 Process 4673 stopped </syntaxhighlight> == set break point == <syntaxhighlight lang="bash"> (lldb) br set -n sqlite3_key Breakpoint 1: 2 locations. (lldb) br set -n sqlite3_key_v…”
  • 05:462025年3月20日 (四) 05:46 差异 历史 +54 ML-KEM无编辑摘要 当前
  • 05:452025年3月20日 (四) 05:45 差异 历史 +372 ML-KEM无编辑摘要
  • 05:452025年3月20日 (四) 05:45 差异 历史 +1,895 ML-KEM创建页面,内容为“<syntaxhighlight lang="python"> from kyber_py.kyber import Kyber512,Kyber768,Kyber1024 from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes from cryptography.hazmat.primitives import padding import binascii import os import sys def go_encrypt(msg,method,mode): cipher = Cipher(method, mode) encryptor = cipher.encryptor() ct = encryptor.update(msg) + encryptor.finalize() return (ct) def go_decrypt(ct,method,mode): cipher =…”
  • 01:332025年3月20日 (四) 01:33 差异 历史 −11 首页无编辑摘要 标签2017版源代码编辑
  • 01:322025年3月20日 (四) 01:32 差异 历史 +22 首页无编辑摘要 标签2017版源代码编辑

2025年3月11日 (星期二)

2025年3月10日 (星期一)

2025年3月5日 (星期三)

最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500