Skip to content

Commit

Permalink
Examples: add @file comment to Disassemble example
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Sep 11, 2022
1 parent 9cee79f commit 214536a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/Disassemble.c
Expand Up @@ -24,6 +24,14 @@
***************************************************************************************************/

/**
* @file
* Demonstrates disassembling using the decoder and formatter API.
*
* Compared to the disassemble API, they are a bit more complicated to use, but provide much more
* control about the decoding and formatting process.
*/

#include <stdio.h>
#include <inttypes.h>
#include <Zydis/Zydis.h>
Expand Down

0 comments on commit 214536a

Please sign in to comment.