-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
752 lines (453 loc) · 26.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta name="google-site-verification" content="arHRrxbxU48vZwldQv5AtJp4xyTZxM7GIOnFRVRraM0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="千里之行,始于足下">
<title>千里之行,始于足下</title>
<meta name="author" content="一瓢清浅">
<meta name="keywords" content="python,AI,安全,算法,编程,">
<script type="application/ld+json">{"@context":"http://schema.org","@type":"Website","@id":"https://www.stepbystep.asia","author":{"@type":"Person","name":"一瓢清浅","sameAs":["#about","https://github.com/jiliguluss"],"image":"photo.jpg"},"name":"千里之行,始于足下","description":"个人技术博客,涉及编程(python,c++)、安全测试、Web开发、AI算法等IT领域","url":"https://www.stepbystep.asia","keywords":"python, AI, 安全, 算法, 编程"}</script>
<meta name="description" content="个人技术博客,涉及编程(python,c++)、安全测试、Web开发、AI算法等IT领域">
<meta property="og:type" content="blog">
<meta property="og:title" content="千里之行,始于足下">
<meta property="og:url" content="https://www.stepbystep.asia/index.html">
<meta property="og:site_name" content="千里之行,始于足下">
<meta property="og:description" content="个人技术博客,涉及编程(python,c++)、安全测试、Web开发、AI算法等IT领域">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="一瓢清浅">
<meta property="article:tag" content="python">
<meta property="article:tag" content="AI">
<meta property="article:tag" content="安全">
<meta property="article:tag" content="算法">
<meta property="article:tag" content="编程">
<meta name="twitter:card" content="summary">
<meta property="og:image" content="https://www.stepbystep.asia/assets/images/photo.jpg">
<!--STYLES-->
<link rel="stylesheet" href="/assets/css/style-sdm5wkzlte0605brfyeacpy20aldrqezwbjcfigvfdzerhmv57dn6woeognt.min.css">
<!--STYLES END-->
</head>
<body>
<div id="blog">
<!-- Define author's picture -->
<header id="header" data-behavior="2">
<i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i>
<div class="header-title">
<a class="header-title-link" href="/" aria-label>
千里之行,始于足下
</a>
</div>
<a class="header-right-icon " href="#about" aria-label="打开链接: /#about">
<i class="fa fa-question fa-lg"></i>
</a>
</header>
<!-- Define author's picture -->
<nav id="sidebar" data-behavior="2">
<div class="sidebar-container">
<div class="sidebar-profile">
<a href="/#about" aria-label="阅读有关作者的更多信息">
<img class="sidebar-profile-picture" src="/assets/images/photo.jpg" alt="作者的图片">
</a>
<h4 class="sidebar-profile-name">一瓢清浅</h4>
<h5 class="sidebar-profile-bio"><p>个人技术博客<br>涉猎开发、测试、数据、算法、安全等领域</p>
</h5>
</div>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="/" rel="noopener" title="首页">
<i class="sidebar-button-icon fa fa-home" aria-hidden="true"></i>
<span class="sidebar-button-desc">首页</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="/all-categories" rel="noopener" title="分类">
<i class="sidebar-button-icon fa fa-bookmark" aria-hidden="true"></i>
<span class="sidebar-button-desc">分类</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="/all-tags" rel="noopener" title="标签">
<i class="sidebar-button-icon fa fa-tags" aria-hidden="true"></i>
<span class="sidebar-button-desc">标签</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="/all-archives" rel="noopener" title="归档">
<i class="sidebar-button-icon fa fa-archive" aria-hidden="true"></i>
<span class="sidebar-button-desc">归档</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="#about" rel="noopener" title="关于">
<i class="sidebar-button-icon fa fa-question" aria-hidden="true"></i>
<span class="sidebar-button-desc">关于</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://github.com/jiliguluss" target="_blank" rel="external nofollow noopener noreferrer" title="GitHub">
<i class="sidebar-button-icon fab fa-github" aria-hidden="true"></i>
<span class="sidebar-button-desc">GitHub</span>
</a>
</li>
</ul>
</div>
</nav>
<div id="main" data-behavior="2" class="
hasCoverMetaIn
">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.25.0/tocbot.css">
<style>
#post-toc {
position: fixed !important;
top: 80px;
padding: 10px;
z-index: 100;
background-color: rgba(255,255,255,0);
transform: translateX(0);
right: 3%;
width: 220px;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
}
</style>
<script>
var tocWidth = 220; // TOC的固定宽度
var tocPadding = 10; // TOC的内边距,这里假设是两边各10px,总和为20px
var tocRight = 0.03; // TOC的右边框距离屏幕右边的距离相对屏幕宽度的占比
// 检查窗口宽度并调整TOC显示
function adjustToc() {
var toc = document.getElementById('post-toc');
var screenWidth = window.innerWidth || document.documentElement.clientWidth;
var contentWrap = document.querySelector('div.post-content.markdown div.main-content-wrap');
if (contentWrap) {
var contentWidth = contentWrap.offsetWidth;
// 计算contentWrap的宽度加上TOC的宽度和内边距
var totalWidth = Math.round((contentWidth + tocWidth * 2 + tocPadding * 4) / (1 - tocRight * 2));
if (totalWidth >= screenWidth) {
toc.style.display = 'none'; // 如果总宽度大于或等于屏幕宽度,不显示TOC
} else {
toc.style.display = 'block'; // 否则,显示TOC
}
} else {
toc.style.display = 'none'; // 如果无法获取contentWrap的宽度,不显示TOC
}
}
// 监听窗口大小变化事件
window.addEventListener('resize', adjustToc);
// 页面加载完毕时调用adjustToc
document.addEventListener('DOMContentLoaded', adjustToc);
</script>
<div id="post-toc" class="toc" style="display: none;"></div> <!-- 初始化时隐藏 -->
<section class="postShorten-group main-content-wrap">
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/%E8%BD%AF%E8%80%83%E6%9E%B6%E6%9E%84%E2%80%94%E2%80%94%E6%95%B0%E6%8D%AE%E5%BA%93%E7%9A%84%E6%8E%A7%E5%88%B6%E5%8A%9F%E8%83%BD/" aria-label=": 软考架构——数据库的控制功能">
软考架构——数据库的控制功能
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-10-28T16:27:57+08:00">
2024 年 10 月 28 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E8%BD%AF%E8%80%83/">软考</a>, <a class="category-link" href="/categories/%E8%BD%AF%E8%80%83/%E7%B3%BB%E7%BB%9F%E6%9E%B6%E6%9E%84/">系统架构</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>数据库的并发控制、性能优化、以及备份和恢复</p>
<a href="/2024/%E8%BD%AF%E8%80%83%E6%9E%B6%E6%9E%84%E2%80%94%E2%80%94%E6%95%B0%E6%8D%AE%E5%BA%93%E7%9A%84%E6%8E%A7%E5%88%B6%E5%8A%9F%E8%83%BD/" class="postShorten-excerpt_link link" aria-label=": 软考架构——数据库的控制功能">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/%E8%BD%AF%E8%80%83%E6%9E%B6%E6%9E%84%E2%80%94%E2%80%94%E6%95%B0%E6%8D%AE%E5%BA%93%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%BB%BA%E6%A8%A1/" aria-label=": 软考架构——数据库设计与建模">
软考架构——数据库设计与建模
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-10-23T09:27:29+08:00">
2024 年 10 月 23 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E8%BD%AF%E8%80%83/">软考</a>, <a class="category-link" href="/categories/%E8%BD%AF%E8%80%83/%E7%B3%BB%E7%BB%9F%E6%9E%B6%E6%9E%84/">系统架构</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>数据库的概念设计和逻辑设计</p>
<a href="/2024/%E8%BD%AF%E8%80%83%E6%9E%B6%E6%9E%84%E2%80%94%E2%80%94%E6%95%B0%E6%8D%AE%E5%BA%93%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%BB%BA%E6%A8%A1/" class="postShorten-excerpt_link link" aria-label=": 软考架构——数据库设计与建模">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/%E8%BD%AF%E8%80%83%E6%9E%B6%E6%9E%84%E2%80%94%E2%80%94%E7%B3%BB%E7%BB%9F%E5%88%86%E6%9E%90%E4%B8%8E%E8%AE%BE%E8%AE%A1%EF%BC%9A%E7%BB%93%E6%9E%84%E5%8C%96%E4%B8%8E%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1/" aria-label=": 软考架构——系统分析与设计:结构化与面向对象">
软考架构——系统分析与设计:结构化与面向对象
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-10-11T16:37:02+08:00">
2024 年 10 月 11 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E8%BD%AF%E8%80%83/">软考</a>, <a class="category-link" href="/categories/%E8%BD%AF%E8%80%83/%E7%B3%BB%E7%BB%9F%E6%9E%B6%E6%9E%84/">系统架构</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>结构化方法和面向对象方法,是系统分析与设计的两种主要方法</p>
<a href="/2024/%E8%BD%AF%E8%80%83%E6%9E%B6%E6%9E%84%E2%80%94%E2%80%94%E7%B3%BB%E7%BB%9F%E5%88%86%E6%9E%90%E4%B8%8E%E8%AE%BE%E8%AE%A1%EF%BC%9A%E7%BB%93%E6%9E%84%E5%8C%96%E4%B8%8E%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1/" class="postShorten-excerpt_link link" aria-label=": 软考架构——系统分析与设计:结构化与面向对象">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/ClusterFuzz%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%EF%BC%88%E4%BA%8C%EF%BC%89/" aria-label=": ClusterFuzz 源码分析(二)">
ClusterFuzz 源码分析(二)
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-10-10T13:25:07+08:00">
2024 年 10 月 10 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/">安全</a>, <a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95/">模糊测试</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>ClusterFuzz 启动 server 和 bot 的源码分析</p>
<a href="/2024/ClusterFuzz%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%EF%BC%88%E4%BA%8C%EF%BC%89/" class="postShorten-excerpt_link link" aria-label=": ClusterFuzz 源码分析(二)">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/ClusterFuzz%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%EF%BC%88%E4%B8%80%EF%BC%89/" aria-label=": ClusterFuzz 源码分析(一)">
ClusterFuzz 源码分析(一)
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-09-30T10:51:56+08:00">
2024 年 9 月 30 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/">安全</a>, <a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95/">模糊测试</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>Clusterfuzz 源码概览</p>
<a href="/2024/ClusterFuzz%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%EF%BC%88%E4%B8%80%EF%BC%89/" class="postShorten-excerpt_link link" aria-label=": ClusterFuzz 源码分析(一)">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/AFLplusplus%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94%E8%A6%86%E7%9B%96%E7%8E%87/" aria-label=": AFL++ 源码分析——覆盖率">
AFL++ 源码分析——覆盖率
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-08-15T17:28:52+08:00">
2024 年 8 月 15 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/">安全</a>, <a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95/">模糊测试</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>分析 AFL++ 度量覆盖率的相关代码</p>
<a href="/2024/AFLplusplus%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94%E8%A6%86%E7%9B%96%E7%8E%87/" class="postShorten-excerpt_link link" aria-label=": AFL++ 源码分析——覆盖率">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/%E7%94%B1subprocess-PIPE%E5%BC%95%E5%8F%91%E7%9A%84%E8%A1%80%E6%A1%88/" aria-label=": 由 subprocess.PIPE 引发的血案">
由 subprocess.PIPE 引发的血案
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-07-30T16:19:00+08:00">
2024 年 7 月 30 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/">编程语言</a>, <a class="category-link" href="/categories/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/Python/">Python</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>找了大半个月 AFL++ 不同步的原因,到头来都是 subprocess 的锅</p>
<a href="/2024/%E7%94%B1subprocess-PIPE%E5%BC%95%E5%8F%91%E7%9A%84%E8%A1%80%E6%A1%88/" class="postShorten-excerpt_link link" aria-label=": 由 subprocess.PIPE 引发的血案">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/AFLplusplus%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94%E5%90%8C%E6%AD%A5%E6%9C%BA%E5%88%B6/" aria-label=": AFLplusplus 源码分析——同步机制">
AFLplusplus 源码分析——同步机制
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-07-16T09:02:06+08:00">
2024 年 7 月 16 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/">安全</a>, <a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95/">模糊测试</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>分析 AFL++ 同步机制的相关源码</p>
<a href="/2024/AFLplusplus%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94%E5%90%8C%E6%AD%A5%E6%9C%BA%E5%88%B6/" class="postShorten-excerpt_link link" aria-label=": AFLplusplus 源码分析——同步机制">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/Python%E8%BF%9B%E9%98%B6%E2%80%94%E2%80%94%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B/" aria-label=": Python 进阶——并发编程">
Python 进阶——并发编程
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-06-26T10:56:20+08:00">
2024 年 6 月 26 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/">编程语言</a>, <a class="category-link" href="/categories/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/Python/">Python</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>进程、线程、协程,并发编程绕不过的三座大山</p>
<a href="/2024/Python%E8%BF%9B%E9%98%B6%E2%80%94%E2%80%94%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B/" class="postShorten-excerpt_link link" aria-label=": Python 进阶——并发编程">
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="/2024/%E6%B1%A1%E7%82%B9%E5%88%86%E6%9E%90%E5%B7%A5%E5%85%B7%E2%80%94%E2%80%94libdft64/" aria-label=": 污点分析工具——libdft64">
污点分析工具——libdft64
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2024-05-17T14:35:03+08:00">
2024 年 5 月 17 日
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/">安全</a>, <a class="category-link" href="/categories/%E5%AE%89%E5%85%A8/%E6%B1%A1%E7%82%B9%E5%88%86%E6%9E%90/">污点分析</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>libdft64 是一种数据流追踪工具,可以实现高效并且透明的动态污点分析(DTA),通常用来检测二进制中的安全漏洞</p>
<a href="/2024/%E6%B1%A1%E7%82%B9%E5%88%86%E6%9E%90%E5%B7%A5%E5%85%B7%E2%80%94%E2%80%94libdft64/" class="postShorten-excerpt_link link" aria-label=": 污点分析工具——libdft64">
阅读全文
</a>
</div>
</div>
</article>
<div class="pagination-bar">
<ul class="pagination">
<li class="pagination-next">
<a class="btn btn--default btn--small" href="/page/2/" aria-label="下一页">
<span>下一页</span>
<i class="fa fa-angle-right text-base icon-ml"></i>
</a>
</li>
<li class="pagination-number">第 1 页 共 3 页</li>
</ul>
</div>
</section>
<footer id="footer" class="main-content-wrap">
<span class="copyrights">
Copyrights © 2024 一瓢清浅. All Rights Reserved.
</span>
</footer>
</div>
</div>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-times"></i>
</div>
<img id="about-card-picture" src="/assets/images/photo.jpg" alt="作者的图片">
<h4 id="about-card-name">一瓢清浅</h4>
<div id="about-card-bio"><p>个人技术博客<br>涉猎开发、测试、数据、算法、安全等领域</p>
</div>
<div id="about-card-job">
<i class="fa fa-briefcase"></i>
<br>
<p>IT工程师</p>
</div>
<div id="about-card-location">
<i class="fa fa-map-marker-alt"></i>
<br>
中国
</div>
</div>
</div>
<div id="cover" style="background-image:url('/assets/images/cover.png');"></div>
<!--SCRIPTS-->
<script src="/assets/js/script-byeaohfmaly5ruyzmqtkwpk2hlu2kunzqbivcuitw3nn4ndqbednfymkfjew.min.js"></script>
<!--SCRIPTS END-->
<script src="https://cdn.jsdelivr.net/npm/tocbot@4.25.0/dist/tocbot.min.js"></script>
<script type="text/javascript">
tocbot.init({
tocSelector: '#post-toc', // 目录容器的 ID 或 class
contentSelector: '.post-content', // 内容容器的 ID 或 class
headingSelector: 'h2,h3,h4', // 包含在目录中的标题级别
collapseDepth: '3',
scrollSmooth: true,
activeClass: 'active',
orderedList: false
});
</script>
<script src="https://unpkg.com/mermaid@11.3.0/dist/mermaid.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var mermaid_config = {
startOnLoad: true,
theme: 'default',
}
mermaid.initialize(mermaid_config);
});
</script>
</body>
</html>