Googulator / TeslaCrack

Decryptor for the TeslaCrypt malware
GNU General Public License v3.0
177 stars 36 forks source link

Indentation issue #2

Closed TamaBaka closed 8 years ago

TamaBaka commented 8 years ago

In unfactor.py,

    header = f.read(414)

has one too many indents. It creates a "IndentationError: unindent does not match any outer indentation level" error.

Googulator commented 8 years ago

Fixed.