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
15
+
16
+
2017-07-15 version 2.46
17
+
* dump of ELF files improved
18
+
* a new unnecessary warnings removed
19
+
20
+
2017-04-10 version 2.45
21
+
* support disassembly of forthcoming Control-flow Enforcement instructions
22
+
23
+
2016-11-27 version 2.44
24
+
* fixed bug when disassembling file generated by Tiny C compiler
25
+
26
+
2016-11-09 version 2.43
27
+
* fixed "string table corrupt" message for ELF files
28
+
* support for disassembly of AVX512_4VNNIW, AVX512_4FMAPS instructions
29
+
30
+
2016-01-16 version 2.42
31
+
* fixed bugs with disassembly of some AVX512 and BMI2 instructions
32
+
33
+
2015-10-15 version 2.41
34
+
* fixed bugs with disassembly of some AVX512 instructions
35
+
* fixed missing "ptr" in masm syntax disassembly
36
+
37
+
2015-10-15 version 2.40
38
+
* fixed bugs with disassembly of some AVX512 instructions
39
+
40
+
2015-09-14 version 2.39
41
+
* fixed bugs with disassembly of some AVX512 instructions
42
+
43
+
2014-12-15 version 2.38
44
+
* fixed bugs with disassembly of Knights Corner instruction set
45
+
* exe file made compatible with Windows XP
46
+
47
+
2014-12-06 version 2.37
48
+
* support for disassembly of AVX512BW/DQ, etc.
49
+
* fixed disassembly bug of vpgatherdd on knights corner
50
+
* fixed disassembly bug for FMA4 instructions
51
+
* improved disassembly of switch/case tables for gcc and clang compilers
52
+
53
+
2014-07-21 version 2.36
54
+
* improved execution times for disassembling very big files
55
+
56
+
2013-11-27 version 2.32
57
+
* fix bug with .bss section in elf2elf.cpp and elf2coff.cpp
58
+
59
+
2013-08-23 version 2.31
60
+
* support for disassembly of AVX512F
61
+
* library operations were extremely slow on big libraries because of rebuilding and search for unique names. This problem is fixed.
62
+
* long member names allowed in libraries
63
+
* 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.
64
+
* option -ns to change symbol suffixes
65
+
* options -ap and -as to change prefix or suffix and keep old name as alias
66
+
* added missing relocation type in ELF to COFF conversion
67
+
* fixed error that often occurred when disassembling .exe files
68
+
* fixed minor errors
69
+
70
+
2012-08-31 version 2.16
71
+
* support for disassembly of Knights Corner instruction set
0 commit comments