Skip to content

Commit 5286c8f

Browse files
committed
update header for some UEFI realted files
1 parent 1e44d98 commit 5286c8f

File tree

11 files changed

+55
-0
lines changed

11 files changed

+55
-0
lines changed

qiling/os/uefi/UefiBaseType.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
from .ProcessorBind import *
27

38
class EFI_GUID(STRUCT):

qiling/os/uefi/UefiMultiPhase.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
from .ProcessorBind import *
27

38
# @see: MdePkg\Include\Uefi\UefiMultiPhase.h

qiling/os/uefi/UefiSpec.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
#!/usr/bin/env python3
3+
#
4+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
5+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
6+
27
# @see: MdePkg\Include\Uefi\UefiSpec.h
38

49
from .ProcessorBind import *

qiling/os/uefi/ds.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
from qiling.const import *
27
from qiling.os.const import *
38
from .fncc import *

qiling/os/uefi/protocols/EfiLoadedImageProtocol.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
from ..ProcessorBind import *
27
from ..UefiBaseType import *
38
from ..UefiSpec import EFI_SYSTEM_TABLE, EFI_DEVICE_PATH_PROTOCOL, EFI_IMAGE_UNLOAD

qiling/os/uefi/protocols/EfiSmmAccess2Protocol.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
from qiling.os.const import *
27
from qiling.os.uefi.const import *
38
from ..fncc import *

qiling/os/uefi/protocols/EfiSmmBase2Protocol.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
import logging
27
from qiling.const import *
38
from qiling.os.const import *

qiling/os/uefi/protocols/EfiSmmCpuProtocol.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
from qiling.os.const import *
27
from ..fncc import *
38
from ..ProcessorBind import *

qiling/os/uefi/protocols/EfiSmmSwDispatch2Protocol.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
from qiling.os.const import *
27
from ..const import *
38
from ..fncc import *

qiling/os/uefi/protocols/PcdProtocol.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
#
3+
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4+
# Built on top of Unicorn emulator (www.unicorn-engine.org)
5+
16
from qiling.os.const import *
27
from ..fncc import *
38
from ..ProcessorBind import *

0 commit comments

Comments
 (0)