zydis/assets/InstructionEditor
flobernd 816bb570c7 Complete rewrite of the instruction-formatter
- Added hooking functionality to support custom instruction-formatting
- Added FormatterHooks demo that demonstrates the hooking functionality

InstructionEditor:
- Fixed issues with still non-deterministic output on code-generation
2016-11-26 13:08:37 +01:00
..
Forms Minor refactorings and bugfixes 2016-11-24 10:57:23 +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 Complete rewrite of the instruction-formatter 2016-11-26 13:08:37 +01:00
Zydis.InstructionEditor.pas Minor refactorings and bugfixes 2016-11-24 10:57:23 +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 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.