zydis/assets/InstructionEditor
flobernd 317976afbf Minor bugfixes 2016-09-13 20:24:14 +02:00
..
Forms Added support for instructions with 5 operands 2016-09-13 05:26:55 +02:00
.gitignore Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.dpr Added support for instructions with 5 operands 2016-09-13 05:26:55 +02:00
InstructionEditor.dproj Added support for instructions with 5 operands 2016-09-13 05:26:55 +02:00
InstructionEditor.ico Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.res Minor bugfixes 2016-09-13 20:24:14 +02:00
InstructionEditor.skincfg Commited internally used InstructionEditor 2016-08-23 16:11:42 +02: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 Fixed fuzzer tool 2016-09-13 05:35:25 +02:00
Zydis.InstructionEditor.pas Added support for instructions with 5 operands 2016-09-13 05:26:55 +02: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 Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
untPropertyEditors.pas Added support for instructions with 5 operands 2016-09-13 05:26:55 +02: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.