kaso1114 / malware-crawler

Automatically exported from code.google.com/p/malware-crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZeroDivisionError - peutils.py

GoogleCodeExporter opened this issue · comments

ERROR core.worker worker:287 Failed to run the processing module "info":
Traceback (most recent call last):
  File "/opt/ragpicker/core/worker.py", line 274, in __run_processing
    data = processModul.run(objfile)
  File "/opt/ragpicker/processing/all_info.py", line 49, in run
    isProbablyPacked = is_probably_packed(pe)
  File "/opt/ragpicker/utils/peutils.py", line 575, in is_probably_packed
    if ((1.0 * total_compressed_data)/total_pe_data_length) > .2:
ZeroDivisionError: float division by zero
[+] Start search on 442368 bytes (432.0 KB)



Original issue reported on code.google.com by Robby@Zeitfuchs.org on 21 Feb 2015 at 3:09