corna / me_cleaner

Tool for partial deblobbing of Intel ME/TXE firmware images
GNU General Public License v3.0
4.46k stars 277 forks source link

me_cleaner.py", line 548, in <module> #266

Closed ghost closed 4 years ago

ghost commented 5 years ago

Hey Wassup, I did almost everything but following error occurs

C:\WINDOWS\system32>C:\Python37\python C:\me_cleaner-master\me_cleaner.py -S -O modified_image.bin original_dump.bin Traceback (most recent call last): File "C:\me_cleaner-master\me_cleaner.py", line 548, in f = open(args.file, "rb" if args.check or args.output else "r+b") FileNotFoundError: [Errno 2] No such file or directory: 'original_dump.bin'

i put 'original_dump.bin' into C:\me_cleaner-master

whats wrong i dunno, pls help me

skochinsky commented 5 years ago

you need to either specify the full path to the file, or run the script while in C:\me_cleaner-master, not in C:\WINDOWS\system32.