commit
312ef02714
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
# me_cleaner - Tool for partial deblobbing of Intel ME/TXE firmware images
|
# me_cleaner - Tool for partial deblobbing of Intel ME/TXE firmware images
|
||||||
# Copyright (C) 2016, 2017 Nicola Corna <nicola@corna.info>
|
# Copyright (C) 2016, 2017 Nicola Corna <nicola@corna.info>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -14,12 +14,12 @@
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import argparse
|
||||||
import itertools
|
|
||||||
import binascii
|
import binascii
|
||||||
import hashlib
|
import hashlib
|
||||||
import argparse
|
import itertools
|
||||||
import shutil
|
import shutil
|
||||||
|
import sys
|
||||||
from struct import pack, unpack
|
from struct import pack, unpack
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue