Skip to content

Commit ffb4011

Browse files
authored
Merge pull request #989 from xwings/dev
cleanup credits.txt and new changelog format
2 parents 2e782b1 + 96749b0 commit ffb4011

File tree

5 files changed

+19
-26
lines changed

5 files changed

+19
-26
lines changed

AUTHORS.TXT

Lines changed: 0 additions & 9 deletions
This file was deleted.

CREDITS.TXT

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@ NGUYEN Anh Quynh <[email protected]>
1414
Core Developers Crew
1515
====================
1616
Earl MARCUS (klks84) [email protected]
17-
DING tianze (D1iv3) <[email protected]>
18-
SUN bowen (w1tcher) <[email protected]>
19-
CHEN huitao (null) <[email protected]>
20-
YU tong (sp1ke) <[email protected]>
2117
WU chenxu (kabeor) <[email protected]>
2218
KONG ziqiao (lazymio) <[email protected]>
2319
YU zheng (dataisland) <[email protected]>
2420
Eli Cohen Nehemia (elicn) <[email protected]>
2521

2622

23+
Legacy Core Developers
24+
======================
25+
DING tianze (D1iv3) <[email protected]>
26+
SUN bowen (w1tcher) <[email protected]>
27+
CHEN huitao (null) <[email protected]>
28+
YU tong (sp1ke) <[email protected]>
29+
30+
2731
Travis, Website and Documentations
2832
==================================
2933
FOO Kevin (chfl4gs) <[email protected]>

ChangeLog

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ This file details the changelog of Qiling Framework.
33
------------------------------------
44
[Version 1.4.1]: Nov Xth, 2021
55

6-
- Clean and tidy up core utils module (WIP)
7-
- Clean and tidy up path module
8-
- Other small adjustments so support the above changes
9-
- Rearranged the code to be more Pythonic and more readable
10-
- Removed unused members and methods
11-
- Added typing annotations
12-
- Added ql.platform_os and ql.platform_arch
13-
- update ql.os.posix.const_mapping with more os/arch match
6+
New features:
7+
- Introduced riscv, both 32 and 64 (#980)
8+
9+
Improvements:
10+
- Refactored core hooks (#966)
11+
- update ql.os.posix.const_mapping with more os/arch match (#973)
12+
- Minor refactor on ql.interpreter and ql.baremetal (#975)
13+
- More update in MCU modules (#971)
14+
- Fix getpeername and getsockname syscalls (#986)
1415

1516

1617
------------------------------------

examples/rootfs

qiling/core.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(
122122
self._ostype = arch_os_convert(self._archtype)
123123
else:
124124
self._ostype = ostype_convert(self._ostype.lower())
125-
125+
126126
if self._code == None:
127127
self._code = "qilingcode"
128128
if self._argv is None:
@@ -157,9 +157,6 @@ def __init__(
157157

158158
if not ql_is_valid_arch(self._archtype):
159159
raise QlErrorArch("Invalid Arch %s" % self._archtype)
160-
161-
162-
163160

164161
#######################################
165162
# Loader and General Purpose OS check #

0 commit comments

Comments
 (0)