File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ v1.102.0
2
+
3
+ Fixed missing backslash in AMD pattern (#73)
4
+
1
5
r324
2
6
3
7
Intel cpuA06D1_plat20_ver0A0000C0_2024-12-09_PRD_ED01D951
Original file line number Diff line number Diff line change 4
4
"""
5
5
MC Extractor
6
6
Intel, AMD, VIA & Freescale Microcode Extractor
7
- Copyright (C) 2016-2024 Plato Mavropoulos
7
+ Copyright (C) 2016-2025 Plato Mavropoulos
8
8
"""
9
9
10
- title = 'MC Extractor v1.101 .0'
10
+ title = 'MC Extractor v1.102 .0'
11
11
12
12
import sys
13
13
@@ -88,7 +88,7 @@ def mce_help() :
88
88
'-blob : Builds a Microcode Blob (MCB) from input'
89
89
)
90
90
91
- print (col_g + '\n Copyright (C) 2016-2024 Plato Mavropoulos' + col_e )
91
+ print (col_g + '\n Copyright (C) 2016-2025 Plato Mavropoulos' + col_e )
92
92
93
93
if getattr (sys , 'frozen' , False ) : print (col_c + '\n Running in frozen state!' + col_e )
94
94
You can’t perform that action at this time.
0 commit comments