Browse Source

Huffman codes coverage improved

Max 6 years ago
parent
commit
57e12c5966
3 changed files with 0 additions and 3 deletions
  1. 0 1
      HuffDec11.py
  2. 0 2
      README.md
  3. BIN
      huff11.bin

+ 0 - 1
HuffDec11.py

@@ -69,7 +69,6 @@ class HuffDecoder(object):
       if v is None: continue
       assert len(v) == cb
       d[cw] = v # Remember value
-      if v in sv: raise Error("Value %s already present" % v.encode("hex"))
       sv.add(v)
 
     self.adTab.append(d)

+ 0 - 2
README.md

@@ -16,8 +16,6 @@ This repository contains Python 2.7 scripts for unpacking firmware regions for M
 
   No progress output. Don't worry - just wait
 
-  Huffman tables are incompete [yet]. unME11 would crash on unknown Huffman sequences (it is expected behaviour ;)
-
 ## Related URLs:
 
 [Intel ME: The Way of the Static Analysis][2]

BIN
huff11.bin