Skip to content

Commit

Permalink
Merge pull request #1950 from vapier/master
Browse files Browse the repository at this point in the history
update capstone-engine.org URIs to https://
  • Loading branch information
kabeor authored Jan 19, 2023
2 parents fee83fc + dcb1c10 commit 9e27c51
Show file tree
Hide file tree
Showing 44 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion COMPILE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ Capstone requires no prerequisite packages, so it is easy to compile & install.
of corresponding languages.

Community also provide bindings for C#, Go, Ruby, NodeJS, C++ & Vala. Links to
these can be found at address http://capstone-engine.org/download.html
these can be found at address https://capstone-engine.org/download.html
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ Version 2.1: March 5th, 2014

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


Expand Down
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is the software license for Capstone disassembly framework.
Capstone has been designed & implemented by Nguyen Anh Quynh <[email protected]>

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

Copyright (c) 2013, COSEINC.
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Capstone offers some unparalleled features:

- Distributed under the open source BSD license.

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


Compile
Expand Down
2 changes: 1 addition & 1 deletion arch/AArch64/AArch64GenAsmWriter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

/// printInstruction - This method is automatically generated by tablegen
Expand Down
2 changes: 1 addition & 1 deletion arch/AArch64/AArch64GenDisassemblerTables.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

#include "../../MCInst.h"
Expand Down
2 changes: 1 addition & 1 deletion arch/AArch64/AArch64GenInstrInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
4 changes: 2 additions & 2 deletions arch/AArch64/AArch64GenRegisterInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down Expand Up @@ -560,7 +560,7 @@ enum {
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/AArch64/AArch64GenSubtargetInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/ARM/ARMGenAsmWriter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

/// printInstruction - This method is automatically generated by tablegen
Expand Down
2 changes: 1 addition & 1 deletion arch/ARM/ARMGenDisassemblerTables.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

#include "../../MCInst.h"
Expand Down
2 changes: 1 addition & 1 deletion arch/ARM/ARMGenInstrInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
4 changes: 2 additions & 2 deletions arch/ARM/ARMGenRegisterInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down Expand Up @@ -482,7 +482,7 @@ enum {
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/ARM/ARMGenSubtargetInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/Mips/MipsGenAsmWriter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

/// printInstruction - This method is automatically generated by tablegen
Expand Down
2 changes: 1 addition & 1 deletion arch/Mips/MipsGenDisassemblerTables.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

#include "../../MCInst.h"
Expand Down
2 changes: 1 addition & 1 deletion arch/Mips/MipsGenInstrInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
4 changes: 2 additions & 2 deletions arch/Mips/MipsGenRegisterInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down Expand Up @@ -487,7 +487,7 @@ enum {
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/Mips/MipsGenSubtargetInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/PowerPC/PPCGenSubtargetInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/Sparc/SparcGenSubtargetInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/SystemZ/SystemZGenSubtargetInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenAsmWriter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

/// printInstruction - This method is automatically generated by tablegen
Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenAsmWriter1.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

/// printInstruction - This method is automatically generated by tablegen
Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenAsmWriter1_reduce.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

/// printInstruction - This method is automatically generated by tablegen
Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenAsmWriter_reduce.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

/// printInstruction - This method is automatically generated by tablegen
Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenDisassemblerTables.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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

static const struct OpcodeDecision emptyTable = {
Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenDisassemblerTables_reduce.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenInstrInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenInstrInfo_reduce.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion arch/X86/X86GenRegisterInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|* *|
\*===----------------------------------------------------------------------===*/

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


Expand Down
2 changes: 1 addition & 1 deletion bindings/powershell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Compile the relevant version (x86/x64) of `capstone.dll` and place it in
`./Capstone/Lib/Capstone/`.

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


Usage
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is the software license for Capstone disassembly framework.
Capstone has been designed & implemented by Nguyen Anh Quynh <[email protected]>

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

Copyright (c) 2013, COSEINC.
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Capstone offers some unparalleled features:

- Distributed under the open source BSD license.

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


[License]
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def run(self):

- Distributed under the open source BSD license.

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


[License]
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def run(self):
author = 'Nguyen Anh Quynh',
author_email = '[email protected]',
description = 'Capstone disassembly engine',
url = 'http://www.capstone-engine.org',
url = 'https://www.capstone-engine.org',
classifiers = [
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
Expand Down
2 changes: 1 addition & 1 deletion capstone.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ includedir=${prefix}/include/capstone
Name: capstone
Description: Capstone disassembly engine
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
URL: http://www.capstone-engine.org
URL: https://www.capstone-engine.org
archive=${libdir}/libcapstone.a
Libs: -L${libdir} -lcapstone
Cflags: -I${includedir}
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ index c5da8d8142f..98ab3240472 100644
emitSourceFileHeader("Subtarget Enumeration Source Fragment", OS);

+#ifdef CAPSTONE
+ OS << "/* Capstone Disassembly Engine, http://www.capstone-engine.org */\n"
+ OS << "/* Capstone Disassembly Engine, https://www.capstone-engine.org */\n"
+ "/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */\n"
+ "\n";
+#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## 0x0 开发准备

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

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

Expand Down
Loading

0 comments on commit 9e27c51

Please sign in to comment.