上一页 1 2 3 4 5 6 7 8 9 10 ··· 125 下一页
摘要: 第一段 '3;0;1;0;3355186;IwqisvlCFoqAaBMfUelc4Wm/oWlk5r+hAils7heftlY=' 3;0;1;0 固定 3355186 是从 bm_sz ~ 分割 ,取下标2 IwqisvlCFoqAaBMfUelc4Wm/oWlk5r+hAils7heftlY= 阅读全文
posted @ 2025-06-25 18:32 AngDH 阅读(108) 评论(0) 推荐(0)
摘要: // ==UserScript== // @name Hook worker // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author Y 阅读全文
posted @ 2025-06-25 11:42 AngDH 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-06-21 09:15 AngDH 阅读(10) 评论(0) 推荐(0)
摘要: GN build https://gn.googlesource.com/gn/+/master/docs/ https://docs.google.com/presentation/d/15Zwb53JcncHfEwHpnG_PoIbbzQ3GQi_cpujYwbpcbZo/edit?pli=1& 阅读全文
posted @ 2025-06-20 14:35 AngDH 阅读(23) 评论(0) 推荐(0)
摘要: #include <iostream> #include <utility> // 目标函数,接收左值引用 void process(int& value) { std::cout << "左值版本: " << value << std::endl; } // 目标函数,接收右值引用 void pr 阅读全文
posted @ 2025-06-12 21:33 AngDH 阅读(30) 评论(0) 推荐(0)
摘要: // 获取包含该表达式的语句节点 const statement = path.getStatementParent(); 阅读全文
posted @ 2025-06-09 19:44 AngDH 阅读(27) 评论(0) 推荐(0)
摘要: types.UnaryExpression('+', types.identifier('a'), true) 详解 基本概念 types.UnaryExpression 是 Babel 提供的一个用于创建一元表达式节点的函数。一元表达式是指只有一个操作数的表达式,比如 +a、-b、!c 等。 参数 阅读全文
posted @ 2025-06-09 14:42 AngDH 阅读(67) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/MHaKy12G8VDD23-a7tMRXg JSON.stringify($_aiding.$_zw,function(k, v) {if (v window) {return 'window'} return v}) 阅读全文
posted @ 2025-06-03 18:33 AngDH 阅读(27) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/gObE977lOjE4I0vTT5tx_A 阅读全文
posted @ 2025-06-03 16:40 AngDH 阅读(30) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/oXYSzsPVr5Ro348c9Gn_QQ <!DOCTYPE html> <html lang="cn"> <head> <meta charset="UTF-8"> <title>AST 实时反混淆模版</title> </head> <b 阅读全文
posted @ 2025-06-03 15:16 AngDH 阅读(43) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 125 下一页