Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonGabilondoAngulo committed Aug 20, 2019
2 parents dc54a85 + 4e0679b commit da2a42b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Organismo for Mac
Organismo framework for Mac be injected into Mac Apps to explore them at runtime.
Organismo framework for Mac be injected into Mac Apps to explore them at runtime. For a good technical background you could read https://medium.com/@jon.gabilondo.angulo_7635/how-to-inject-code-into-mach-o-apps-part-i-17ed375f736e

To inject it into a Mac App:

$ DYLD_INSERT_LIBRARIES=/path_to/Organismo-mac.framework/Versions/A/Organismo-mac /Applications/Calculator.app/Contents/MacOS/Calculator

# Organismo for iOS
Organismo is a framework to bypass all vital systems of iOS Apps in order to retrieve information and simulate any condition in real life, from network conditions to motion and location. It works in conjuction with [Organismo-Desktop](https://github.com/JonGabilondoAngulo/Organismo-Desktop) as a visualizer and generator of virtual scenerarios.
Expand Down

0 comments on commit da2a42b

Please sign in to comment.