Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Discard Legacy Reveal Support
Browse files Browse the repository at this point in the history
Official Link Now Redirects to Reveal2.
  • Loading branch information
Zhang committed Feb 27, 2017
1 parent 956548e commit 1f0fadb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 78 deletions.
2 changes: 1 addition & 1 deletion BuildConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
ExtraCFlags=["-I"+os.getcwd()+"/Hooks/"]
ExtraOBJFiles=[]
ExtraCCFlags=["-std=c++11"]
CreateExtraSegs={"Reveal":"./libReveal.dylib","FLEX":"./ExtraFWs/FLEX.framework/FLEX","Cycript":"./libcycript.dylib","Reveal2":"./Reveal2Server","Frida":"./ExtraFWs/frida-gadget.dylib"}
CreateExtraSegs={"FLEX":"./ExtraFWs/FLEX.framework/FLEX","Cycript":"./libcycript.dylib","Reveal2":"./Reveal2Server","Frida":"./ExtraFWs/frida-gadget.dylib"}
68 changes: 0 additions & 68 deletions Hooks/ThirdPartyTools/Reveal.xm

This file was deleted.

7 changes: 0 additions & 7 deletions Setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ unzip Cycript.zip -d ./Cycript >> /dev/null 2>&1
cp -avR ./Cycript/Cycript.lib/libcycript.dylib ./ >> /dev/null 2>&1
rm -rf ./Cycript.zip
cd "${OrigDIR}"
echo "Downloading Reveal"
wget http://download.revealapp.com/Reveal.app.zip
unzip Reveal.app.zip -d ./RevealTMP >> /dev/null 2>&1
cp -rf ./RevealTMP/Reveal.app/Contents/SharedSupport/iOS-Libraries/libReveal.dylib ./ >> /dev/null 2>&1
rm -rf ./RevealTMP >> /dev/null 2>&1
rm -rf ./Reveal.app.zip >> /dev/null 2>&1
cd "${OrigDIR}"
echo "Building FLEX"
cd ./FLEX && xcodebuild -workspace FLEX.xcworkspace -scheme FLEX CONFIGURATION_BUILD_DIR=./&& mv ./FLEX.framework ../ExtraFWs&&cd ../ > /dev/null
cd "${OrigDIR}"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
514
515
2 changes: 1 addition & 1 deletion capstone

0 comments on commit 1f0fadb

Please sign in to comment.