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.
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.h
tml
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.
Regards,
Itzik Kotler | http://www.ikotler.org
[ reply ]