Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suifei authored Nov 10, 2024
1 parent 386e2c8 commit a8a17c6
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@
> 新版本使用C ++(cpp)重构,而原始版本是使用Golang开发的。一个跨平台的GUI工具,用于在Assembly和机器代码(Hex)之间进行转换,由Keystone Engine和Capstone Engine提供支持。
> 新版本将提供更加详细的汇编信息,请勾选“Verbose“进行查看,每次记住点一下”Assembie"或"Disassembie"按钮。
> 采用C++ 使用wxWidgets 3.2.2版本进行重构,一样跨平台运行,并兼容 Windows 7。
# v2-asm2hex2

A powerful cross-platform GUI tool for Assembly-Machine Code conversion, reborn with C++.

## What's New in V2

The v2-asm2hex2 has been completely rewritten in C++, marking a significant evolution from its Golang predecessor. This new version brings enhanced performance, broader compatibility, and richer features while maintaining the same intuitive experience.

### Key Features
- **Enhanced Assembly Information**: New "Verbose" mode provides detailed assembly analysis
- **Cross-Platform Compatibility**: Built with wxWidgets 3.2.2, ensuring consistent experience across different operating systems
- **Extended OS Support**: Compatible down to Windows 7 and equivalent systems
- **Powerful Engine Integration**: Leveraging Keystone Engine for assembly and Capstone Engine for disassembly
- **User-Friendly Interface**: Clean, intuitive GUI with simple "Assemble" and "Disassemble" operations

### Core Functions
- Assembly to Machine Code (Hex) conversion
- Machine Code to Assembly decompilation
- Detailed instruction analysis in Verbose mode
- Real-time conversion with single-click operation

---

中文版说明:

# v2-asm2hex2

一款功能强大的跨平台汇编代码转换工具,采用C++全新重构。

## V2 版本更新

v2-asm2hex2 已完全使用C++重写,相比前代Golang版本带来了显著的进化。新版本不仅提供了更优的性能和更广的兼容性,还增添了丰富的新功能,同时保持了直观的使用体验。

### 核心特性
- **增强的汇编信息**: 新增"Verbose"模式,提供详尽的汇编分析
- **真正的跨平台**: 基于 wxWidgets 3.2.2 构建,确保各操作系统下的一致体验
- **扩展的系统支持**: 向下兼容至 Windows 7 及同等系统
- **强大的引擎支持**: 集成 Keystone Engine 和 Capstone Engine 双引擎
- **友好的用户界面**: 简洁直观的界面设计,一键即可完成转换

### 核心功能
- 汇编代码转机器码(Hex)
- 机器码反编译为汇编代码
- Verbose 模式下的详细指令分析
- 单击按钮即可实时转换

---

> 💡 Quick Tip: Enable "Verbose" mode for detailed assembly analysis. Remember to click "Assemble" or "Disassemble" button after making changes.
# ASM2HEX

[![GitHub Streak](https://streak-stats.demolab.com?user=suifei&theme=swift&locale=zh_Hans&date_format=%5BY.%5Dn.j)](https://git.io/streak-stats)
Expand Down

0 comments on commit a8a17c6

Please sign in to comment.