MCPcopy Create free account

hub / github.com/sensepost/objection / types & classes

Types & classes105 in github.com/sensepost/objection

↓ 5 callersClassBasePlatformPatcher
Base class with methods used by any platform patcher.
objection/utils/patchers/base.py:104
↓ 4 callersClassAndroidPatcher
Class used to patch Android APK's
objection/utils/patchers/android.py:182
↓ 3 callersClassGithub
Interact with Github
objection/utils/patchers/github.py:4
↓ 3 callersClassRepl
The exploration REPL for objection
objection/console/repl.py:23
↓ 2 callersClassAgent
Class to manage the lifecycle of the objection Frida agent
objection/utils/agent.py:112
↓ 2 callersClassAgentConfig
Default configuration for an Agent instance
objection/utils/agent.py:20
↓ 2 callersClassAndroidGadget
Class used to download Android Frida libraries
objection/utils/patchers/android.py:19
↓ 2 callersClassCommandCompleter
The objection REPL command completer.
objection/console/completer.py:10
↓ 2 callersClassIos
Represents iOS specific configurations.
objection/state/device.py:13
↓ 2 callersClassIosGadget
Class used to work with the iOS Frida Gadget
objection/utils/patchers/ios.py:17
↓ 2 callersClassIosPatcher
Class used to Patch iOS applications
objection/utils/patchers/ios.py:136
↓ 2 callersClassJob
A class representing a REPL Job or agent Job with one or more hooks.
objection/state/jobs.py:10
↓ 1 callersClassApiState
A class representing the state API for this app
objection/state/api.py:4
↓ 1 callersClassAppState
A class representing generic state variable for this app
objection/state/app.py:1
↓ 1 callersClassBasePlatformGadget
Class with base methods for any platforms Gadget downloaded
objection/utils/patchers/base.py:28
↓ 1 callersClassDeviceState
A class representing the state of a device and its runtime.
objection/state/device.py:20
↓ 1 callersClassFileManagerState
A class representing the state of the filemanager.
objection/state/filemanager.py:1
↓ 1 callersClassJobManagerState
A class representing the current Job manager.
objection/state/jobs.py:49
↓ 1 callersClassMakeFileHandler
Wrapper Class around the builtin Filehandler.
objection/utils/__init__.py:10
↓ 1 callersClassMockJob
A mock job for testing purposes
tests/commands/test_jobs.py:9
↓ 1 callersClassOutputHandlers
Output handlers for an Agent instance
objection/utils/agent.py:35
↓ 1 callersClassStateConnection
A class controlling the connection state of a device.
objection/state/connection.py:1
Class
agent/src/lib/jobs.ts:3
Class
objection/utils/assets/javahookmanager.js:10
Class
objection/utils/assets/objchookmanager.js:10
ClassAndroid
Represents Android specific configurations.
objection/state/device.py:6
ClassApiLoader
ApiLoader is a plugin that includes an API. This is just an example plugin to demonstrate how you could extend the objection
plugins/api/__init__.py:6
EnumBundleType
agent/src/ios/lib/constants.ts:None
ClassDevice
Represents a mobile device
objection/state/device.py:1
EnumDeviceType
agent/src/lib/constants.ts:None
ClassFlexLoader
FlexLoader loads Flex
plugins/flex/__init__.py:10
InterfaceIAndroidFilesystem
agent/src/android/lib/interfaces.ts:3
InterfaceIAndroidPackage
agent/src/lib/interfaces.ts:19
InterfaceIBinaryInfo
agent/src/ios/lib/interfaces.ts:87
InterfaceIBinaryModuleDictionary
agent/src/ios/lib/interfaces.ts:83
InterfaceICredential
agent/src/ios/lib/interfaces.ts:58
InterfaceICurrentActivityFragment
agent/src/android/lib/interfaces.ts:22
InterfaceIExecutedCommand
agent/src/android/lib/interfaces.ts:10
InterfaceIFramework
agent/src/ios/lib/interfaces.ts:67
InterfaceIFridaInfo
agent/src/lib/interfaces.ts:1
InterfaceIHeapClassDictionary
agent/src/android/lib/interfaces.ts:27
InterfaceIHeapNormalised
agent/src/android/lib/interfaces.ts:36
InterfaceIHeapObject
agent/src/android/lib/interfaces.ts:31
InterfaceIHeapObject
agent/src/ios/lib/interfaces.ts:74
InterfaceIIosBundlePaths
agent/src/lib/interfaces.ts:32
InterfaceIIosCookie
agent/src/ios/lib/interfaces.ts:47
InterfaceIIosFilePath
agent/src/ios/lib/interfaces.ts:40
InterfaceIIosFileSystem
agent/src/ios/lib/interfaces.ts:33
InterfaceIIosPackage
agent/src/lib/interfaces.ts:10
InterfaceIJavaField
agent/src/android/lib/interfaces.ts:42
InterfaceIKeyStoreDetail
agent/src/android/lib/interfaces.ts:47
InterfaceIKeyStoreEntry
agent/src/android/lib/interfaces.ts:16
InterfaceIKeychainData
agent/src/ios/lib/interfaces.ts:3
InterfaceIKeychainItem
agent/src/ios/lib/interfaces.ts:8
ClassJavaHookManager
objection/utils/assets/javahookmanager.js:10
ClassJob
agent/src/lib/jobs.ts:3
ClassMettleLoader
MettleLoader loads Mettle
plugins/mettle/__init__.py:10
ClassMockRange
Mock Memory Rage
tests/commands/test_memory.py:9
EnumNSSearchPaths
agent/src/ios/lib/constants.ts:None
ClassObjCHookManager
objection/utils/assets/objchookmanager.js:10
EnumPatternType
agent/src/android/hooking.ts:None
ClassPlugin
Plugin object to extend for development of custom functionality
objection/utils/plugin.py:9
ClassStethoLoader
StethoLoader loads Facebook's stetho
plugins/stetho/__init__.py:10
ClassTestAndroidGadget
tests/utils/patchers/test_android.py:8
ClassTestAndroidPatcher
tests/utils/patchers/test_android.py:110
ClassTestApp
tests/state/test_app.py:6
ClassTestBasePlatformGadget
tests/utils/patchers/test_base.py:8
ClassTestBasePlatformPatcher
tests/utils/patchers/test_base.py:21
ClassTestBundles
tests/commands/ios/test_bundles.py:9
ClassTestClipboard
tests/commands/android/test_clipboard.py:7
ClassTestCommand
tests/commands/android/test_command.py:8
ClassTestCommandHistory
tests/commands/test_command_history.py:9
ClassTestConsoleCommandCompletion
tests/console/test_completer.py:8
ClassTestCookies
tests/commands/ios/test_cookies.py:8
ClassTestDevice
tests/commands/test_device.py:9
ClassTestFileManager
tests/commands/test_filemanager.py:11
ClassTestFridaCommands
tests/commands/test_frida_commands.py:8
ClassTestGithub
tests/utils/patchers/test_github.py:7
ClassTestHeap
tests/commands/android/test_heap.py:8
ClassTestHelpers
tests/utils/test_helpers.py:13
ClassTestHooking
tests/commands/android/test_hooking.py:11
ClassTestHooking
tests/commands/ios/test_hooking.py:9
ClassTestIntents
tests/commands/android/test_intents.py:8
ClassTestIosGadget
tests/utils/patchers/test_ios.py:7
ClassTestIosPatcher
tests/utils/patchers/test_ios.py:61
ClassTestJailbreak
tests/commands/ios/test_jailbreak.py:7
ClassTestJobManager
tests/state/test_jobs.py:6
ClassTestJobs
tests/commands/test_jobs.py:24
ClassTestKeychain
tests/commands/ios/test_keychain.py:9
ClassTestKeystore
tests/commands/android/test_keystore.py:8
ClassTestMemory
tests/commands/test_memory.py:19
ClassTestMobilePackages
tests/commands/test_mobile_packages.py:8
ClassTestNsusercredentialstorage
tests/commands/ios/test_nsurlcredentialstorage.py:8
ClassTestNsuserdefaults
tests/commands/ios/test_nsuserdefaults.py:8
ClassTestPasteboard
tests/commands/ios/test_pasteboard.py:7
ClassTestPinning
tests/commands/android/test_pinning.py:7
ClassTestPinning
tests/commands/ios/test_pinning.py:7
ClassTestPlist
tests/commands/ios/test_plist.py:9
ClassTestPluginManager
tests/commands/test_plugin_manager.py:9
ClassTestRepl
tests/console/test_repl.py:9
next →1–100 of 105, ranked by callers