Skip to content

Commit eea41da

Browse files
committed
Bump distorm to 3.5.3.
1 parent e128916 commit eea41da

File tree

7 files changed

+1649
-1696
lines changed

7 files changed

+1649
-1696
lines changed

NativeCore/Dependencies/distorm/COPYING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:[diStorm3}:
22
The ultimate disassembler library.
3-
Copyright (c) 2003-2016, Gil Dabah
3+
Copyright (c) 2003-2021, Gil Dabah
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

NativeCore/Dependencies/distorm/include/distorm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* diStorm 3.5.2 */
1+
/* diStorm 3.5.3 */
22

33
/*
44
distorm.h

NativeCore/Dependencies/distorm/include/mnemonics.h

Lines changed: 238 additions & 238 deletions
Large diffs are not rendered by default.

NativeCore/Dependencies/distorm/src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This library is licensed under the BSD license. See the file COPYING.
1313
#define CONFIG_H
1414

1515
/* diStorm version number. */
16-
#define __DISTORMV__ 0x030502
16+
#define __DISTORMV__ 0x030503
1717

1818
#include <string.h> /* memset, memcpy - can be easily self implemented for libc independency. */
1919

0 commit comments

Comments
 (0)