mirror of https://github.com/x64dbg/zydis
Added sample output to README
This commit is contained in:
parent
aa684c1bcc
commit
92715986fa
10
README.md
10
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.
|
||||
|
|
Loading…
Reference in New Issue