Skip to content

Commit dcb1c10

Browse files
committed
update capstone-engine.org URIs to https://
1 parent fee83fc commit dcb1c10

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+61
-61
lines changed

COMPILE.TXT

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ Capstone requires no prerequisite packages, so it is easy to compile & install.
197197
of corresponding languages.
198198

199199
Community also provide bindings for C#, Go, Ruby, NodeJS, C++ & Vala. Links to
200-
these can be found at address http://capstone-engine.org/download.html
200+
these can be found at address https://capstone-engine.org/download.html

ChangeLog

+2-2
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ Version 2.1: March 5th, 2014
561561

562562
- API version has been bumped to 2.1.
563563
- Change prototype of cs_close() to be able to invalidate closed handle.
564-
See http://capstone-engine.org/version_2.1_API.html for more information.
564+
See https://capstone-engine.org/version_2.1_API.html for more information.
565565
- Extend cs_support() to handle more query types, not only about supported
566566
architectures. This change is backward compatible, however, so existent code
567567
do not need to be modified to support this.
@@ -580,7 +580,7 @@ Version 2.1: March 5th, 2014
580580
Especially, X86-only binary reduces from 1.9MB to just 720KB.
581581
- Support "diet" mode, in which engine size is further reduced (by around 40%)
582582
for embedding purpose. The price to pay is that we have to sacrifice some
583-
non-critical data fields. See http://capstone-engine.org/diet.html for more
583+
non-critical data fields. See https://capstone-engine.org/diet.html for more
584584
details.
585585

586586

LICENSE.TXT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is the software license for Capstone disassembly framework.
22
Capstone has been designed & implemented by Nguyen Anh Quynh <[email protected]>
33

4-
See http://www.capstone-engine.org for further information.
4+
See https://www.capstone-engine.org for further information.
55

66
Copyright (c) 2013, COSEINC.
77
All rights reserved.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Capstone offers some unparalleled features:
6363

6464
- Distributed under the open source BSD license.
6565

66-
Further information is available at http://www.capstone-engine.org
66+
Further information is available at https://www.capstone-engine.org
6767

6868

6969
Compile

arch/AArch64/AArch64GenAsmWriter.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
/// printInstruction - This method is automatically generated by tablegen

arch/AArch64/AArch64GenDisassemblerTables.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
#include "../../MCInst.h"

arch/AArch64/AArch64GenInstrInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/AArch64/AArch64GenRegisterInfo.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

@@ -560,7 +560,7 @@ enum {
560560
|* *|
561561
\*===----------------------------------------------------------------------===*/
562562

563-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
563+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
564564
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
565565

566566

arch/AArch64/AArch64GenSubtargetInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/ARM/ARMGenAsmWriter.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
/// printInstruction - This method is automatically generated by tablegen

arch/ARM/ARMGenDisassemblerTables.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
#include "../../MCInst.h"

arch/ARM/ARMGenInstrInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/ARM/ARMGenRegisterInfo.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

@@ -482,7 +482,7 @@ enum {
482482
|* *|
483483
\*===----------------------------------------------------------------------===*/
484484

485-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
485+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
486486
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
487487

488488

arch/ARM/ARMGenSubtargetInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/Mips/MipsGenAsmWriter.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
/// printInstruction - This method is automatically generated by tablegen

arch/Mips/MipsGenDisassemblerTables.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
#include "../../MCInst.h"

arch/Mips/MipsGenInstrInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/Mips/MipsGenRegisterInfo.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

@@ -487,7 +487,7 @@ enum {
487487
|* *|
488488
\*===----------------------------------------------------------------------===*/
489489

490-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
490+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
491491
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
492492

493493

arch/Mips/MipsGenSubtargetInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/PowerPC/PPCGenSubtargetInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/Sparc/SparcGenSubtargetInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/SystemZ/SystemZGenSubtargetInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/X86/X86GenAsmWriter.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
/// printInstruction - This method is automatically generated by tablegen

arch/X86/X86GenAsmWriter1.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
/// printInstruction - This method is automatically generated by tablegen

arch/X86/X86GenAsmWriter1_reduce.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
/// printInstruction - This method is automatically generated by tablegen

arch/X86/X86GenAsmWriter_reduce.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
/// printInstruction - This method is automatically generated by tablegen

arch/X86/X86GenDisassemblerTables.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212
static const struct OpcodeDecision emptyTable = {

arch/X86/X86GenDisassemblerTables_reduce.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/X86/X86GenInstrInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/X86/X86GenInstrInfo_reduce.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

arch/X86/X86GenRegisterInfo.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|* *|
77
\*===----------------------------------------------------------------------===*/
88

9-
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
9+
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
1010
/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
1111

1212

bindings/powershell/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Compile the relevant version (x86/x64) of `capstone.dll` and place it in
88
`./Capstone/Lib/Capstone/`.
99

1010
Alternatively, pre-compiled DLL’s can be obtained from the Capstone homepage
11-
at http://capstone-engine.org/download
11+
at https://capstone-engine.org/download
1212

1313

1414
Usage

bindings/python/LICENSE.TXT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is the software license for Capstone disassembly framework.
22
Capstone has been designed & implemented by Nguyen Anh Quynh <[email protected]>
33

4-
See http://www.capstone-engine.org for further information.
4+
See https://www.capstone-engine.org for further information.
55

66
Copyright (c) 2013, COSEINC.
77
All rights reserved.

bindings/python/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Capstone offers some unparalleled features:
5656

5757
- Distributed under the open source BSD license.
5858

59-
Further information is available at http://www.capstone-engine.org
59+
Further information is available at https://www.capstone-engine.org
6060

6161

6262
[License]

bindings/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def run(self):
248248

249249
- Distributed under the open source BSD license.
250250

251-
Further information is available at http://www.capstone-engine.org
251+
Further information is available at https://www.capstone-engine.org
252252

253253

254254
[License]

bindings/python/setup_cython.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def run(self):
132132
author = 'Nguyen Anh Quynh',
133133
author_email = '[email protected]',
134134
description = 'Capstone disassembly engine',
135-
url = 'http://www.capstone-engine.org',
135+
url = 'https://www.capstone-engine.org',
136136
classifiers = [
137137
'License :: OSI Approved :: BSD License',
138138
'Programming Language :: Python :: 2',

capstone.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ includedir=${prefix}/include/capstone
66
Name: capstone
77
Description: Capstone disassembly engine
88
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
9-
URL: http://www.capstone-engine.org
9+
URL: https://www.capstone-engine.org
1010
archive=${libdir}/libcapstone.a
1111
Libs: -L${libdir} -lcapstone
1212
Cflags: -I${includedir}

contrib/sysz_update/0002-capstone-generate-GenSubtargetInfo.inc.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ index c5da8d8142f..98ab3240472 100644
5050
emitSourceFileHeader("Subtarget Enumeration Source Fragment", OS);
5151

5252
+#ifdef CAPSTONE
53-
+ OS << "/* Capstone Disassembly Engine, http://www.capstone-engine.org */\n"
53+
+ OS << "/* Capstone Disassembly Engine, https://www.capstone-engine.org */\n"
5454
+ "/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */\n"
5555
+ "\n";
5656
+#endif

docs/Capstone-Engine-Documentation/Capstone-Engine Documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## 0x0 开发准备
1212

13-
Capstone官网: http://www.capstone-engine.org
13+
Capstone官网: https://www.capstone-engine.org
1414

1515
### 自行编译lib和dll方法
1616

0 commit comments

Comments
 (0)