ikotler
August 22nd, 2012, 01:42
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 ("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.
Also, feel free to share with people who might be interested in the topic.
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 ("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.
Also, feel free to share with people who might be interested in the topic.