MCPcopy Create free account

hub / github.com/sensepost/objection / functions

Functions854 in github.com/sensepost/objection

Functiondump_from_base
Dump memory from a base address for a specific size to file :param args: :return:
objection/commands/memory.py:164
Functiondump_ios_ui
Dumps the current iOS user interface in a serialized form. :param args: :return:
objection/commands/ui.py:66
Functiondump_raw
Dump the iOS keychain, but without any parsing. The agent will output the entries it finds here. :param args: :retur
objection/commands/ios/keychain.py:107
Functionempty
()
agent/src/ios/keychain.ts:166
Functionenable
()
agent/src/android/root.ts:450
Functionenable
()
agent/src/ios/jailbreak.ts:320
Methodend
(self)
tests/commands/test_jobs.py:20
Functionentries
Lists entries in the Android KeyStore :param args: :return:
objection/commands/android/keystore.py:21
Functionevaluate
(handle: number, js: string)
agent/src/android/heap.ts:137
Functionevaluate
(pointer: string, js: string)
agent/src/ios/heap.ts:92
Functionevaluate
(js: string)
agent/src/generic/custom.ts:1
Functionevaluate
Evaluate JavaScript within the agent's context. :param args: :return:
objection/commands/custom.py:12
Functionevaluate
Evaluates JavaScript on a handle :param args: :return:
objection/commands/android/heap.py:143
Functionevaluate
Evaluate JavaScript on an Objective-C pointer. :param args: :return:
objection/commands/ios/heap.py:178
Functionexecute
(handle: number, method: string, returnString: boolean = false)
agent/src/android/heap.ts:90
Functionexecute
(cmd: string)
agent/src/android/shell.ts:15
Functionexecute
Runs a shell command on an Android device. :param args: :return:
objection/commands/android/command.py:6
Functionexecute
Executes a method on a handle which is assumed to be a Java class instance. :param args: :return:
objection/commands/android/heap.py:92
Functionexecute
Executes a method on a pointer which is assumed to be an Objective-C object. :param args: :return:
objection/commands/ios/heap.py:152
Functionexists
(path: string)
agent/src/android/filesystem.ts:15
Functionexists
(path: string)
agent/src/ios/filesystem.ts:29
Functionexplore
Deprecated: Use 'start' instead.
objection/console/cli.py:218
Functionfields
(handle: number)
agent/src/android/heap.ts:109
Functionfields
:param args: :return:
objection/commands/android/heap.py:119
Functionfind_pattern
Searches the current processes accessible memory for a specific pattern. :param args: :return:
objection/commands/memory.py:290
Functionfrida
()
agent/src/generic/environment.ts:43
Functionfrida_environment
Prints information about the current Frida environment. :param args: :return:
objection/commands/frida_commands.py:22
Functionget
()
agent/src/ios/binarycookies.ts:10
Functionget
()
agent/src/ios/nsuserdefaults.ts:8
Functionget
Gets cookies using the iOS NSHTTPCookieStorage sharedHTTPCookieStorage and prints them to the screen. :param args: :
objection/commands/ios/cookies.py:20
Functionget
Gets all of the values stored in NSUserDefaults and prints them to screen. :param args: :return:
objection/commands/ios/nsuserdefaults.py:6
FunctiongetAcceptedIssuers
()
agent/src/android/pinning.ts:58
FunctiongetActivities
()
agent/src/android/hooking.ts:457
FunctiongetBroadcastReceivers
()
agent/src/android/hooking.ts:502
FunctiongetBundles
(type: BundleType)
agent/src/ios/bundles.ts:13
FunctiongetClassHandle
(className: string)
agent/src/android/hooking.ts:157
FunctiongetClassLoaders
()
agent/src/android/hooking.ts:48
FunctiongetClassMethods
(className: string)
agent/src/android/hooking.ts:135
FunctiongetClassMethods
(className: string, includeParents: boolean)
agent/src/ios/hooking.ts:10
FunctiongetClassMethodsOverloads
(className: string, methodsAllowList: string[] = [], loader?: string)
agent/src/android/hooking.ts:210
FunctiongetClasses
()
agent/src/android/hooking.ts:42
FunctiongetClasses
()
agent/src/ios/hooking.ts:6
FunctiongetCurrentActivity
()
agent/src/android/hooking.ts:421
FunctiongetInstances
(clazz: string)
agent/src/android/heap.ts:46
FunctiongetInstances
(clazz: string)
agent/src/ios/heap.ts:22
FunctiongetIvars
(pointer: string, toUTF8: boolean)
agent/src/ios/heap.ts:52
FunctiongetMethods
(pointer: string)
agent/src/ios/heap.ts:75
FunctiongetServices
()
agent/src/android/hooking.ts:472
Methodget_comms_type
Returns the currently configured connection type. :return:
objection/state/connection.py:56
Methodget_completions
The main method that gets called by prompt-toolkit to determine which completions to show. This :param document:
objection/console/completer.py:99
Functionget_current_activity
Get the currently active activity :return:
objection/commands/android/hooking.py:377
Functiongreen
(message: string)
agent/src/lib/color.ts:25
FunctiongreenBright
(message: string)
agent/src/lib/color.ts:32
FunctionhasIdent
(ident: number)
agent/src/lib/jobs.ts:87
FunctionhasType
(type: string)
agent/src/lib/jobs.ts:99
Functionhistory
Lists the commands that have been run in the current session. :param args: :return:
objection/commands/command_history.py:8
Methodhook
(m, f = null)
objection/utils/assets/javahookmanager.js:80
Methodhook
(m, enter = null, leave = null)
objection/utils/assets/objchookmanager.js:58
Methodhttp_api
The API endpoints for this plugin. :return:
plugins/api/__init__.py:36
Functionidentifier
()
agent/src/lib/jobs.ts:77
Functioninfo
()
agent/src/ios/binary.ts:23
Functioninfo
Gets information about binaries and frameworks. :param args: :return:
objection/commands/ios/binary.py:7
Functioninstances
Asks the agent to print the currently live instances of a particular class :param args: :return:
objection/commands/android/heap.py:34
Functioninvoke
Bridge a call to the Frida RPC. Endpoints may be sourced from the agent's RPC exports. Responses are JSON encoded by default
objection/api/rpc.py:10
FunctioniosPackage
()
agent/src/generic/environment.ts:54
FunctioniosPaths
()
agent/src/generic/environment.ts:77
Functionios_screenshot
Take an iOS screenshot. :param args: :return:
objection/commands/ui.py:40
Functionivars
Get ivars for an Objective-C object at a pointer :param args: :return:
objection/commands/ios/heap.py:97
Functionkill
Kills a specific objection job. :param args: :return:
objection/commands/jobs.py:38
FunctionlazyWatchForPattern
(query: string, watch: boolean, dargs: boolean, dret: boolean, dbt: boolean)
agent/src/android/hooking.ts:73
Functionlist
()
agent/src/android/keystore.ts:22
Functionlist2posix_cmdline
Translate a sequence of arguments into a command line string. Implemented using shlex.quote because subprocess.list
objection/utils/patchers/base.py:16
FunctionlistExports
(name: string)
agent/src/generic/memory.ts:7
FunctionlistModules
()
agent/src/generic/memory.ts:3
FunctionlistRaw
()
agent/src/ios/keychain.ts:122
Functionlist_content_in_current_fm_directory
Return folders and files in the current working directory of the Frida attached device.
objection/commands/filemanager.py:910
Functionlist_current_jobs
Return a list of the currently listed objection jobs. Used for tab completion in the repl.
objection/commands/jobs.py:55
Functionlist_exports
Dumps the exported methods from a loaded module to screen. :param args: :return:
objection/commands/memory.py:245
Functionlist_files_in_current_fm_directory
Return files in the current working directory of the Frida attached device.
objection/commands/filemanager.py:876
Functionlist_folders_in_current_fm_directory
Return folders in the current working directory of the Frida attached device.
objection/commands/filemanager.py:842
Functionlist_modules
List modules loaded in the current process. :param args: :return:
objection/commands/memory.py:205
Functionload_background
Loads a Frida script and runs it in the background. :param args: :return:
objection/commands/frida_commands.py:57
Methodload_flex
Loads flex. :param args: :return:
plugins/flex/__init__.py:36
Methodload_mettle
Loads mettle. :param args: :return:
plugins/mettle/__init__.py:40
Methodload_stetho
Loads stetho. :param args: :return:
plugins/stetho/__init__.py:36
Functionls
(p: string)
agent/src/android/filesystem.ts:115
Functionls
(path: string)
agent/src/ios/filesystem.ts:121
Functionmagenta
(message: string)
agent/src/lib/color.ts:26
Functionmethods
(handle: number)
agent/src/android/heap.ts:77
Functionmethods
Get the methods available on a handle :param args: :return:
objection/commands/android/heap.py:63
Functionmethods
Get methods for an Objective-C object at a pointer :param args: :return:
objection/commands/ios/heap.py:121
Functionmodify_config
Monkey patches the LiteCLI config to toggle settings that make more sense for us. :param rc: :return:
objection/commands/sqlite.py:12
Functionmonitor
()
agent/src/ios/crypto.ts:342
Functionmonitor
Starts a new objection job that monitors the Android clipboard and reports on new strings found. :param args: :retur
objection/commands/android/clipboard.py:4
Functionmonitor
Starts a new objection job that monitors the iOS pasteboard and reports on new strings found. :param args: :return:
objection/commands/ios/pasteboard.py:4
Functionnew_secho
Patch the secho method from the click package so that the text that should be echoed is logged first. :param text: :
objection/utils/__init__.py:30
Functionnotify
Notify when a class becomes available. :param args: :return:
objection/commands/android/hooking.py:203
FunctiononEnter
(args)
agent/src/ios/crypto.ts:80
FunctiononEnter
(args)
agent/src/ios/jailbreak.ts:56
FunctiononEnter
(args)
agent/src/ios/pinning.ts:64
← previousnext →401–500 of 854, ranked by callers