Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Keystone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
Keystone
Commits
dbb312c5
Commit
dbb312c5
authored
8 years ago
by
Nguyen Anh Quynh
Browse files
Options
Downloads
Patches
Plain Diff
docs: make markdown output matches raw text
parent
f29c4e0c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/COMPILE-NIX.md
+5
-5
5 additions, 5 deletions
docs/COMPILE-NIX.md
docs/COMPILE-WINDOWS.md
+4
-4
4 additions, 4 deletions
docs/COMPILE-WINDOWS.md
with
9 additions
and
9 deletions
docs/COMPILE-NIX.md
+
5
−
5
View file @
dbb312c5
...
@@ -2,7 +2,7 @@ This documentation explains how to build & install Keystone on all kind of nix O
...
@@ -2,7 +2,7 @@ This documentation explains how to build & install Keystone on all kind of nix O
For Windows, see
[
COMPILE-WINDOWS.md
](
COMPILE-WINDOWS.md
)
For Windows, see
[
COMPILE-WINDOWS.md
](
COMPILE-WINDOWS.md
)
0
.
Dependency
1
.
Dependency
CMake is required to build keystone.
CMake is required to build keystone.
...
@@ -15,7 +15,7 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
...
@@ -15,7 +15,7 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
$ sudo apt-get install cmake
$ sudo apt-get install cmake
1
.
From the root directory of Keystone source, compile its dynamic library
2
.
From the root directory of Keystone source, compile its dynamic library
with the following commands.
with the following commands.
$ mkdir build
$ mkdir build
...
@@ -44,7 +44,7 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
...
@@ -44,7 +44,7 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
$ make -j8
$ make -j8
2
.
Right after building, install Keystone.
3
.
Right after building, install Keystone.
$ sudo make install
$ sudo make install
...
@@ -59,14 +59,14 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
...
@@ -59,14 +59,14 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
(The source of "kstool" is in the directory "kstool/kstool")
(The source of "kstool" is in the directory "kstool/kstool")
3
.
Test Keystone with "kstool" like below.
4
.
Test Keystone with "kstool" like below.
$ kstool x32 "add eax, ebx"
$ kstool x32 "add eax, ebx"
Run "kstool" without any option to find out how to use this handy tool.
Run "kstool" without any option to find out how to use this handy tool.
4
.
Learn more on how to code your own tools with our samples.
5
.
Learn more on how to code your own tools with our samples.
For C sample code, see code in directory samples/
For C sample code, see code in directory samples/
...
...
This diff is collapsed.
Click to expand it.
docs/COMPILE-WINDOWS.md
+
4
−
4
View file @
dbb312c5
...
@@ -2,7 +2,7 @@ This documentation explains how to build Keystone on Windows.
...
@@ -2,7 +2,7 @@ This documentation explains how to build Keystone on Windows.
For
*
nix OS, see
[
COMPILE-NIX.md
](
COMPILE-NIX.md
)
For
*
nix OS, see
[
COMPILE-NIX.md
](
COMPILE-NIX.md
)
0
.
Dependency
1
.
Dependency
CMake is required as dependency.
CMake is required as dependency.
Download & install cmake from http://www.cmake.org
Download & install cmake from http://www.cmake.org
...
@@ -11,7 +11,7 @@ For *nix OS, see [COMPILE-NIX.md](COMPILE-NIX.md)
...
@@ -11,7 +11,7 @@ For *nix OS, see [COMPILE-NIX.md](COMPILE-NIX.md)
https://www.visualstudio.com
https://www.visualstudio.com
1
.
Open the Visual Studio Command Promplt, and from the root directory
2
.
Open the Visual Studio Command Promplt, and from the root directory
of Keystone source, do:
of Keystone source, do:
$ mkdir build
$ mkdir build
...
@@ -47,14 +47,14 @@ For *nix OS, see [COMPILE-NIX.md](COMPILE-NIX.md)
...
@@ -47,14 +47,14 @@ For *nix OS, see [COMPILE-NIX.md](COMPILE-NIX.md)
(Find source of "kstool" in directory "kstool/kstool")
(Find source of "kstool" in directory "kstool/kstool")
2
.
Test Keystone with "kstool" like below.
3
.
Test Keystone with "kstool" like below.
$ kstool.exe x32 "add eax, ebx"
$ kstool.exe x32 "add eax, ebx"
Run "kstool.exe" without any option to find out how to use this handy tool.
Run "kstool.exe" without any option to find out how to use this handy tool.
3
.
Learn more on how to code your own tools with our samples.
4
.
Learn more on how to code your own tools with our samples.
For C sample code, see code in directory samples/
For C sample code, see code in directory samples/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment