Skip to content

Commit

Permalink
Add install_distorm script
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed Oct 25, 2014
1 parent 9f30290 commit 84c5410
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
onyx-the-black-cat.xcworkspace/xcuserdata/
kext/distorm.h
kext/mnemonics.h
kext/distorm/
kext/include/
13 changes: 13 additions & 0 deletions install_distorm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd /tmp
svn checkout http://distorm.googlecode.com/svn/trunk/ distorm
cd distorm

cp -r src "$DIR/kext/distorm"
cp -r include "$DIR/kext/include"
cp include/* "$DIR/kext"

cd ..
rm -rf distorm

0 comments on commit 84c5410

Please sign in to comment.