Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
turkja committed Feb 21, 2017
0 parents commit a78ba9d
Show file tree
Hide file tree
Showing 89 changed files with 22,045 additions and 0 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

419 changes: 419 additions & 0 deletions README.md

Large diffs are not rendered by default.

Binary file added framework/Instrument.swf.template
Binary file not shown.
23 changes: 23 additions & 0 deletions framework/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

.DEFAULT_GOAL := all

deps:
sudo apt-get install automake libtool python-pip python-dev libffi-dev libssl-dev libtiff5-dev libjpeg8-dev zlib1g-dev libwebp-dev libxml2-dev libxslt1-dev
sudo pip install setuptools --upgrade
sudo pip install psutil
sudo pip install yara-python
sudo pip install mitmproxy==0.18.3

reflash:
cd ../reflash; rdmd build_reflash.d
cd ../framework; ln -s ../reflash/reflash reflash
chmod 755 proxy.py run_*.sh monitor replay

all: reflash

clean:
rm -f ../reflash/reflash
rm -f reflash
rm -f *.pyc
rm -rf dumps cadir

Binary file added framework/bparrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions framework/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"proxyConfig":{
"flash_in": "Instrument.swf.template",
"cadir": "cadir"
},
"reflashConfig":{
"quiet":true,
"opcodeHooks":[
"call.*",
"init.*",
".etproperty",
"construct.*"
]
}
}

Loading

0 comments on commit a78ba9d

Please sign in to comment.