From 43b858c3cee50da5c55424d95481399e831e1e10 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()