From d924d90795dd79e53e5750149ebde31e9269aad9 Mon Sep 17 00:00:00 2001
From: 1LuB <3622487951@qq.com>
Date: Mon, 16 Dec 2024 20:29:44 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=B7=E7=A5=9E=E8=B5=90=E7=A6=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/AFLplusplus-stable/src/afl-analyze.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/AFLplusplus-stable/src/afl-analyze.c b/src/AFLplusplus-stable/src/afl-analyze.c
index d089cd0..ff907dc 100644
--- a/src/AFLplusplus-stable/src/afl-analyze.c
+++ b/src/AFLplusplus-stable/src/afl-analyze.c
@@ -96,6 +96,7 @@ static afl_forkserver_t fsrv = {0};   /* The forkserver                     */
 /* Classify tuple counts. This is a slow & naive version, but good enough here.
  */
 
+//��ģ�����ԵĴ��������й鲢���ڲ����̫��Ӱ�������¼������㡢�������� 
 static u8 count_class_lookup[256] = {
 
     [0] = 0,
@@ -110,6 +111,7 @@ static u8 count_class_lookup[256] = {
 
 };
 
+//�����ӽ��� 
 static void kill_child() {
 
   if (fsrv.child_pid > 0) {