Topic created on: August 22, 2012 01:37 CDT by izik .
Hi All,
I wanted to share with you a post I wrote about how to automate static malware analysis with Pythonect:
http://blog.ikotler.org/2012/08/automated-static-malware-analysis-with.html
Pythonect is a new, experimental, general-purpose dataflow programming language based on Python.
In this post I explain the benefits of using dataflow programming in research and analysis of malware.
Additionally I have provided some examples: computing MD5 and SHA1 digests, searching for all the INT 3 instructions occurrences, and Shannon's entropy calculation.
I'd appreciate any feedback you can give me on the content.