Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Zydis Examples

Decoder

Comming soon™ ...

Formatter

Demonstrates basic hooking functionality of the ZydisFormatter class by implementing a custom symbol-resolver.

Demonstrates basic hooking functionality of the ZydisFormatter class and the ability to completely omit specific operands.

The example demonstrates the hooking functionality of the ZydisFormatter class by rewriting the mnemonics of (V)CMPPS and (V)CMPPD to their corresponding alias-forms (based on the condition encoded in the immediate operand).

Demonstrates the tokenizing feature of the ZydisFormatter class.

Misc

Implements an example Windows kernel-mode driver.