Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sensepost/objection
/ functions
Functions
854 in github.com/sensepost/objection
⨍
Functions
854
◇
Types & classes
105
↳
Endpoints
145
Function
dump_from_base
Dump memory from a base address for a specific size to file :param args: :return:
objection/commands/memory.py:164
Function
dump_ios_ui
Dumps the current iOS user interface in a serialized form. :param args: :return:
objection/commands/ui.py:66
Function
dump_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
Function
empty
()
agent/src/ios/keychain.ts:166
Function
enable
()
agent/src/android/root.ts:450
Function
enable
()
agent/src/ios/jailbreak.ts:320
Method
end
(self)
tests/commands/test_jobs.py:20
Function
entries
Lists entries in the Android KeyStore :param args: :return:
objection/commands/android/keystore.py:21
Function
evaluate
(handle: number, js: string)
agent/src/android/heap.ts:137
Function
evaluate
(pointer: string, js: string)
agent/src/ios/heap.ts:92
Function
evaluate
(js: string)
agent/src/generic/custom.ts:1
Function
evaluate
Evaluate JavaScript within the agent's context. :param args: :return:
objection/commands/custom.py:12
Function
evaluate
Evaluates JavaScript on a handle :param args: :return:
objection/commands/android/heap.py:143
Function
evaluate
Evaluate JavaScript on an Objective-C pointer. :param args: :return:
objection/commands/ios/heap.py:178
Function
execute
(handle: number, method: string, returnString: boolean = false)
agent/src/android/heap.ts:90
Function
execute
(cmd: string)
agent/src/android/shell.ts:15
Function
execute
Runs a shell command on an Android device. :param args: :return:
objection/commands/android/command.py:6
Function
execute
Executes a method on a handle which is assumed to be a Java class instance. :param args: :return:
objection/commands/android/heap.py:92
Function
execute
Executes a method on a pointer which is assumed to be an Objective-C object. :param args: :return:
objection/commands/ios/heap.py:152
Function
exists
(path: string)
agent/src/android/filesystem.ts:15
Function
exists
(path: string)
agent/src/ios/filesystem.ts:29
Function
explore
Deprecated: Use 'start' instead.
objection/console/cli.py:218
Function
fields
(handle: number)
agent/src/android/heap.ts:109
Function
fields
:param args: :return:
objection/commands/android/heap.py:119
Function
find_pattern
Searches the current processes accessible memory for a specific pattern. :param args: :return:
objection/commands/memory.py:290
Function
frida
()
agent/src/generic/environment.ts:43
Function
frida_environment
Prints information about the current Frida environment. :param args: :return:
objection/commands/frida_commands.py:22
Function
get
()
agent/src/ios/binarycookies.ts:10
Function
get
()
agent/src/ios/nsuserdefaults.ts:8
Function
get
Gets cookies using the iOS NSHTTPCookieStorage sharedHTTPCookieStorage and prints them to the screen. :param args: :
objection/commands/ios/cookies.py:20
Function
get
Gets all of the values stored in NSUserDefaults and prints them to screen. :param args: :return:
objection/commands/ios/nsuserdefaults.py:6
Function
getAcceptedIssuers
()
agent/src/android/pinning.ts:58
Function
getActivities
()
agent/src/android/hooking.ts:457
Function
getBroadcastReceivers
()
agent/src/android/hooking.ts:502
Function
getBundles
(type: BundleType)
agent/src/ios/bundles.ts:13
Function
getClassHandle
(className: string)
agent/src/android/hooking.ts:157
Function
getClassLoaders
()
agent/src/android/hooking.ts:48
Function
getClassMethods
(className: string)
agent/src/android/hooking.ts:135
Function
getClassMethods
(className: string, includeParents: boolean)
agent/src/ios/hooking.ts:10
Function
getClassMethodsOverloads
(className: string, methodsAllowList: string[] = [], loader?: string)
agent/src/android/hooking.ts:210
Function
getClasses
()
agent/src/android/hooking.ts:42
Function
getClasses
()
agent/src/ios/hooking.ts:6
Function
getCurrentActivity
()
agent/src/android/hooking.ts:421
Function
getInstances
(clazz: string)
agent/src/android/heap.ts:46
Function
getInstances
(clazz: string)
agent/src/ios/heap.ts:22
Function
getIvars
(pointer: string, toUTF8: boolean)
agent/src/ios/heap.ts:52
Function
getMethods
(pointer: string)
agent/src/ios/heap.ts:75
Function
getServices
()
agent/src/android/hooking.ts:472
Method
get_comms_type
Returns the currently configured connection type. :return:
objection/state/connection.py:56
Method
get_completions
The main method that gets called by prompt-toolkit to determine which completions to show. This :param document:
objection/console/completer.py:99
Function
get_current_activity
Get the currently active activity :return:
objection/commands/android/hooking.py:377
Function
green
(message: string)
agent/src/lib/color.ts:25
Function
greenBright
(message: string)
agent/src/lib/color.ts:32
Function
hasIdent
(ident: number)
agent/src/lib/jobs.ts:87
Function
hasType
(type: string)
agent/src/lib/jobs.ts:99
Function
history
Lists the commands that have been run in the current session. :param args: :return:
objection/commands/command_history.py:8
Method
hook
(m, f = null)
objection/utils/assets/javahookmanager.js:80
Method
hook
(m, enter = null, leave = null)
objection/utils/assets/objchookmanager.js:58
Method
http_api
The API endpoints for this plugin. :return:
plugins/api/__init__.py:36
Function
identifier
()
agent/src/lib/jobs.ts:77
Function
info
()
agent/src/ios/binary.ts:23
Function
info
Gets information about binaries and frameworks. :param args: :return:
objection/commands/ios/binary.py:7
Function
instances
Asks the agent to print the currently live instances of a particular class :param args: :return:
objection/commands/android/heap.py:34
Function
invoke
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
Function
iosPackage
()
agent/src/generic/environment.ts:54
Function
iosPaths
()
agent/src/generic/environment.ts:77
Function
ios_screenshot
Take an iOS screenshot. :param args: :return:
objection/commands/ui.py:40
Function
ivars
Get ivars for an Objective-C object at a pointer :param args: :return:
objection/commands/ios/heap.py:97
Function
kill
Kills a specific objection job. :param args: :return:
objection/commands/jobs.py:38
Function
lazyWatchForPattern
(query: string, watch: boolean, dargs: boolean, dret: boolean, dbt: boolean)
agent/src/android/hooking.ts:73
Function
list
()
agent/src/android/keystore.ts:22
Function
list2posix_cmdline
Translate a sequence of arguments into a command line string. Implemented using shlex.quote because subprocess.list
objection/utils/patchers/base.py:16
Function
listExports
(name: string)
agent/src/generic/memory.ts:7
Function
listModules
()
agent/src/generic/memory.ts:3
Function
listRaw
()
agent/src/ios/keychain.ts:122
Function
list_content_in_current_fm_directory
Return folders and files in the current working directory of the Frida attached device.
objection/commands/filemanager.py:910
Function
list_current_jobs
Return a list of the currently listed objection jobs. Used for tab completion in the repl.
objection/commands/jobs.py:55
Function
list_exports
Dumps the exported methods from a loaded module to screen. :param args: :return:
objection/commands/memory.py:245
Function
list_files_in_current_fm_directory
Return files in the current working directory of the Frida attached device.
objection/commands/filemanager.py:876
Function
list_folders_in_current_fm_directory
Return folders in the current working directory of the Frida attached device.
objection/commands/filemanager.py:842
Function
list_modules
List modules loaded in the current process. :param args: :return:
objection/commands/memory.py:205
Function
load_background
Loads a Frida script and runs it in the background. :param args: :return:
objection/commands/frida_commands.py:57
Method
load_flex
Loads flex. :param args: :return:
plugins/flex/__init__.py:36
Method
load_mettle
Loads mettle. :param args: :return:
plugins/mettle/__init__.py:40
Method
load_stetho
Loads stetho. :param args: :return:
plugins/stetho/__init__.py:36
Function
ls
(p: string)
agent/src/android/filesystem.ts:115
Function
ls
(path: string)
agent/src/ios/filesystem.ts:121
Function
magenta
(message: string)
agent/src/lib/color.ts:26
Function
methods
(handle: number)
agent/src/android/heap.ts:77
Function
methods
Get the methods available on a handle :param args: :return:
objection/commands/android/heap.py:63
Function
methods
Get methods for an Objective-C object at a pointer :param args: :return:
objection/commands/ios/heap.py:121
Function
modify_config
Monkey patches the LiteCLI config to toggle settings that make more sense for us. :param rc: :return:
objection/commands/sqlite.py:12
Function
monitor
()
agent/src/ios/crypto.ts:342
Function
monitor
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
Function
monitor
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
Function
new_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
Function
notify
Notify when a class becomes available. :param args: :return:
objection/commands/android/hooking.py:203
Function
onEnter
(args)
agent/src/ios/crypto.ts:80
Function
onEnter
(args)
agent/src/ios/jailbreak.ts:56
Function
onEnter
(args)
agent/src/ios/pinning.ts:64
← previous
next →
401–500 of 854, ranked by callers