repo_id
stringlengths
6
101
file_path
stringlengths
2
269
content
stringlengths
367
5.14M
size
int64
367
5.14M
filename
stringlengths
1
248
ext
stringlengths
0
87
lang
stringclasses
88 values
program_lang
stringclasses
232 values
doc_type
stringclasses
5 values
quality_signal
stringlengths
2
1.9k
effective
stringclasses
2 values
hit_map
stringlengths
2
1.4k
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/data.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('加载data数据')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-striped"...
2,037
data
html
en
html
code
{"qsc_code_num_words": 187, "qsc_code_num_chars": 2037.0, "qsc_code_mean_word_length": 4.90374332, "qsc_code_frac_words_unique": 0.52406417, "qsc_code_frac_chars_top_2grams": 0.0261723, "qsc_code_frac_chars_top_3grams": 0.0348964, "qsc_code_frac_chars_top_4grams": 0.0610687, "qsc_code_frac_chars_dupe_5grams": 0.1810250...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/10.64位反汇编/03.day03 四则运算.md
**比例因子寻址 系数只能是 1 ,2 ,4 ,8** ### 课前笔记 游戏同步 性能差的电脑:丢帧处理(如:有两张需要绘制,只画第二张) 性能好的电脑:给他Sleep一下 #### 64位使用模块基址的情况 lea rbp, cs:140000000h g_block = 0x140005170,其实g_block存储的是5170 文件中和代码段保存全局变量地址RVA:5170 ### 加法 优化 : 并不直接用加法,而是用 lea 因为 lea速度更快 操作码只有一个字节,加法至少要5个字节(立即数寻址) ```c++ #include <stdio.h> int main(int...
15,487
03.day03 四则运算
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00103312, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 148.0, "qsc_doc_num_words": 3011, "qsc_doc_num_chars": 15487.0, "qsc_doc_num_lines": 922.0, "qsc_doc_mean_word_length": 2.93955497, "qsc_doc_frac_words_full_bracket": 0.0003838, "qsc_doc_frac_lines_end_w...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НапоминанияПользователя/Forms/ФормаОповещения/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
22,592
Form
xml
ru
xml
data
{"qsc_code_num_words": 2226, "qsc_code_num_chars": 22592.0, "qsc_code_mean_word_length": 6.4393531, "qsc_code_frac_words_unique": 0.17070979, "qsc_code_frac_chars_top_2grams": 0.02846379, "qsc_code_frac_chars_top_3grams": 0.01897586, "qsc_code_frac_chars_top_4grams": 0.02846379, "qsc_code_frac_chars_dupe_5grams": 0.512...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/detail.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('表格细节视图')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-striped"> ...
2,352
detail
html
en
html
code
{"qsc_code_num_words": 217, "qsc_code_num_chars": 2352.0, "qsc_code_mean_word_length": 4.88018433, "qsc_code_frac_words_unique": 0.48387097, "qsc_code_frac_chars_top_2grams": 0.02266289, "qsc_code_frac_chars_top_3grams": 0.03021719, "qsc_code_frac_chars_top_4grams": 0.05288008, "qsc_code_frac_chars_dupe_5grams": 0.1567...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/search.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('表格搜索')" /> <th:block th:include="include :: bootstrap-select-css" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 search-collapse"> <p class="select-title">普通条件查询</p> ...
6,629
search
html
en
html
code
{"qsc_code_num_words": 845, "qsc_code_num_chars": 6629.0, "qsc_code_mean_word_length": 4.09112426, "qsc_code_frac_words_unique": 0.16686391, "qsc_code_frac_chars_top_2grams": 0.08591264, "qsc_code_frac_chars_top_3grams": 0.10326873, "qsc_code_frac_chars_top_4grams": 0.03471218, "qsc_code_frac_chars_dupe_5grams": 0.7755...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc...
1nformation/Notes
三阶段/02.Win32汇编/08.day08 windbg的使用.md
### windbg windows上调试功能最强大的工具 #### 安装 ##### 下载 下载 win10 SDK (如果系统是 win11 ,那就是下载 win11 sdk ) ![img](notesimg/1653906489813-980dfcd2-48cb-4027-9772-8206a1b1df9c.png) 大部分用的都是 windbg preview 通过微软商店下载 ![img](notesimg/1653906663668-825e6d03-a24d-4242-9ec2-3ac2ecac1ef1.png) ![img](notesimg/1653906729042-52c89138-58...
12,773
08.day08 windbg的使用
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00062632, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 162.0, "qsc_doc_num_words": 2424, "qsc_doc_num_chars": 12773.0, "qsc_doc_num_lines": 572.0, "qsc_doc_mean_word_length": 3.39975248, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_re...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/refresh.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('表格自动刷新')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-striped"> ...
2,245
refresh
html
zh
html
code
{"qsc_code_num_words": 286, "qsc_code_num_chars": 2245.0, "qsc_code_mean_word_length": 4.0034965, "qsc_code_frac_words_unique": 0.5034965, "qsc_code_frac_chars_top_2grams": 0.06724891, "qsc_code_frac_chars_top_3grams": 0.07860262, "qsc_code_frac_chars_top_4grams": 0.0279476, "qsc_code_frac_chars_dupe_5grams": 0.0628821...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Ext/ManagerModule.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
39,883
ManagerModule
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 2552, "qsc_code_num_chars": 39883.0, "qsc_code_mean_word_length": 12.63244514, "qsc_code_frac_words_unique": 0.18847962, "qsc_code_frac_chars_top_2grams": 0.01451703, "qsc_code_frac_chars_top_3grams": 0.00651405, "qsc_code_frac_chars_top_4grams": 0.0130281, "qsc_code_frac_chars_dupe_5grams": 0.34...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/02.Win32汇编/03.day03 radasm和补丁.md
### 补丁 #### 扫雷游戏啊下补丁 在扫雷游戏中,点关闭弹出一个确认框,确认之后再关闭,取消就不关闭 ![img](notesimg/1653303021773-42a7d2b9-d8da-475e-a661-d3a6a7611964.png) 1. 首先第一步就是确认关闭按钮响应的位置,一般都是 WM_CLOSE 的消息 ,消息响应一般都在过程函数,所以就是要定位到过程函数,我们知道 MC 项目中 ,如果是重叠类的窗口,注册窗口类的时候会用到过程函数, 如果是对话框的 那就是调 **DialogBox** 2. 先假设扫雷是一个 重叠类窗口 那我们就要知道程序中那个地方调用了 RegisterClas...
15,456
03.day03 radasm和补丁
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 272.0, "qsc_doc_num_words": 2750, "qsc_doc_num_chars": 15456.0, "qsc_doc_num_lines": 777.0, "qsc_doc_mean_word_length": 3.95890909, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore"...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/remember.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('翻页记住选择')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="btn-group-sm" id="toolbar" role="group"> <a cla...
2,382
remember
html
en
html
code
{"qsc_code_num_words": 227, "qsc_code_num_chars": 2382.0, "qsc_code_mean_word_length": 4.76651982, "qsc_code_frac_words_unique": 0.47136564, "qsc_code_frac_chars_top_2grams": 0.02772643, "qsc_code_frac_chars_top_3grams": 0.02495379, "qsc_code_frac_chars_top_4grams": 0.03327172, "qsc_code_frac_chars_dupe_5grams": 0.1774...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/curd.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('动态增删改查')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="btn-group-sm" id="toolbar" role="group"> <a c...
5,360
curd
html
en
html
code
{"qsc_code_num_words": 462, "qsc_code_num_chars": 5360.0, "qsc_code_mean_word_length": 5.38311688, "qsc_code_frac_words_unique": 0.33549784, "qsc_code_frac_chars_top_2grams": 0.03216727, "qsc_code_frac_chars_top_3grams": 0.03256936, "qsc_code_frac_chars_top_4grams": 0.04342581, "qsc_code_frac_chars_dupe_5grams": 0.3554...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/Форма.xml
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
1,466
Форма
xml
ru
xml
data
{"qsc_code_num_words": 246, "qsc_code_num_chars": 1466.0, "qsc_code_mean_word_length": 4.17886179, "qsc_code_frac_words_unique": 0.32520325, "qsc_code_frac_chars_top_2grams": 0.08754864, "qsc_code_frac_chars_top_3grams": 0.11673152, "qsc_code_frac_chars_top_4grams": 0.1459144, "qsc_code_frac_chars_dupe_5grams": 0.43093...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НастройкиУчетныхЗаписейЭлектроннойПочты/Forms/ФормаЗаписи/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
28,917
Form
xml
ru
xml
data
{"qsc_code_num_words": 2405, "qsc_code_num_chars": 28917.0, "qsc_code_mean_word_length": 7.61787942, "qsc_code_frac_words_unique": 0.18960499, "qsc_code_frac_chars_top_2grams": 0.02750942, "qsc_code_frac_chars_top_3grams": 0.01833961, "qsc_code_frac_chars_top_4grams": 0.02750942, "qsc_code_frac_chars_dupe_5grams": 0.48...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1nformation/Notes
三阶段/07.ShellCode/02.day02 GS DEP.md
GS 和 DEP 都是用来对抗栈溢出的 ### GS(安全检查) #### 1.GS 安全编译选项的保护原理 - 针对缓冲区溢出时覆盖函数返回地址这一特征,微软在编译程序时使用了一个很酷的安全编译选项——GS,在 Visual Studio 2003 (VS 7.0)及以后版本的 Visual Studio 中默认启用GS。 - 设置路径:项目属性 → C/C++→ 代码生成 → 安全检查。 ![img](notesimg/1638345342257-43058e8c-dbdf-4b9c-88d7-264e85bee0ec.png) - GS 编译选项为每个函数调用增加了一些额外的数据和操作,用以检测栈中的溢...
24,299
02.day02 GS DEP
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00271616, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 224.0, "qsc_doc_num_words": 4440, "qsc_doc_num_chars": 24299.0, "qsc_doc_num_lines": 728.0, "qsc_doc_mean_word_length": 3.54617117, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_re...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 1, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1nformation/Notes
三阶段/07.ShellCode/03.day03 堆溢出 和 com漏洞挖掘.md
堆数据基本都是链表结构 https://www.kanxue.com/chm.htm?id=14445 堆溢出 1.Windows 堆的历史 ●Windows 的堆是内存中一块神秘的地方、一个耐人寻味的地方,也是一个“乱糟糟”的地方。现代操作系统在经过了若干年的演变后,目前使用的堆管理机制兼顾了内存有效利用、分配决策速度、健壮性、安全性等因素,这使得堆管理变得异常复杂。Win32 平台堆管理机制的发展大致可以分为三个阶段。 ●(1)Windows 2000~Windows XP SP1:堆管理系统只考虑了完成分配任务和性能因素,丝毫没有考虑安全因素,可以比较容易发被攻击者利用。 ●(2)Windows XP...
8,403
03.day03 堆溢出 和 com漏洞挖掘
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00190408, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 142.0, "qsc_doc_num_words": 1936, "qsc_doc_num_chars": 8403.0, "qsc_doc_num_lines": 365.0, "qsc_doc_mean_word_length": 3.24586777, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_rea...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/post/edit.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改岗位')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-post-edit" th:object="${post}"> <input ...
3,594
edit
html
en
html
code
{"qsc_code_num_words": 372, "qsc_code_num_chars": 3594.0, "qsc_code_mean_word_length": 4.87634409, "qsc_code_frac_words_unique": 0.29032258, "qsc_code_frac_chars_top_2grams": 0.05292172, "qsc_code_frac_chars_top_3grams": 0.05512679, "qsc_code_frac_chars_top_4grams": 0.04685777, "qsc_code_frac_chars_dupe_5grams": 0.4503...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/post/post.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('岗位列表')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 search-collapse"> <form id="pos...
4,181
post
html
en
html
code
{"qsc_code_num_words": 447, "qsc_code_num_chars": 4181.0, "qsc_code_mean_word_length": 4.61297539, "qsc_code_frac_words_unique": 0.33333333, "qsc_code_frac_chars_top_2grams": 0.03491756, "qsc_code_frac_chars_top_3grams": 0.03491756, "qsc_code_frac_chars_top_4grams": 0.04655674, "qsc_code_frac_chars_dupe_5grams": 0.2837...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НастройкиУчетныхЗаписейЭлектроннойПочты/Forms/ФормаЗаписи/Ext/Help/ru.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html;charset=utf-8" http-equiv="content-type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 11.00.10570.1001"></meta></head><body> <p>Пр...
9,882
ru
html
ru
html
code
{"qsc_code_num_words": 1347, "qsc_code_num_chars": 9882.0, "qsc_code_mean_word_length": 5.640683, "qsc_code_frac_words_unique": 0.2887899, "qsc_code_frac_chars_top_2grams": 0.06080548, "qsc_code_frac_chars_top_3grams": 0.06712293, "qsc_code_frac_chars_top_4grams": 0.07817847, "qsc_code_frac_chars_dupe_5grams": 0.336009...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/01.16位汇编/10.寄存器总结.md
**寄存器** ### 8086CPU有14个寄存器 它们的名称为: **AX、BX、CX、DX、****SI、DI、SP、BP****、** **IP****、****CS、DS、ES****、****SS、****PSW****。** 8086CPU所有的寄存器都是16位的,可以存放两个字节。 AX、BX、CX、DX 通常用来存放一般性数据被称为通用寄存器。 8086上一代CPU中的寄存器都是8位的; 为保证兼容性,这四个寄存器都可以分为两个独立的8位寄存器使用。 H 高位 (8-15) L低位 (0-7) AX可以分为AH和AL; BX可以分为BH和BL; CX可以分为CH和CL; DX可...
11,204
10.寄存器总结
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 94.0, "qsc_doc_num_words": 2898, "qsc_doc_num_chars": 11204.0, "qsc_doc_num_lines": 307.0, "qsc_doc_mean_word_length": 2.23982057, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore":...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/menu/tree.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('菜单树选择')" /> <th:block th:include="include :: ztree-css" /> </head> <style> body{height:auto;font-family: "Microsoft YaHei";} button{font-family: "SimSun","Helvetica Neue",Helvetica,Arial;} </style> ...
1,695
tree
html
en
html
code
{"qsc_code_num_words": 213, "qsc_code_num_chars": 1695.0, "qsc_code_mean_word_length": 5.00469484, "qsc_code_frac_words_unique": 0.4741784, "qsc_code_frac_chars_top_2grams": 0.02626642, "qsc_code_frac_chars_top_3grams": 0.03377111, "qsc_code_frac_chars_top_4grams": 0.06003752, "qsc_code_frac_chars_dupe_5grams": 0.13508...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ОбработкаПредупрежденийКоллизии.xml
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
1,520
ОбработкаПредупрежденийКоллизии
xml
ru
xml
data
{"qsc_code_num_words": 248, "qsc_code_num_chars": 1520.0, "qsc_code_mean_word_length": 4.35483871, "qsc_code_frac_words_unique": 0.33467742, "qsc_code_frac_chars_top_2grams": 0.08333333, "qsc_code_frac_chars_top_3grams": 0.11111111, "qsc_code_frac_chars_top_4grams": 0.13888889, "qsc_code_frac_chars_dupe_5grams": 0.4101...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1nformation/Notes
三阶段/04.PE/09.RadAsm的bug和重定位表.md
RadAsm的bug 创建程序 1、创建程序1:C++工程: ●项目选项:控制台"hello,World"程序,不使用预编译头 ![image.png](notesimg/1656423076948-d456e364-8c17-4fa3-bb8e-32c34c81353b.png) ![image.png](notesimg/1656423104999-bc284df4-df54-498e-a4ef-d3dbb2615565.png) ![image.png](notesimg/1656423123677-0c8550fd-3573-4ce0-b7aa-ab9c7fa2e768.png) ...
18,338
09.RadAsm的bug和重定位表
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00010906, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 272.0, "qsc_doc_num_words": 3366, "qsc_doc_num_chars": 18338.0, "qsc_doc_num_lines": 844.0, "qsc_doc_mean_word_length": 3.4483066, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_rea...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупреждениеАдминистрированияПриложения.xml
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
1,540
ПредупреждениеАдминистрированияПриложения
xml
ru
xml
data
{"qsc_code_num_words": 248, "qsc_code_num_chars": 1540.0, "qsc_code_mean_word_length": 4.43548387, "qsc_code_frac_words_unique": 0.33467742, "qsc_code_frac_chars_top_2grams": 0.08181818, "qsc_code_frac_chars_top_3grams": 0.10909091, "qsc_code_frac_chars_top_4grams": 0.13636364, "qsc_code_frac_chars_dupe_5grams": 0.4027...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/params.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('自定义查询参数')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-striped">...
4,191
params
html
en
html
code
{"qsc_code_num_words": 378, "qsc_code_num_chars": 4191.0, "qsc_code_mean_word_length": 4.88888889, "qsc_code_frac_words_unique": 0.30687831, "qsc_code_frac_chars_top_2grams": 0.02597403, "qsc_code_frac_chars_top_3grams": 0.04329004, "qsc_code_frac_chars_top_4grams": 0.06060606, "qsc_code_frac_chars_dupe_5grams": 0.6704...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ОбработкаПредупрежденийПоДатеЗапретаЗагрузки.xml
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
1,549
ОбработкаПредупрежденийПоДатеЗапретаЗагрузки
xml
ru
xml
data
{"qsc_code_num_words": 251, "qsc_code_num_chars": 1549.0, "qsc_code_mean_word_length": 4.4063745, "qsc_code_frac_words_unique": 0.34262948, "qsc_code_frac_chars_top_2grams": 0.08137432, "qsc_code_frac_chars_top_3grams": 0.1084991, "qsc_code_frac_chars_top_4grams": 0.13562387, "qsc_code_frac_chars_dupe_5grams": 0.400542...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/modal/layer.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('弹层组件')" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content fadeInRight"> <div class="row"> <div class="col-sm-6"> <div class="ibox"> <div class="ibox-title"> ...
9,177
layer
html
en
html
code
{"qsc_code_num_words": 950, "qsc_code_num_chars": 9177.0, "qsc_code_mean_word_length": 4.44315789, "qsc_code_frac_words_unique": 0.20421053, "qsc_code_frac_chars_top_2grams": 0.07202085, "qsc_code_frac_chars_top_3grams": 0.07391613, "qsc_code_frac_chars_top_4grams": 0.12437811, "qsc_code_frac_chars_dupe_5grams": 0.5991...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/04.PE/05.day05 loadpe.md
LoadPE - pe 加载器 壳的前身 ​ 如果想访问一个程序运行起来的内存,一种方法就是跨进程读写内存,但是跨进程读写内存需要来回调用api,不如直接访问地址来得方便,那么如果我们需要直接访问地址,该怎么做呢?.需要把dll注进程,注进去的代码跟他在同一块进程里面,这样我们就可以直接访问这个进程的地址,但是不想注入,也不想跨进程读写地址,就直接读进程地址,有什么方法呢?如果把导入表里面加一个dll,这样很容易检查出来,模块里一遍历,就可容易看到了, 其实我们可以反其道行之,换种思路,不是往他进程里面塞东西,而是把他加载到我们进程里面.,这个时候再去访问进程内存其实就是访问我们自己的内存. ###...
19,218
05.day05 loadpe
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00509939, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 119.0, "qsc_doc_num_words": 2693, "qsc_doc_num_chars": 19218.0, "qsc_doc_num_lines": 809.0, "qsc_doc_mean_word_length": 4.2513925, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_rea...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупрежденияОбработчиковОтправкиПолучения.xml
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
1,545
ПредупрежденияОбработчиковОтправкиПолучения
xml
ru
xml
data
{"qsc_code_num_words": 249, "qsc_code_num_chars": 1545.0, "qsc_code_mean_word_length": 4.43373494, "qsc_code_frac_words_unique": 0.3373494, "qsc_code_frac_chars_top_2grams": 0.08152174, "qsc_code_frac_chars_top_3grams": 0.10869565, "qsc_code_frac_chars_top_4grams": 0.13586957, "qsc_code_frac_chars_dupe_5grams": 0.40126...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НапоминанияПользователя/Forms/Напоминание/Ext/Help/ru.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html;charset=utf-8" http-equiv="content-type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 11.00.10570.1001"></meta></head><body> <p>В ...
4,179
ru
html
ru
html
code
{"qsc_code_num_words": 574, "qsc_code_num_chars": 4179.0, "qsc_code_mean_word_length": 5.77351916, "qsc_code_frac_words_unique": 0.48083624, "qsc_code_frac_chars_top_2grams": 0.008449, "qsc_code_frac_chars_top_3grams": 0.01086301, "qsc_code_frac_chars_top_4grams": 0.02836451, "qsc_code_frac_chars_dupe_5grams": 0.071816...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/02.Win32汇编/07.day07 钢琴和筛选器异常.md
### 钢琴 od调试老师给的多媒体钢琴 ![img](notesimg/1634224633130-ca6325fa-d08b-4761-8798-1f713c4252a5.png) 运行找到Piano的过程函数里去 ![img](notesimg/1634224670232-98f7f15a-32b0-468a-bb41-5347e6759a69.png) 找到处理WM_KEYDOWN消息的那 ![img](notesimg/1634224725844-2efdc8ac-6538-4837-9e48-e5b9602ce263.png) 下个断点,然后按键断下来在这 ![img](notesimg/163422...
24,767
07.day07 钢琴和筛选器异常
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 314.0, "qsc_doc_num_words": 3789, "qsc_doc_num_chars": 24767.0, "qsc_doc_num_lines": 1120.0, "qsc_doc_mean_word_length": 4.31221958, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 1, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/headerStyle.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('表格标题格式化')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-striped">...
2,456
headerStyle
html
en
html
code
{"qsc_code_num_words": 210, "qsc_code_num_chars": 2456.0, "qsc_code_mean_word_length": 5.02857143, "qsc_code_frac_words_unique": 0.51428571, "qsc_code_frac_chars_top_2grams": 0.02272727, "qsc_code_frac_chars_top_3grams": 0.03030303, "qsc_code_frac_chars_top_4grams": 0.0530303, "qsc_code_frac_chars_dupe_5grams": 0.15719...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/02.Win32汇编/12.day12 补课.md
### 定位call 找的是话一般往外层去找, 先找数据,找到数据以后下访问断点,下了断点之后去找调用的call,到一个感觉像的,然后改改参数看看能不能达到自己想法要的效果,从而确定是不是 ### 扫雷边扫雪定位关键点 扫雷变扫雪需要定位他的地图(内部存储数据的的二维数组),然后考虑程序什么时候会访问这个数组, 一般绘图的时候回访问,初始化的时候也会访问,也可以通过CE去定位,例如改变地图大小,搜数据位置,搜到之后可以下访问断点,因为地图初始化时候一定要拿地图的宽和高,然后去找二维数组,定位二维数组方法很简单,就看有几个层嵌套循环,二维数组就2个,还有一种就是直接找绘图 ![img](notesimg/16545...
3,647
12.day12 补课
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 59.0, "qsc_doc_num_words": 914, "qsc_doc_num_chars": 3647.0, "qsc_doc_num_lines": 218.0, "qsc_doc_mean_word_length": 3.02954048, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore": 0...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НапоминанияПользователя/Forms/Напоминание/Ext/Form/Module.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
24,504
Module
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 1641, "qsc_code_num_chars": 24504.0, "qsc_code_mean_word_length": 12.43997562, "qsc_code_frac_words_unique": 0.23826935, "qsc_code_frac_chars_top_2grams": 0.0185167, "qsc_code_frac_chars_top_3grams": 0.02351328, "qsc_code_frac_chars_top_4grams": 0.02704027, "qsc_code_frac_chars_dupe_5grams": 0.20...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/subdata.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('主子表提交')" /> <th:block th:include="include :: datetimepicker-css" /> </head> <body class="gray-bg"> <div class="main-content"> <form id=...
8,196
subdata
html
en
html
code
{"qsc_code_num_words": 797, "qsc_code_num_chars": 8196.0, "qsc_code_mean_word_length": 4.61355082, "qsc_code_frac_words_unique": 0.25595985, "qsc_code_frac_chars_top_2grams": 0.05439217, "qsc_code_frac_chars_top_3grams": 0.04351373, "qsc_code_frac_chars_top_4grams": 0.04242589, "qsc_code_frac_chars_dupe_5grams": 0.4294...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/02.Win32汇编/09.day09 SEH和反调试 .md
### SEH - structed exception handler 结构化异常处理 跟筛选一样都是用来处理异常的,但不同的是 筛选器是整个进程最终处理异常的函数,但无法做到比较精细的去处理异常(例如处理某个函数的异常), 跟 C++ 的 try { } catch { } 的思路一脉相承, SHE 实现的 就是 函数自己 来处理自己的异常,实现方式就是通过回调函数实现的,把回调函数注册给操作系统,当你函数内部出现异常时,系统就会调用你的回调函数,此时就可以处理了,处理完之后可以继续执行代码或者把异常交给筛选器 因此要使用SHE只需要做2件事,1是自己实现异常回调函数,2是吧异常回调函数注册给系统 把函数注...
12,108
09.day09 SEH和反调试
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00033036, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 91.0, "qsc_doc_num_words": 2170, "qsc_doc_num_chars": 12108.0, "qsc_doc_num_lines": 645.0, "qsc_doc_mean_word_length": 3.39124424, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_rea...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/resizable.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('表格列宽拖动')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-bordered">...
2,135
resizable
html
en
html
code
{"qsc_code_num_words": 203, "qsc_code_num_chars": 2135.0, "qsc_code_mean_word_length": 4.85714286, "qsc_code_frac_words_unique": 0.50246305, "qsc_code_frac_chars_top_2grams": 0.02434077, "qsc_code_frac_chars_top_3grams": 0.04868154, "qsc_code_frac_chars_top_4grams": 0.03245436, "qsc_code_frac_chars_dupe_5grams": 0.2150...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/01.16位汇编/00.DEBUG命令使用解析及范例大全.md
启动 Debug,它是可用于测试和调试 MS-DOS 可执行文件的程序。   Debug [[drive:][path] filename [parameters]]   参数   [drive:][path] filename   指定要测试的可执行文件的位置和名称。   parameters   指定要测试的可执行文件所需要的任何命令行信息。   ++   说明   使用 Debug 命令但不指定要测试的文件   如果使用没有位置和文件名的 Debug 命令,然后键入所有的 Debug 命令以响应 Debug 提示符,连字符 (-)。   Debug 命令 ##...
22,172
00.DEBUG命令使用解析及范例大全
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 390.0, "qsc_doc_num_words": 6873, "qsc_doc_num_chars": 22172.0, "qsc_doc_num_lines": 1794.0, "qsc_doc_mean_word_length": 2.16121053, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/menu/edit.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改菜单')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-menu-edit" th:object="${menu}"> <input ...
8,295
edit
html
en
html
code
{"qsc_code_num_words": 848, "qsc_code_num_chars": 8295.0, "qsc_code_mean_word_length": 4.71462264, "qsc_code_frac_words_unique": 0.23349057, "qsc_code_frac_chars_top_2grams": 0.05402701, "qsc_code_frac_chars_top_3grams": 0.04502251, "qsc_code_frac_chars_top_4grams": 0.03826913, "qsc_code_frac_chars_dupe_5grams": 0.4404...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НапоминанияПользователя/Ext/RecordSetModule.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
5,926
RecordSetModule
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 454, "qsc_code_num_chars": 5926.0, "qsc_code_mean_word_length": 10.32599119, "qsc_code_frac_words_unique": 0.40528634, "qsc_code_frac_chars_top_2grams": 0.01791809, "qsc_code_frac_chars_top_3grams": 0.01535836, "qsc_code_frac_chars_top_4grams": 0.01151877, "qsc_code_frac_chars_dupe_5grams": 0.150...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/01.16位汇编/06.day06 串操作和流程转移指令.md
## 串操作 ### 串操作 源操作数使用si,默认段为DS,可段超越 目的操作数使用di,默认段为ES,不可段超越 ![img](notesimg/1652439126466-47b8425c-73a0-4544-8c76-d62c628c1746.png) ### 串方向 串方向由DF标志位影响,可以由指令修改 ![img](notesimg/1652440709344-88255af0-335d-43f1-bef3-46b97e7de718.png) ### 重复前缀 串操作指令一般都配合重复前缀使用,实现内存的批量操作。 ![img](notesimg/1652440851978-e6b10150-4e8...
15,510
06.day06 串操作和流程转移指令
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0002579, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 91.0, "qsc_doc_num_words": 3362, "qsc_doc_num_chars": 15510.0, "qsc_doc_num_lines": 923.0, "qsc_doc_mean_word_length": 2.81201666, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_read...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/dept/tree.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('部门树选择')" /> <th:block th:include="include :: ztree-css" /> </head> <style> body{height:auto;font-family: "Microsoft YaHei";} button{font-family: "SimSun","Helvetica Neue",Helvetica,Arial;} </style> ...
1,858
tree
html
en
html
code
{"qsc_code_num_words": 228, "qsc_code_num_chars": 1858.0, "qsc_code_mean_word_length": 5.07894737, "qsc_code_frac_words_unique": 0.46052632, "qsc_code_frac_chars_top_2grams": 0.02417962, "qsc_code_frac_chars_top_3grams": 0.03108808, "qsc_code_frac_chars_top_4grams": 0.0552677, "qsc_code_frac_chars_dupe_5grams": 0.12435...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/01.16位汇编/01.day01 汇编基础和debug使用.md
### 为什么学习16位汇编? ​ 16位操作指令最多能够操作两个字节,且更能够体现出与硬件的交互。16位下的指令和32位汇编的指令差不多。16位汇编的指令在32位一样使用.要学好汇编必须要了解一点点硬件知识,16汇编是直接操作硬件,32位汇编指令跟硬件隔离了 ### 硬件运行机制 #### 1. 为什么计算机的操作数据的单位是二进制? ​ 字节是内存操作的最小单位,但是**位**才是计算机操作的最小单位 •电子器件二极管 •正向加电则通,反向加电则不同 ![img](notesimg/1651839511904-7fede3d3-589c-42e9-88c2-edef42132514...
11,842
01.day01 汇编基础和debug使用
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00016889, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 207.0, "qsc_doc_num_words": 2531, "qsc_doc_num_chars": 11842.0, "qsc_doc_num_lines": 556.0, "qsc_doc_mean_word_length": 2.80837614, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_re...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НапоминанияПользователя/Ext/ManagerModule.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
1,092
ManagerModule
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 78, "qsc_code_num_chars": 1092.0, "qsc_code_mean_word_length": 9.32051282, "qsc_code_frac_words_unique": 0.79487179, "qsc_code_frac_chars_top_2grams": 0.00825309, "qsc_code_frac_chars_top_3grams": 0.01100413, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/dept/add.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增部门')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-dept-add"> <input id="treeId" name="par...
3,953
add
html
en
html
code
{"qsc_code_num_words": 447, "qsc_code_num_chars": 3953.0, "qsc_code_mean_word_length": 4.72706935, "qsc_code_frac_words_unique": 0.31096197, "qsc_code_frac_chars_top_2grams": 0.06436346, "qsc_code_frac_chars_top_3grams": 0.06625651, "qsc_code_frac_chars_top_4grams": 0.05631803, "qsc_code_frac_chars_dupe_5grams": 0.3672...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/02.Win32汇编/06.day06 api hook.md
api hook 称为 api 钩子,也称为 内联apihook 我们程序使用时,有时候需要获得程序的一些其他信息,例如,网络发包是获得包数据,打开文件时,获得文件信息等,这是,我们就可以给这些api下个钩子,当他操作时可以把它的数据抓下来,保存 钩子类似起监控作用 网络,文件,注册表自己实现需要进内核 API Hook 简介:API Hook 是通过拦截 Api 的调用,使其流程转移到我们指定的地方,同时为了保持原有程序的健壮性,需要执行完我们流程后再转移会自身的流程。 原理:修改api函数入口的地方,让他调转到我们函数入口点。API在入口处特意留了位置。 汇编思路:jmp 地址 -> 我们代码 ->...
20,336
06.day06 api hook
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 212.0, "qsc_doc_num_words": 3591, "qsc_doc_num_chars": 20336.0, "qsc_doc_num_lines": 983.0, "qsc_doc_mean_word_length": 3.81759955, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore"...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 1, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ОбработкаПредупрежденийПроведения.xml
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
1,524
ОбработкаПредупрежденийПроведения
xml
ru
xml
data
{"qsc_code_num_words": 248, "qsc_code_num_chars": 1524.0, "qsc_code_mean_word_length": 4.37096774, "qsc_code_frac_words_unique": 0.33467742, "qsc_code_frac_chars_top_2grams": 0.08302583, "qsc_code_frac_chars_top_3grams": 0.11070111, "qsc_code_frac_chars_top_4grams": 0.13837638, "qsc_code_frac_chars_dupe_5grams": 0.4086...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/event.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('自定义触发事件')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-striped">...
3,083
event
html
en
html
code
{"qsc_code_num_words": 269, "qsc_code_num_chars": 3083.0, "qsc_code_mean_word_length": 5.55762082, "qsc_code_frac_words_unique": 0.4535316, "qsc_code_frac_chars_top_2grams": 0.01605351, "qsc_code_frac_chars_top_3grams": 0.04013378, "qsc_code_frac_chars_top_4grams": 0.03745819, "qsc_code_frac_chars_dupe_5grams": 0.19264...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/02.Win32汇编/05.day05 补课.md
定位关键点3种方法: 过程函数 api 字符串 但是不确定用要哪一种方法,可以3种方法都用一下,因为在不同的程序,实用的方法是不一样的 ### 窗口程序看控件信息 #### 1.通过OD去看 ![img](notesimg/1653476883125-44a681ca-9e21-47d5-a118-c97d72156407.png) #### 还可以用 spy ++ 查看 ![img](notesimg/1653477121644-cdca04a6-11ff-4133-9046-8ab47cebacdf.png) 还可以用vs2019 ,打开软件,找到对应控件直接看属性 ![img]...
5,494
05.day05 补课
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 48.0, "qsc_doc_num_words": 1066, "qsc_doc_num_chars": 5494.0, "qsc_doc_num_lines": 280.0, "qsc_doc_mean_word_length": 3.2673546, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore": 0...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/УдалениеУстаревшихПредупреждений.xml
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
1,522
УдалениеУстаревшихПредупреждений
xml
ru
xml
data
{"qsc_code_num_words": 248, "qsc_code_num_chars": 1522.0, "qsc_code_mean_word_length": 4.36290323, "qsc_code_frac_words_unique": 0.33467742, "qsc_code_frac_chars_top_2grams": 0.0831793, "qsc_code_frac_chars_top_3grams": 0.11090573, "qsc_code_frac_chars_top_4grams": 0.13863216, "qsc_code_frac_chars_dupe_5grams": 0.40942...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/pageGo.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('跳转至指定页')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-striped"> ...
2,065
pageGo
html
en
html
code
{"qsc_code_num_words": 193, "qsc_code_num_chars": 2065.0, "qsc_code_mean_word_length": 4.83937824, "qsc_code_frac_words_unique": 0.51813472, "qsc_code_frac_chars_top_2grams": 0.02569593, "qsc_code_frac_chars_top_3grams": 0.03426124, "qsc_code_frac_chars_top_4grams": 0.05995717, "qsc_code_frac_chars_dupe_5grams": 0.1777...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ОтборСинхронизаций.xml
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
1,493
ОтборСинхронизаций
xml
ru
xml
data
{"qsc_code_num_words": 247, "qsc_code_num_chars": 1493.0, "qsc_code_mean_word_length": 4.26720648, "qsc_code_frac_words_unique": 0.33198381, "qsc_code_frac_chars_top_2grams": 0.08538899, "qsc_code_frac_chars_top_3grams": 0.11385199, "qsc_code_frac_chars_top_4grams": 0.14231499, "qsc_code_frac_chars_dupe_5grams": 0.4203...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1nformation/Notes
三阶段/02.Win32汇编/04.day04 重定位和汇编引擎.md
### 重定位 **重定位:**也称为代码自重定位,代码自己去计算自己使用的各种资源再新进程中的地址,相应代码被称为被重新定位过后的代码。 #### 示例 - 目标:向指定进程 扫雷 注入一段机器码,机器码的作用是弹出MessageBox。 ​ 与远程注入dll的区别:原是加载dll,本目标是注入一段机器码。 注机器码就是 把机器码写到对应进程里面去,写的地方不能覆盖它原本代码,否则会影响它原本的功能 ,可以去找一些空隙,但是这种方法不是很通用.最好的办法是 申请一块内存,把代码写进去,在调用线程去跑这个段代码 #### .asm ``` .586 .model flat,stdcall opt...
22,568
04.day04 重定位和汇编引擎
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00097483, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 213.0, "qsc_doc_num_words": 3415, "qsc_doc_num_chars": 22568.0, "qsc_doc_num_lines": 1068.0, "qsc_doc_mean_word_length": 4.06002928, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_r...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/role/role.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('角色列表')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 search-collapse"> <form id="rol...
6,123
role
html
en
html
code
{"qsc_code_num_words": 677, "qsc_code_num_chars": 6123.0, "qsc_code_mean_word_length": 4.65288035, "qsc_code_frac_words_unique": 0.30132939, "qsc_code_frac_chars_top_2grams": 0.0247619, "qsc_code_frac_chars_top_3grams": 0.03301587, "qsc_code_frac_chars_top_4grams": 0.04126984, "qsc_code_frac_chars_dupe_5grams": 0.30603...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/08.C++反汇编/07.day07 其他语法.md
### 移动构造 解决对象浅拷贝析构时重复释放的问题 解决办法: 1. 深拷贝 (但是浪费空间) 2. 引用计数 3. 移动构造,取代引用计数 当有移动构造函数,对象做函数参数,并且后面不再使用这个对象,就极有可能产生移动构造 ```c++ #include <iostream> using namespace std; class CMyClass { public: CMyClass() { m_pData = new int; }; //拷贝构造 CMyClass(const CMyClass& obj) { m_pData = new ...
24,092
07.day07 其他语法
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00938071, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 190.0, "qsc_doc_num_words": 4067, "qsc_doc_num_chars": 24092.0, "qsc_doc_num_lines": 1136.0, "qsc_doc_mean_word_length": 3.40422916, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_r...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/role/authUser.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('角色分配用户')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 search-collapse"> <form id="r...
4,692
authUser
html
en
html
code
{"qsc_code_num_words": 458, "qsc_code_num_chars": 4692.0, "qsc_code_mean_word_length": 5.07423581, "qsc_code_frac_words_unique": 0.3930131, "qsc_code_frac_chars_top_2grams": 0.02409639, "qsc_code_frac_chars_top_3grams": 0.0232358, "qsc_code_frac_chars_top_4grams": 0.03098107, "qsc_code_frac_chars_dupe_5grams": 0.134681...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/КэшПрограммныхИнтерфейсов/Ext/ManagerModule.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
19,080
ManagerModule
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 1396, "qsc_code_num_chars": 19080.0, "qsc_code_mean_word_length": 10.74498567, "qsc_code_frac_words_unique": 0.25071633, "qsc_code_frac_chars_top_2grams": 0.006, "qsc_code_frac_chars_top_3grams": 0.03093333, "qsc_code_frac_chars_top_4grams": 0.032, "qsc_code_frac_chars_dupe_5grams": 0.23286667, "...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/08.C++反汇编/06.day06 异常.md
## 异常 - C++中的异常处理机制由try、throw、catch语句组成。 - - try语句块负责监视异常。 - throw用于异常信息的发送,也称之为抛出异常。 - catch用于异常的捕获,并作出相应的处理,只能接收可预测的异常。 - 异常处理的基本C++语法如下: C++中只有 throw 才可以catch 注意: 系统异常崩溃跟C++异常没有关系 ```c++ try{//异常检测 //执行代码 throw异常类型;//抛出异常 } catch(捕获异常类型){//异常捕获 //处理代码 } catch(捕获异常类型){//异常捕获 //处理代码 } …… `...
17,612
06.day06 异常
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.003861, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 233.0, "qsc_doc_num_words": 2644, "qsc_doc_num_chars": 17612.0, "qsc_doc_num_lines": 551.0, "qsc_doc_mean_word_length": 3.82829047, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_read...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/system/role/selectUser.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('分配角色选择用户')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 search-collapse"> <form id="role-form"> <input type="hidden" id="rol...
3,316
selectUser
html
en
html
code
{"qsc_code_num_words": 308, "qsc_code_num_chars": 3316.0, "qsc_code_mean_word_length": 5.22727273, "qsc_code_frac_words_unique": 0.49025974, "qsc_code_frac_chars_top_2grams": 0.02484472, "qsc_code_frac_chars_top_3grams": 0.01118012, "qsc_code_frac_chars_top_4grams": 0.01987578, "qsc_code_frac_chars_dupe_5grams": 0.0745...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/08.C++反汇编/01.day01 构造析构与成员函数.md
### 补充:堆喷射 利用堆里面的残留数据,放shellcode代码,因为堆申请时不是自动初始化,而是放上一次的残留数据,而且堆里面可以跑代码,所以 可以把shellcode变成对的残留数据,在不断申请堆空间,就有很大可能申请到拥有 sehllcode 代码 残留值的空间 ,所以高版本为了解决这个问题,在你申请堆空间时,如果没有初始化,会自动初始化,低版本不会 ​ C++写的软件很多,尤其游戏中用的比较多,因为只要你的代码量够大,就会涉及到面向对象,虽然c也可以实现面向对象,但是比较复杂,面向对象就是抽象 ### 修改默认调用约定 ![img](notesimg/1659775828471-8229271...
25,496
01.day01 构造析构与成员函数
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00443207, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 334.0, "qsc_doc_num_words": 4147, "qsc_doc_num_chars": 25496.0, "qsc_doc_num_lines": 978.0, "qsc_doc_mean_word_length": 3.30962141, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_re...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1nformation/Notes
三阶段/08.C++反汇编/03.day03 虚函数.md
### 虚函数(多态) - 虚函数不可被优化,是识别面向对象的重要依据。 - 关键字:virtual - 一般虚函数中都是重要的函数,有时候还原类时,重点是虚表中的函数,不知道函数功能时,可以调试时下断点 #### 多态 1. 虚函数 ( 运行时多态) : 软件不运行不知道去哪 2. 函数重载 (编译期多态) : 两个函数同名构成重载, , 根据名称粉碎来实现 #### 让代码产生多态的方法: 1. 指针调用虚函数 2. 引用调用虚函数 #### 1.概念回顾 - - 定义一个函数为虚函数,不代表函数为不被实现的函数。 - 定义他为虚函数是为了允许用基类的指针...
3,622
03.day03 虚函数
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00441745, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 73.0, "qsc_doc_num_words": 1131, "qsc_doc_num_chars": 3622.0, "qsc_doc_num_lines": 241.0, "qsc_doc_mean_word_length": 2.25641026, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_read...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупреждениеОКоллизии/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
15,260
Form
xml
ru
xml
data
{"qsc_code_num_words": 1655, "qsc_code_num_chars": 15260.0, "qsc_code_mean_word_length": 6.22054381, "qsc_code_frac_words_unique": 0.2, "qsc_code_frac_chars_top_2grams": 0.03963089, "qsc_code_frac_chars_top_3grams": 0.02642059, "qsc_code_frac_chars_top_4grams": 0.03963089, "qsc_code_frac_chars_dupe_5grams": 0.49344342,...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/operate/add.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增用户')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-user-add"> <div class="form-group"> ...
2,592
add
html
en
html
code
{"qsc_code_num_words": 331, "qsc_code_num_chars": 2592.0, "qsc_code_mean_word_length": 4.48036254, "qsc_code_frac_words_unique": 0.29909366, "qsc_code_frac_chars_top_2grams": 0.08091706, "qsc_code_frac_chars_top_3grams": 0.08091706, "qsc_code_frac_chars_top_4grams": 0.0687795, "qsc_code_frac_chars_dupe_5grams": 0.42076...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупреждениеОКоллизии/Ext/Form/Module.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
7,388
Module
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 475, "qsc_code_num_chars": 7388.0, "qsc_code_mean_word_length": 12.49473684, "qsc_code_frac_words_unique": 0.37052632, "qsc_code_frac_chars_top_2grams": 0.03639427, "qsc_code_frac_chars_top_3grams": 0.0485257, "qsc_code_frac_chars_top_4grams": 0.03437237, "qsc_code_frac_chars_dupe_5grams": 0.2348...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/operate/other.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('其他操作')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal" ...
2,908
other
html
en
html
code
{"qsc_code_num_words": 327, "qsc_code_num_chars": 2908.0, "qsc_code_mean_word_length": 4.45565749, "qsc_code_frac_words_unique": 0.31498471, "qsc_code_frac_chars_top_2grams": 0.07137955, "qsc_code_frac_chars_top_3grams": 0.06863418, "qsc_code_frac_chars_top_4grams": 0.07000686, "qsc_code_frac_chars_dupe_5grams": 0.6396...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/operate/table.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('其他操作')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="btn-group-sm" id="toolbar" role="group"> <a class...
4,311
table
html
en
html
code
{"qsc_code_num_words": 464, "qsc_code_num_chars": 4311.0, "qsc_code_mean_word_length": 4.58189655, "qsc_code_frac_words_unique": 0.38362069, "qsc_code_frac_chars_top_2grams": 0.04515522, "qsc_code_frac_chars_top_3grams": 0.05691439, "qsc_code_frac_chars_top_4grams": 0.05174036, "qsc_code_frac_chars_dupe_5grams": 0.2304...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/operate/edit.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改用户')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-user-edit" th:object="${user}"> <inp...
2,789
edit
html
en
html
code
{"qsc_code_num_words": 356, "qsc_code_num_chars": 2789.0, "qsc_code_mean_word_length": 4.50842697, "qsc_code_frac_words_unique": 0.28651685, "qsc_code_frac_chars_top_2grams": 0.07476636, "qsc_code_frac_chars_top_3grams": 0.07476636, "qsc_code_frac_chars_top_4grams": 0.0635514, "qsc_code_frac_chars_dupe_5grams": 0.42242...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('check表格页')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 select-table table-striped"...
2,276
check
html
en
html
code
{"qsc_code_num_words": 211, "qsc_code_num_chars": 2276.0, "qsc_code_mean_word_length": 4.93364929, "qsc_code_frac_words_unique": 0.53080569, "qsc_code_frac_chars_top_2grams": 0.02305476, "qsc_code_frac_chars_top_3grams": 0.03073967, "qsc_code_frac_chars_top_4grams": 0.05379443, "qsc_code_frac_chars_dupe_5grams": 0.1594...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1stvamp/hippybot
README.rst
Introduction ============ HippyBot is a Hipchat.com chatroom bot written in Python. It is technically just a Jabber/XMPP bot, but it has customised features for connecting to and working on Hipchat. HippyBot includes a simple plugin API for adding commands. Installation ============ There a few ways you can install...
7,496
README
rst
en
restructuredtext
text
{"qsc_doc_frac_chars_curly_bracket": 0.00053362, "qsc_doc_frac_words_redpajama_stop": 0.34057971, "qsc_doc_num_sentences": 91.0, "qsc_doc_num_words": 1164, "qsc_doc_num_chars": 7496.0, "qsc_doc_num_lines": 159.0, "qsc_doc_mean_word_length": 4.5661512, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1nformation/Notes
三阶段/09.MFC原理/04.day04 模拟MFC框架消息循环.md
使用SDK编程最麻烦的就是消息处理 WndProc 1. 有哪些消息 -> 最好是提供界面查看 2. 参数解析 3. 修改代码 解决办法: 1. 用多态处理消息 重写处理消息的虚函数 但是多态有些地方处理不了 ### 多态处理消息 ​ 多态是目前比较主流的一种消息处理机制 ​ 要实现多态必须有类,要响应消息必须要有窗口,因为我们需要为每个窗口绑定一个对象,窗口消息来了就去调虚函数完成多态,这也是最难得一点 ​ 那我们该怎么给每一个窗口绑定一个对象呢, 可以绑定一个 CWnd 对象 ,我们在 CWnd 里面提供了一个 CreateEx(创建窗口功能)...
20,807
04.day04 模拟MFC框架消息循环
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0067285, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 161.0, "qsc_doc_num_words": 3352, "qsc_doc_num_chars": 20807.0, "qsc_doc_num_lines": 883.0, "qsc_doc_mean_word_length": 4.2702864, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_read...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1nformation/Notes
三阶段/09.MFC原理/06.day06 MFCSpy.md
MFC程序双击控件编译器做了3件事 1. 加声明 2. 加实现 3. 加宏 注意: 在宏里面前辈别乱加和乱删注释,可能会用来扫描代码定位,删了或加了可能导致 编译器添加代码失败 新建一个MFC 程序 ![img](notesimg/1661350786270-2f6aa0b8-7108-4cdf-b85a-399c8913fba7.png) 在逆向分析中,我们其实是要找按钮代码在哪,那怎么快读定位到代码呢,如果从 winmain开始看需要的时间很长 放到IDA中,可以看到很多函数被认出来了,因为被导入了 ![img](notesimg/1661351222361-4b551255-7480-4fc3-861...
10,607
06.day06 MFCSpy
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00433676, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 49.0, "qsc_doc_num_words": 2532, "qsc_doc_num_chars": 10607.0, "qsc_doc_num_lines": 448.0, "qsc_doc_mean_word_length": 2.98025276, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_rea...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НапоминанияПользователя/Forms/ФормаЗаписи/Ext/Form/Module.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
1,454
Module
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 97, "qsc_code_num_chars": 1454.0, "qsc_code_mean_word_length": 10.83505155, "qsc_code_frac_words_unique": 0.58762887, "qsc_code_frac_chars_top_2grams": 0.2226451, "qsc_code_frac_chars_top_3grams": 0.0076118, "qsc_code_frac_chars_top_4grams": 0.11227402, "qsc_code_frac_chars_dupe_5grams": 0.538534...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 1, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/button.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('点击按钮加载表格')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 search-collapse"> <form...
2,543
button
html
en
html
code
{"qsc_code_num_words": 263, "qsc_code_num_chars": 2543.0, "qsc_code_mean_word_length": 4.51711027, "qsc_code_frac_words_unique": 0.45627376, "qsc_code_frac_chars_top_2grams": 0.03367003, "qsc_code_frac_chars_top_3grams": 0.03030303, "qsc_code_frac_chars_top_4grams": 0.04040404, "qsc_code_frac_chars_dupe_5grams": 0.2020...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/multi.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('初始多表格')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="col-sm-12 search-collapse"...
7,168
multi
html
en
html
code
{"qsc_code_num_words": 717, "qsc_code_num_chars": 7168.0, "qsc_code_mean_word_length": 4.39748954, "qsc_code_frac_words_unique": 0.20362622, "qsc_code_frac_chars_top_2grams": 0.04567079, "qsc_code_frac_chars_top_3grams": 0.04567079, "qsc_code_frac_chars_top_4grams": 0.06089439, "qsc_code_frac_chars_dupe_5grams": 0.8744...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc...
1nformation/Notes
三阶段/02.Win32汇编/11.day11 植物大战僵尸外挂.md
### 游戏基址 #### 游戏基址的概念 - 游戏基址是保持恒定的两部分内存地址的一部分并提供一个基准点,从这里可以计算一个字节数据的位置。基址伴随着一个加到基上的偏移值来确定信息准确的位置(绝对地址)。 - 根据结构体成员特性:向下找偏移,向上推地址。 #### 全局基址 一级基址 二级基址 三级基址的关系 - 第一步:计算机内存一般分为四级存储。 - 第二步:在最底下的,往往是游戏的全局基址(决定用户界面以及一些细节等)和一些响应用户操作而对应实施的命令。 - 第三步:该是传递基址了。现在网游的基址往往是动态的。这个是因为底层的基址不会直接传递给上一级内存。它会加上一个偏移量,然后再传递。这个传递就...
17,759
11.day11 植物大战僵尸外挂
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 370.0, "qsc_doc_num_words": 4790, "qsc_doc_num_chars": 17759.0, "qsc_doc_num_lines": 816.0, "qsc_doc_mean_word_length": 2.88580376, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore"...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/НапоминанияПользователя/Forms/Напоминание/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
27,006
Form
xml
ru
xml
data
{"qsc_code_num_words": 2516, "qsc_code_num_chars": 27006.0, "qsc_code_mean_word_length": 6.16653418, "qsc_code_frac_words_unique": 0.16017488, "qsc_code_frac_chars_top_2grams": 0.04021914, "qsc_code_frac_chars_top_3grams": 0.02681276, "qsc_code_frac_chars_top_4grams": 0.04021914, "qsc_code_frac_chars_dupe_5grams": 0.57...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/table/editable.html
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('表格行内编辑')" /> <th:block th:include="include :: bootstrap-editable-css" /> </head> <body class="gray-bg"> <div class="container-div"> <div ...
3,445
editable
html
en
html
code
{"qsc_code_num_words": 324, "qsc_code_num_chars": 3445.0, "qsc_code_mean_word_length": 4.92592593, "qsc_code_frac_words_unique": 0.44444444, "qsc_code_frac_chars_top_2grams": 0.02506266, "qsc_code_frac_chars_top_3grams": 0.02255639, "qsc_code_frac_chars_top_4grams": 0.04010025, "qsc_code_frac_chars_dupe_5grams": 0.1867...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/cards.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('卡片列表')" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-sm-4"> <div class="ibox"> <div class="ibox-...
14,725
cards
html
zh
html
code
{"qsc_code_num_words": 1434, "qsc_code_num_chars": 14725.0, "qsc_code_mean_word_length": 3.00906555, "qsc_code_frac_words_unique": 0.10251046, "qsc_code_frac_chars_top_2grams": 0.20950174, "qsc_code_frac_chars_top_3grams": 0.13511008, "qsc_code_frac_chars_top_4grams": 0.08621089, "qsc_code_frac_chars_dupe_5grams": 0.92...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 1, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/localrefresh.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('局部刷新')" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-sm-4"> <div class="ibox"> <div class="ibox-content"> <h3>任务列表</h3> <p class=...
1,621
localrefresh
html
en
html
code
{"qsc_code_num_words": 198, "qsc_code_num_chars": 1621.0, "qsc_code_mean_word_length": 4.33838384, "qsc_code_frac_words_unique": 0.44444444, "qsc_code_frac_chars_top_2grams": 0.06519208, "qsc_code_frac_chars_top_3grams": 0.0419092, "qsc_code_frac_chars_top_4grams": 0.03492433, "qsc_code_frac_chars_dupe_5grams": 0.07450...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/sortable.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('拖动排序')" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-sm-4"> <div class="ibox"> <div class="ibox...
10,511
sortable
html
en
html
code
{"qsc_code_num_words": 901, "qsc_code_num_chars": 10511.0, "qsc_code_mean_word_length": 3.84017758, "qsc_code_frac_words_unique": 0.15427303, "qsc_code_frac_chars_top_2grams": 0.07398844, "qsc_code_frac_chars_top_3grams": 0.05549133, "qsc_code_frac_chars_top_4grams": 0.06936416, "qsc_code_frac_chars_dupe_5grams": 0.745...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ОтборПредупрежденийПоТипам/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
14,362
Form
xml
ru
xml
data
{"qsc_code_num_words": 1441, "qsc_code_num_chars": 14362.0, "qsc_code_mean_word_length": 6.59611381, "qsc_code_frac_words_unique": 0.17002082, "qsc_code_frac_chars_top_2grams": 0.04039979, "qsc_code_frac_chars_top_3grams": 0.02693319, "qsc_code_frac_chars_top_4grams": 0.04039979, "qsc_code_frac_chars_dupe_5grams": 0.49...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/jasny.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('功能扩展')" /> <th:block th:include="include :: jasny-bootstrap-css" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-sm-6"> <d...
6,874
jasny
html
en
html
code
{"qsc_code_num_words": 669, "qsc_code_num_chars": 6874.0, "qsc_code_mean_word_length": 4.70702541, "qsc_code_frac_words_unique": 0.19581465, "qsc_code_frac_chars_top_2grams": 0.07367418, "qsc_code_frac_chars_top_3grams": 0.0400127, "qsc_code_frac_chars_top_4grams": 0.05938393, "qsc_code_frac_chars_dupe_5grams": 0.75007...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ОтборПредупрежденийПоТипам/Ext/Form/Module.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
7,147
Module
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 361, "qsc_code_num_chars": 7147.0, "qsc_code_mean_word_length": 16.83102493, "qsc_code_frac_words_unique": 0.30193906, "qsc_code_frac_chars_top_2grams": 0.10862409, "qsc_code_frac_chars_top_3grams": 0.06912442, "qsc_code_frac_chars_top_4grams": 0.07603687, "qsc_code_frac_chars_dupe_5grams": 0.060...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/select.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('下拉框')" /> <th:block th:include="include :: select2-css" /> <th:block th:include="include :: bootstrap-select-css" /> </head> <body class="gray-bg"> <form> <div class="wrapper wrapper-content animated fadeInRight"> <di...
7,371
select
html
en
html
code
{"qsc_code_num_words": 591, "qsc_code_num_chars": 7371.0, "qsc_code_mean_word_length": 5.02368866, "qsc_code_frac_words_unique": 0.13705584, "qsc_code_frac_chars_top_2grams": 0.1444931, "qsc_code_frac_chars_top_3grams": 0.15459751, "qsc_code_frac_chars_top_4grams": 0.05725834, "qsc_code_frac_chars_dupe_5grams": 0.92893...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупреждениеНепроведенногоДокумента/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
11,610
Form
xml
ru
xml
data
{"qsc_code_num_words": 1280, "qsc_code_num_chars": 11610.0, "qsc_code_mean_word_length": 6.115625, "qsc_code_frac_words_unique": 0.22109375, "qsc_code_frac_chars_top_2grams": 0.03679101, "qsc_code_frac_chars_top_3grams": 0.02452734, "qsc_code_frac_chars_top_4grams": 0.03679101, "qsc_code_frac_chars_dupe_5grams": 0.4076...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/validate.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('表单校验')" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-sm-12"> <div class="ibox float-e-margins"> <div...
9,007
validate
html
zh
html
code
{"qsc_code_num_words": 830, "qsc_code_num_chars": 9007.0, "qsc_code_mean_word_length": 3.92891566, "qsc_code_frac_words_unique": 0.22891566, "qsc_code_frac_chars_top_2grams": 0.10058264, "qsc_code_frac_chars_top_3grams": 0.0766636, "qsc_code_frac_chars_top_4grams": 0.05979761, "qsc_code_frac_chars_dupe_5grams": 0.61913...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупрежденияСинхронизаций/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
42,060
Form
xml
ru
xml
data
{"qsc_code_num_words": 3604, "qsc_code_num_chars": 42060.0, "qsc_code_mean_word_length": 7.57325194, "qsc_code_frac_words_unique": 0.18035516, "qsc_code_frac_chars_top_2grams": 0.03297428, "qsc_code_frac_chars_top_3grams": 0.02198285, "qsc_code_frac_chars_top_4grams": 0.03297428, "qsc_code_frac_chars_dupe_5grams": 0.43...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/summernote.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('Summernote富文本编辑器')" /> <th:block th:include="include :: summernote-css" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content"> <div class="row"> <div class="col-sm-12"> <div class=...
3,923
summernote
html
zh
html
code
{"qsc_code_num_words": 525, "qsc_code_num_chars": 3923.0, "qsc_code_mean_word_length": 3.17333333, "qsc_code_frac_words_unique": 0.31809524, "qsc_code_frac_chars_top_2grams": 0.08643457, "qsc_code_frac_chars_top_3grams": 0.06482593, "qsc_code_frac_chars_top_4grams": 0.06482593, "qsc_code_frac_chars_dupe_5grams": 0.6068...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупрежденияСинхронизаций/Ext/Form/Module.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
43,467
Module
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 2662, "qsc_code_num_chars": 43467.0, "qsc_code_mean_word_length": 13.65927874, "qsc_code_frac_words_unique": 0.17054846, "qsc_code_frac_chars_top_2grams": 0.02128654, "qsc_code_frac_chars_top_3grams": 0.03432249, "qsc_code_frac_chars_top_4grams": 0.01966393, "qsc_code_frac_chars_dupe_5grams": 0.3...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/duallistbox.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('左右互选组件')" /> <th:block th:include="include :: bootstrap-duallistbox-css" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> ...
2,945
duallistbox
html
en
html
code
{"qsc_code_num_words": 247, "qsc_code_num_chars": 2945.0, "qsc_code_mean_word_length": 5.46963563, "qsc_code_frac_words_unique": 0.51012146, "qsc_code_frac_chars_top_2grams": 0.0977054, "qsc_code_frac_chars_top_3grams": 0.11324944, "qsc_code_frac_chars_top_4grams": 0.04737232, "qsc_code_frac_chars_dupe_5grams": 0.19615...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/timeline.html
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>时间轴</title> <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/> <link href="../static/css/font-awesome.min.css" th...
5,011
timeline
html
en
html
code
{"qsc_code_num_words": 454, "qsc_code_num_chars": 5011.0, "qsc_code_mean_word_length": 4.59251101, "qsc_code_frac_words_unique": 0.26651982, "qsc_code_frac_chars_top_2grams": 0.13093525, "qsc_code_frac_chars_top_3grams": 0.11510791, "qsc_code_frac_chars_top_4grams": 0.17266187, "qsc_code_frac_chars_dupe_5grams": 0.6095...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ОтборСинхронизаций/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
7,595
Form
xml
ru
xml
data
{"qsc_code_num_words": 780, "qsc_code_num_chars": 7595.0, "qsc_code_mean_word_length": 6.52820513, "qsc_code_frac_words_unique": 0.25897436, "qsc_code_frac_chars_top_2grams": 0.03063629, "qsc_code_frac_chars_top_3grams": 0.02356638, "qsc_code_frac_chars_top_4grams": 0.02945797, "qsc_code_frac_chars_dupe_5grams": 0.3140...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ОтборСинхронизаций/Ext/Form/Module.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
1,869
Module
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 141, "qsc_code_num_chars": 1869.0, "qsc_code_mean_word_length": 9.38297872, "qsc_code_frac_words_unique": 0.57446809, "qsc_code_frac_chars_top_2grams": 0.00453515, "qsc_code_frac_chars_top_3grams": 0.00604686, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_cod...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/05.32位反汇编/06.day06 条件分支.md
## 单分支 当常量为条件的时候会直接折叠,真条件会转为顺序语句,假条件整个if 全部删除 #### 单条件 ``` int main(int argc, char* argv[]) { if(argc % 2== 0) { printf("偶数\r\n"); } return 0; } 反汇编代码: mov eax, [esp+argc] and eax, 80000001h jns short loc_401010 dec eax or eax, 0FFFFFFFEh inc eax loc_40101...
10,049
06.day06 条件分支
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00497562, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 18.0, "qsc_doc_num_words": 1700, "qsc_doc_num_chars": 10049.0, "qsc_doc_num_lines": 494.0, "qsc_doc_mean_word_length": 2.95882353, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_rea...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 1, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1nformation/Notes
三阶段/05.32位反汇编/02.day02 算术指令.md
逆向一个序列号有3种层次 1. 打个补丁,改一下跳转(暴力破解) 2. 推导出一组可以用的账号密码 3. 还原算法,并写出例算法(注册机,彻底破解) 彻底破解的难点是还原算法,和 写出例算法(可能变成解题问题) ### 优化 优化方向 1. 体积优化 - 内存优化 例如:大数据 , 蓝光视频 ,写shellcode - 磁盘优化 例如: 病毒 压缩 1. 速度优化 - 执行速度的优化 - 编译速度的优化 现在的优化一般以执行速度为主,Debug版优化是以便于调试为主所以里面带有详细的信息,效率是次要的,但是并不代表不优化 ![img](notesimg/...
7,337
02.day02 算术指令
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00054518, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 74.0, "qsc_doc_num_words": 1673, "qsc_doc_num_chars": 7337.0, "qsc_doc_num_lines": 424.0, "qsc_doc_mean_word_length": 2.34010759, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_read...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупреждениеАдминистрированияПриложения/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
9,204
Form
xml
ru
xml
data
{"qsc_code_num_words": 1036, "qsc_code_num_chars": 9204.0, "qsc_code_mean_word_length": 6.04054054, "qsc_code_frac_words_unique": 0.246139, "qsc_code_frac_chars_top_2grams": 0.03451582, "qsc_code_frac_chars_top_3grams": 0.02301055, "qsc_code_frac_chars_top_4grams": 0.03451582, "qsc_code_frac_chars_dupe_5grams": 0.38782...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.5.0-FileDownload/ruoyi-admin/src/main/resources/templates/demo/form/upload.html
<!DOCTYPE html> <html lang="zh"> <head> <th:block th:include="include :: header('文件上传')" /> <th:block th:include="include :: bootstrap-fileinput-css" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-sm-12"> ...
2,445
upload
html
en
html
code
{"qsc_code_num_words": 228, "qsc_code_num_chars": 2445.0, "qsc_code_mean_word_length": 4.97807018, "qsc_code_frac_words_unique": 0.41666667, "qsc_code_frac_chars_top_2grams": 0.07753304, "qsc_code_frac_chars_top_3grams": 0.04757709, "qsc_code_frac_chars_top_4grams": 0.05638767, "qsc_code_frac_chars_dupe_5grams": 0.3753...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1nformation/Notes
三阶段/05.32位反汇编/05.day05 除法优化-取模 和三目运算.md
高低版本区别比较大 ### 取模 ### **取模 就是 jns 或者 有 a-qb 的 或者有 绝对值了 3种情况** #### 当模值(除数)为变量时,无优化 ``` int main(int argc, char* argv[]) { printf("%d\r\n",3 % argc ); return 0; } 反汇编代码: mov eax, 3 cdq idiv [esp+argc] push edx push offset aD ; "%d\r\n" call sub_401020 add esp, 8 ``` #### 无符号数 模 ...
13,310
05.day05 除法优化-取模 和三目运算
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00180316, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 149.0, "qsc_doc_num_words": 2193, "qsc_doc_num_chars": 13310.0, "qsc_doc_num_lines": 582.0, "qsc_doc_mean_word_length": 2.86137711, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_re...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1nformation/Notes
三阶段/05.32位反汇编/11.day11 作用域.md
### 全局变量 可以通过寻址和存储地方可以分辨出来 全局变量有一个特点:他的地址肯定命中在 PE结构中 节表所以描述的区域中 未初始化数据地址有几种形态: 1. 在未初始化节,不同的编译器,对未初始化节的命名不一样 2. 在已初始化节,但是在文件对应的文件大小对应映射的内存大小以外的地方 3. 无文件映射节 (PE的节可以没有文件映射,节对应的文件映射地址和大小位0),未初始化节可以省空间 #### 非静态全局 ``` int g_nTest = 0x87654091 int main(int argc, char* argv[]) { return g_nTest; ...
9,449
11.day11 作用域
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00211663, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 125.0, "qsc_doc_num_words": 1787, "qsc_doc_num_chars": 9449.0, "qsc_doc_num_lines": 398.0, "qsc_doc_mean_word_length": 3.30609961, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_rea...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1nformation/Notes
三阶段/05.32位反汇编/03.day03 除法的优化.md
1. 理解并掌握数学模型,这样换个编译器优化,数学模型是不变的 2. 同一模型,描述的代码序列可能会有变化 ### 无符号数除法,且除数非2的整数次幂 的正数 令 M = 2^n / C A / C => A * 1 / C => A * 2^n /C * 1 / 2^n => A * 2^n /C >> n => AM >> n M = 2^n / C C = 2^n / M C是常量 n的值由编译器给那么还是常量 当M值越大,即 n值越大 数值越精确 因为我们是 32位除法,n值起步32 ,随着C的值越大,n的值越大 计算机会自动生成 满足条件的最小...
6,483
03.day03 除法的优化
md
zh
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0015425, "qsc_doc_frac_words_redpajama_stop": null, "qsc_doc_num_sentences": 44.0, "qsc_doc_num_words": 1125, "qsc_doc_num_chars": 6483.0, "qsc_doc_num_lines": 321.0, "qsc_doc_mean_word_length": 2.79822222, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readm...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/InformationRegisters/РезультатыОбменаДанными/Forms/ПредупреждениеАдминистрированияПриложения/Ext/Form/Module.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
3,390
Module
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 229, "qsc_code_num_chars": 3390.0, "qsc_code_mean_word_length": 11.46724891, "qsc_code_frac_words_unique": 0.49781659, "qsc_code_frac_chars_top_2grams": 0.04531607, "qsc_code_frac_chars_top_3grams": 0.05026657, "qsc_code_frac_chars_top_4grams": 0.07768469, "qsc_code_frac_chars_dupe_5grams": 0.136...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...