Skip to content

Components

Leon Jacobs edited this page Jul 8, 2017 · 11 revisions

objection is made up of two primary components.

  • The first component is the Frida Gadget that starts up with a patched mobile application. Frida is responsible for most of the magic under the hood, running the hooks provided by objection and making this tool possible in the first place.

  • The second being the objection tool itself. This is a python software component that provides the objection command. It is responsible for interacting with a loaded Frida Gadget, running hooks and parsing the output generated by those.

Clone this wiki locally