You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed bug in library manager for long module names
3
-
4
-
2017-07-15 version 2.46
5
-
* dump of ELF files improved
6
-
* a new unnecessary warnings removed
7
-
8
-
2017-04-10 version 2.45
9
-
* support disassembly of forthcoming Control-flow Enforcement instructions
10
-
11
-
2016-11-27 version 2.44
12
-
* fixed bug when disassembling file generated by Tiny C compiler
13
-
14
-
2016-11-09 version 2.43
15
-
* fixed "string table corrupt" message for ELF files
16
-
* support for disassembly of AVX512_4VNNIW, AVX512_4FMAPS instructions
17
-
18
-
2016-01-16 version 2.42
19
-
* fixed bugs with disassembly of some AVX512 and BMI2 instructions
20
-
21
-
2015-10-15 version 2.41
22
-
* fixed bugs with disassembly of some AVX512 instructions
23
-
* fixed missing "ptr" in masm syntax disassembly
24
-
25
-
2015-10-15 version 2.40
26
-
* fixed bugs with disassembly of some AVX512 instructions
27
-
28
-
2015-09-14 version 2.39
29
-
* fixed bugs with disassembly of some AVX512 instructions
30
-
31
-
2014-12-15 version 2.38
32
-
* fixed bugs with disassembly of Knights Corner instruction set
33
-
* exe file made compatible with Windows XP
34
-
35
-
2014-12-06 version 2.37
36
-
* support for disassembly of AVX512BW/DQ, etc.
37
-
* fixed disassembly bug of vpgatherdd on knights corner
38
-
* fixed disassembly bug for FMA4 instructions
39
-
* improved disassembly of switch/case tables for gcc and clang compilers
40
-
41
-
2014-07-21 version 2.36
42
-
* improved execution times for disassembling very big files
43
-
44
-
2013-11-27 version 2.32
45
-
* fix bug with .bss section in elf2elf.cpp and elf2coff.cpp
46
-
47
-
2013-08-23 version 2.31
48
-
* support for disassembly of AVX512F
49
-
* library operations were extremely slow on big libraries because of rebuilding and search for unique names. This problem is fixed.
50
-
* long member names allowed in libraries
51
-
* option -ls to make member names short. Perhaps good for compatibility with BSD. Member names are made unique just by adding a running hex number, not by comparing with all previous names, which was the cause of slow operations in previous versions.
52
-
* option -ns to change symbol suffixes
53
-
* options -ap and -as to change prefix or suffix and keep old name as alias
54
-
* added missing relocation type in ELF to COFF conversion
55
-
* fixed error that often occurred when disassembling .exe files
56
-
* fixed minor errors
57
-
58
-
2012-08-31 version 2.16
59
-
* support for disassembly of Knights Corner instruction set
1
+
2022-04-28 version 2.53
2
+
* add disassembler support for AVX512-FP16, etc.
3
+
4
+
2020-06-08 version 2.52
5
+
* fix problem in asm syntax output for lea
6
+
7
+
2018-10-08 version 2.51
8
+
* fix bug in movq mm0,rax
9
+
10
+
2018-08-15 version 2.50
11
+
* minor change in omf2cof
12
+
13
+
2018-01-29 version 2.49
14
+
* fixed minor problem with disassembly of DLL
15
+
16
+
2017-10-18 version 2.48
17
+
* minor changes
18
+
19
+
2017-07-27 version 2.47
20
+
* fixed bug in library manager for long module names
21
+
22
+
2017-07-15 version 2.46
23
+
* dump of ELF files improved
24
+
* a new unnecessary warnings removed
25
+
26
+
2017-04-10 version 2.45
27
+
* support disassembly of forthcoming Control-flow Enforcement instructions
28
+
29
+
2016-11-27 version 2.44
30
+
* fixed bug when disassembling file generated by Tiny C compiler
31
+
32
+
2016-11-09 version 2.43
33
+
* fixed "string table corrupt" message for ELF files
34
+
* support for disassembly of AVX512_4VNNIW, AVX512_4FMAPS instructions
35
+
36
+
2016-01-16 version 2.42
37
+
* fixed bugs with disassembly of some AVX512 and BMI2 instructions
38
+
39
+
2015-10-15 version 2.41
40
+
* fixed bugs with disassembly of some AVX512 instructions
41
+
* fixed missing "ptr" in masm syntax disassembly
42
+
43
+
2015-10-15 version 2.40
44
+
* fixed bugs with disassembly of some AVX512 instructions
45
+
46
+
2015-09-14 version 2.39
47
+
* fixed bugs with disassembly of some AVX512 instructions
48
+
49
+
2014-12-15 version 2.38
50
+
* fixed bugs with disassembly of Knights Corner instruction set
51
+
* exe file made compatible with Windows XP
52
+
53
+
2014-12-06 version 2.37
54
+
* support for disassembly of AVX512BW/DQ, etc.
55
+
* fixed disassembly bug of vpgatherdd on knights corner
56
+
* fixed disassembly bug for FMA4 instructions
57
+
* improved disassembly of switch/case tables for gcc and clang compilers
58
+
59
+
2014-07-21 version 2.36
60
+
* improved execution times for disassembling very big files
61
+
62
+
2013-11-27 version 2.32
63
+
* fix bug with .bss section in elf2elf.cpp and elf2coff.cpp
64
+
65
+
2013-08-23 version 2.31
66
+
* support for disassembly of AVX512F
67
+
* library operations were extremely slow on big libraries because of rebuilding and search for unique names. This problem is fixed.
68
+
* long member names allowed in libraries
69
+
* option -ls to make member names short. Perhaps good for compatibility with BSD. Member names are made unique just by adding a running hex number, not by comparing with all previous names, which was the cause of slow operations in previous versions.
70
+
* option -ns to change symbol suffixes
71
+
* options -ap and -as to change prefix or suffix and keep old name as alias
72
+
* added missing relocation type in ELF to COFF conversion
73
+
* fixed error that often occurred when disassembling .exe files
74
+
* fixed minor errors
75
+
76
+
2012-08-31 version 2.16
77
+
* support for disassembly of Knights Corner instruction set
0 commit comments