Added sample output to README

This commit is contained in:
Ingve Vormestrand 2016-04-06 00:15:12 +02:00
parent aa684c1bcc
commit 92715986fa
1 changed files with 10 additions and 0 deletions

View File

@ -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 ## ## 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. Zydis builds cleanly on most platforms without any external dependencies. You can use CMake to generate project files for your favorite C++14 compiler.