From 31ff04e0dd3f2eec6e77d45fd5da925ac664aa34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Mon, 24 Jul 2017 22:46:28 +0200 Subject: [PATCH] Moved `Compilation` README section --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 48f6214..e5d223b 100644 --- a/README.md +++ b/README.md @@ -68,19 +68,6 @@ int main() } ``` -## Compilation ## - -Zydis builds cleanly on most platforms without any external dependencies. You can use CMake to generate project files for your favorite C99 compiler. - -```bash -# Linux and OS X -git clone 'https://github.com/zyantific/zydis.git' -cd zydis -mkdir build && cd build -cmake .. -make -``` - ## Sample Output ## The above example program generates the following output: @@ -96,7 +83,20 @@ The above example program generates the following output: 007FFFFFFF400013 js 0x007FFFFFFF42DB15 ``` -## ZydisInfo tool ## +## Compilation ## + +Zydis builds cleanly on most platforms without any external dependencies. You can use CMake to generate project files for your favorite C99 compiler. + +```bash +# Linux and OS X +git clone 'https://github.com/zyantific/zydis.git' +cd zydis +mkdir build && cd build +cmake .. +make +``` + +## `ZydisInfo` tool ## ![ZydisInfo](https://raw.githubusercontent.com/zyantific/zydis/master/assets/screenshots/ZydisInfo.png) ## License ##