Working with r3375 of Volatility.
Line 408 of malware.threads has a for-loop iterating over members of
checks.items().
Within the body of that loop, instances is assigned/created by converting a
list-comprehension (which iterates over checks.items()) into a dict.
The for-loop (line 408) looks unnecessary here?
Original issue reported on code.google.com by carl.pulley on 10 Apr 2013 at 6:38
Original issue reported on code.google.com by
carl.pulley
on 10 Apr 2013 at 6:38