File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This file details the changelog of Qiling Framework.
5
5
6
6
- More refactors and bug fixes
7
7
- Adding DLL images for PE coverage tracing
8
+ - Add hook_mem_invalid
9
+ - More UEFI API
8
10
9
11
10
12
------------------------------------
Original file line number Diff line number Diff line change 18
18
from .core_utils import QLCoreUtils
19
19
from .extensions .debugger import ql_debugger_init
20
20
21
- __version__ = "1.1" + "-dev"
21
+ __version__ = "1.1"
22
22
23
23
class Qiling (QLCoreStructs , QLCoreHooks , QLCoreUtils ):
24
24
def __init__ (
Original file line number Diff line number Diff line change 34
34
# 3 - Alpha
35
35
# 4 - Beta
36
36
# 5 - Production/Stable
37
- 'Development Status :: 3 - Alpha ' ,
37
+ 'Development Status :: 5 - Production/Stable ' ,
38
38
39
39
# Indicate who your project is intended for
40
40
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments