File tree 9 files changed +525
-19
lines changed
9 files changed +525
-19
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ /* Unicorn Engine */
2
+ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3
+ /* This file is released under LGPL2.
4
+ See COPYING.LGPL2 in root directory for more details
5
+ */
6
+
1
7
#ifndef UNICORN_ARM_H
2
8
#define UNICORN_ARM_H
3
9
4
- /* Unicorn Engine */
5
- /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
6
-
7
10
#ifdef __cplusplus
8
11
extern "C" {
9
12
#endif
Original file line number Diff line number Diff line change
1
+ /* Unicorn Emulator Engine */
2
+ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3
+ /* This file is released under LGPL2.
4
+ See COPYING.LGPL2 in root directory for more details
5
+ */
6
+
1
7
#ifndef UNICORN_ARM64_H
2
8
#define UNICORN_ARM64_H
3
9
4
- /* Unicorn Emulator Engine */
5
- /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
6
-
7
10
#ifdef __cplusplus
8
11
extern "C" {
9
12
#endif
Original file line number Diff line number Diff line change
1
+ /* Unicorn Emulator Engine */
2
+ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2014-2017 */
3
+ /* This file is released under LGPL2.
4
+ See COPYING.LGPL2 in root directory for more details
5
+ */
6
+
1
7
#ifndef UNICORN_M68K_H
2
8
#define UNICORN_M68K_H
3
9
4
- /* Unicorn Emulator Engine */
5
- /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2014-2015 */
6
-
7
10
#ifdef __cplusplus
8
11
extern "C" {
9
12
#endif
Original file line number Diff line number Diff line change
1
+ /* Unicorn Emulator Engine */
2
+ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3
+ /* This file is released under LGPL2.
4
+ See COPYING.LGPL2 in root directory for more details
5
+ */
6
+
1
7
#ifndef UNICORN_MIPS_H
2
8
#define UNICORN_MIPS_H
3
9
4
- /* Unicorn Emulator Engine */
5
- /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
6
-
7
10
#ifdef __cplusplus
8
11
extern "C" {
9
12
#endif
Original file line number Diff line number Diff line change
1
+ /* This file is released under LGPL2.
2
+ See COPYING.LGPL2 in root directory for more details
3
+ */
4
+
1
5
/*
2
6
This file is to support header files that are missing in MSVC and
3
7
other non-standard compilers.
Original file line number Diff line number Diff line change
1
+ /* Unicorn Emulator Engine */
2
+ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2014-2017 */
3
+ /* This file is released under LGPL2.
4
+ See COPYING.LGPL2 in root directory for more details
5
+ */
6
+
1
7
#ifndef UNICORN_SPARC_H
2
8
#define UNICORN_SPARC_H
3
9
4
- /* Unicorn Emulator Engine */
5
- /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2014-2015 */
6
-
7
10
#ifdef __cplusplus
8
11
extern "C" {
9
12
#endif
Original file line number Diff line number Diff line change 1
1
/* Unicorn Emulator Engine */
2
- /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
2
+ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3
+ /* This file is released under LGPL2.
4
+ See COPYING.LGPL2 in root directory for more details
5
+ */
3
6
4
7
#ifndef UNICORN_ENGINE_H
5
8
#define UNICORN_ENGINE_H
Original file line number Diff line number Diff line change
1
+ /* Unicorn Emulator Engine */
2
+ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015-2017 */
3
+ /* This file is released under LGPL2.
4
+ See COPYING.LGPL2 in root directory for more details
5
+ */
6
+
1
7
#ifndef UNICORN_X86_H
2
8
#define UNICORN_X86_H
3
9
4
- /* Unicorn Emulator Engine */
5
- /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2015 */
6
-
7
10
#ifdef __cplusplus
8
11
extern "C" {
9
12
#endif
You can’t perform that action at this time.
0 commit comments