Skip to content

Commit e68c923

Browse files
committed
Patch profiles to meet new required key
1 parent bb21658 commit e68c923

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

qiling/profiles/linux.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[CODE]
22
# ram_size 0xa00000 is 10MB
33
ram_size = 0xa00000
4+
load_address = 0x1000000
45
entry_point = 0x1000000
56

67

qiling/profiles/windows.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ KI_USER_SHARED_DATA = 0x7ffe0000
2323
[CODE]
2424
# ram_size 0xa00000 is 10MB
2525
ram_size = 0xa00000
26+
load_address = 0x1000000
2627
entry_point = 0x1000000
2728

2829
[KERNEL]

0 commit comments

Comments
 (0)