From b58267192305abe14d92a54a2d7dcdde8bd8663a Mon Sep 17 00:00:00 2001 From: MasOnShi Date: Mon, 4 Apr 2022 15:09:07 +0800 Subject: [PATCH] add win x86 supports. --- auto-analysis/patch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/auto-analysis/patch.py b/auto-analysis/patch.py index 6ac3a26..a4d157b 100644 --- a/auto-analysis/patch.py +++ b/auto-analysis/patch.py @@ -8,5 +8,6 @@ import utils if __name__ == '__main__': + utils.win_x86_run() utils.win_x64_run()