From 92715986fa5f251b073510abe77873cca82dc797 Mon Sep 17 00:00:00 2001 From: Ingve Vormestrand Date: Wed, 6 Apr 2016 00:15:12 +0200 Subject: [PATCH] Added sample output to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index af62520..3faaead 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,16 @@ int _tmain(int argc, _TCHAR* argv[]) } ``` +## Sample Output ## + +The above example program generates the following output: + +``` +nop +jmp 00000006 +ret +``` + ## Compilation ## Zydis builds cleanly on most platforms without any external dependencies. You can use CMake to generate project files for your favorite C++14 compiler.