From 25ff3f3cef24d5ac855a94cedb28e446c49f5a8d Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Sat, 30 Apr 2016 12:05:59 +0800 Subject: [PATCH] docs: update COMPILE-WINDOWS.md --- docs/COMPILE-WINDOWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/COMPILE-WINDOWS.md b/docs/COMPILE-WINDOWS.md index c6e67eb..4225b38 100644 --- a/docs/COMPILE-WINDOWS.md +++ b/docs/COMPILE-WINDOWS.md @@ -34,9 +34,9 @@ https://www.visualstudio.com 2. Test Keystone with "kstool" like below. - $ kstool x32 "add eax, ebx" + $ kstool.exe x32 "add eax, ebx" - Run "kstool" 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. -- GitLab