会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
inks
students
博客园
首页
新随笔
联系
订阅
管理
2026年8月17日
cctv 花屏
摘要: 时隔1年 cctv 花屏上了wasm vmp 之前补环境可以补出花屏 现在ai已经可以分析出源码了 牛的
阅读全文
posted @ 2026-08-17 01:28 inks
阅读(5)
评论(0)
推荐(0)
2026年7月31日
微信Hook
摘要: 视频url + token 访问 wasm解密 这是在 开源项目上改的一点代码, 可以 通过接口调用微信公众号,视频号,云函数调用
阅读全文
posted @ 2026-07-31 01:25 inks
阅读(7)
评论(0)
推荐(0)
2025年8月8日
m3u8 demo
摘要: 遇到m3u8 实现案例 dplayer , Hls 两种 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>DPlayer Example</title> <link rel="stylesheet" h
阅读全文
posted @ 2025-08-08 22:28 inks
阅读(32)
评论(0)
推荐(0)
2025年8月4日
手动实现 demo
摘要: 手动模拟一边编码过程 明白过程 代码全部 python实现 Base64 # base64 原理 def toB64(str_ct: str) -> str: str_ct = str_ct.encode("utf-8") print(str_ct) BASE64_TABLE = "ABCDEFGH
阅读全文
posted @ 2025-08-04 23:27 inks
阅读(15)
评论(0)
推荐(0)
2025年7月25日
go学习
摘要: 学了go fiber 研究 http 自定义tls ja4不会自定义 https://tls.browserleaks.com/json https://tls.peet.ws/api/all 研究下tls实现 目标网站 https://cn.investing.com/equities/amazo
阅读全文
posted @ 2025-07-25 11:11 inks
阅读(19)
评论(0)
推荐(0)
2024年12月25日
补环境 记录
摘要: 目前补全 小红书 搞定 抖音 搞定 腾讯滑块 搞定 瑞数vmp 搞定 boss 搞定 阿里 滑块 (搞定) akamai 搞定 补环境简单 tls换了半天 用了cbb的直接通过了 优先解决ast混淆 初看混淆逻辑看不懂字符串混淆看麻了,babel生成出来 网站运行不了 研究原理花了1周时间搞定混淆
阅读全文
posted @ 2024-12-25 01:26 inks
阅读(411)
评论(2)
推荐(0)
2024年7月18日
dsadsadas废话
摘要: (function () { var cywindow = this; var codeOfmyfun = []; var constantPool = [0, "c_f_0", "", "c_f_1", 8, "c_f_2", "window", "hex_md5", "c_f_4", "c_f_
阅读全文
posted @ 2024-07-18 13:42 inks
阅读(69)
评论(0)
推荐(0)
2024年5月31日
手写识别 b友
摘要: 1 import numpy as np 2 import pandas as pd 3 4 5 def load_csv(path): 6 csv_df = pd.read_csv(path) 7 labels = csv_df['label'].values 8 images = csv_df.
阅读全文
posted @ 2024-05-31 16:55 inks
阅读(54)
评论(0)
推荐(0)
2024年5月19日
机器学习
摘要: 接触yolo那会 对图像识别 感兴趣 学习pytorch 先看了numpy 然后写了个 机器学习入门 1.手写数字 2. 猫狗训练 3.lstm+cbc 不定长 4.孪生网络 学会了 模型迁移 欠拟合 过拟合怎么处理 研究下下面网站 验证码很全 import cv2 import numpy as
阅读全文
posted @ 2024-05-19 07:58 inks
阅读(68)
评论(0)
推荐(0)
2023年12月19日
号码研究
摘要: 再找短信 手机短信转发 第一反应想到 搞一个物联网模块 写一个短信转发,但是github有开源的app感觉还不错就不搞了 挺好用的 import re from time import time import requests headers = { "Content-Type:": "applic
阅读全文
posted @ 2023-12-19 02:50 inks
阅读(46)
评论(0)
推荐(0)
下一页
公告