Skip to content

Instantly share code, notes, and snippets.

View ikotler's full-sized avatar

Itzik Kotler ikotler

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ikotler on github.
  • I am ikotler (https://keybase.io/ikotler) on keybase.
  • I have a public key ASCoX1Ep0OzJkyxMrfUC7cYlGo1XUygBBg-89T-X4Ai8ogo

To claim this, I am signing this object:

@ikotler
ikotler / SMALL.py
Created May 28, 2013 00:23
Simple Malware AnaLysis Language (SMALL), a toy domain-specific language (DSL) I have developed on top of Pythonect for 'Hacking Like It's 2013' Workshop/Talk. See: http://www.ikotler.org/HackLikeIts2013_BLR.pdf for Slides & Usage Example.
#!/usr/bin/python
# Copyright (C) 2013 Itzik Kotler
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,