zydis/assets/InstructionEditor
flobernd 0cfed163a0 Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
..
Forms Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
.gitignore Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.dpr Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.dproj Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.ico Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.res Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
InstructionEditor.skincfg Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
README.md Commited internally used InstructionEditor 2016-08-23 16:11:42 +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
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
untInstructionEditor.pas Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
untInstructionFilters.pas Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
untPropertyEditors.pas Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
untPropertyHints.pas Commited internally used InstructionEditor 2016-08-23 16:11:42 +02:00
untTableGenerator.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.