From d3a241adc0dd6a27c6c2944011f26e963c45f9d5 Mon Sep 17 00:00:00 2001 From: SuiFei Date: Mon, 11 Nov 2024 00:16:59 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0135154..cd5a278 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > The new version is refactored using C++ (cpp), while the original version was developed using Golang. A cross-platform GUI tool for converting between Assembly and Machine Code (Hex), powered by Keystone Engine and Capstone Engine. -[v2-asm2hex2](https://github.com/suifei/asm2hex) +[v2-asm2hex2](https://github.com/suifei/asm2hex2) > 新版本使用C ++(cpp)重构,而原始版本是使用Golang开发的。一个跨平台的GUI工具,用于在Assembly和机器代码(Hex)之间进行转换,由Keystone Engine和Capstone Engine提供支持。 > 新版本将提供更加详细的汇编信息,请勾选“Verbose“进行查看,每次记住点一下”Assembie"或"Disassembie"按钮。 > 采用C++ 使用wxWidgets 3.2.2版本进行重构,一样跨平台运行,并兼容 Windows 7。