-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7665768
commit 97edbbd
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Building - Mac OS X | ||
===================== | ||
|
||
You should be able to type `make` in the base directory, go make a | ||
sandwich, and come back to a working[1] meterpreter for Mac OS X and iOS | ||
|
||
|
||
Testing | ||
======= | ||
|
||
Once you've made changes and compiled a new .dylib, copy the | ||
contents of the osx/ or ios/ directory into your Metasploit Framework's | ||
`data/meterpreter/` directory. In Mac OS X you can do this automatically if | ||
metasploit-framework and meterpreter live in the same place by running | ||
`make install` |