zydis/assets/InstructionEditor
flobernd d4dd176438 Refactorings and bugfixes
- Added support for the BOUND prefix
- Added support for more detailed operand-actions (read, write, readwrite, cond. read, cond. write, read + cond. write, write + cond. read)
- Added operand-visibility info (explicit, implicit, hidden)
- Fixed some bugs in the prefix-decoding routines
- Removed stdbool.h dependency and introduced custom boolean-type for better portability
2016-12-05 02:24:01 +01:00
..
Forms Added missing registers and CPUID feature-flags 2016-11-27 23:24:43 +01:00
.gitignore Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.dpr Fixed some instruction definitions 2016-09-22 21:19:15 +02:00
InstructionEditor.dproj Bugfixes and Support for some more registers 2016-11-14 02:10:59 +01:00
InstructionEditor.ico Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.res Complete rewrite of the instruction-formatter 2016-11-26 13:08:37 +01:00
InstructionEditor.skincfg Bugfixes and Support for some more registers 2016-11-14 02:10:59 +01:00
README.md Minor bugfixes 2016-09-13 20:24:14 +02:00
SynCrossPlatform.inc Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
SynCrossPlatformJSON.pas Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
Zydis.CodeGenerator.pas Refactorings and bugfixes 2016-12-05 02:24:01 +01:00
Zydis.InstructionEditor.pas Refactorings and bugfixes 2016-12-05 02:24:01 +01:00
Zydis.InstructionFilters.pas Added support for instructions with 5 operands 2016-09-13 05:26:55 +02:00
screenshot.png Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
untHelperClasses.pas Minor refactorings and bugfixes 2016-11-24 10:57:23 +01:00
untPropertyEditors.pas Refactorings and bugfixes 2016-12-05 02:24:01 +01:00
untPropertyHints.pas Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00

README.md

Zydis Instruction Editor

The Zydis Instruction Editor was created to easily edit the Zydis instruction database.

⚠️ A standalone table-generator written in Phython is on our todo-list and will be released soon.

Features

  • Shows all instruction definitions in an opcode tree.
  • Provides an graphical interface with the functionality to add, change or remove instruction definitions.
  • Compiles the instruction definitions into optimized disassembler-tables which are used by the Zyan Disassembler Engine (Zydis).

Screenshot

Zydis Instruction Editor

Compilation

The Zydis Instruction Editor requires a minimum version of Delphi XE8 and the following third-party component packages:

  • VirtualTreeView
  • DevExpress VCL Controls (commercial)

License

The Zydis Instruction Editor is licensed under the MIT License. Dependencies are under their respective licenses.