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
onEnter
(args)
agent/src/ios/userinterface.ts:84
Function
onLeave
(retval)
agent/src/ios/crypto.ts:88
Function
onLeave
(retval)
agent/src/ios/jailbreak.ts:73
Function
onLeave
(retval)
agent/src/ios/pinning.ts:267
Function
patchapk
Patch an APK with the frida-gadget.so.
objection/console/cli.py:335
Function
patchipa
Patch an IPA with the FridaGadget dylib.
objection/console/cli.py:289
Function
pathIsFile
(path: string)
agent/src/android/filesystem.ts:57
Function
pathIsFile
(path: string)
agent/src/ios/filesystem.ts:67
Function
ping
Pings the agent. :param args: :return:
objection/commands/frida_commands.py:42
Function
print_frida_connection_help
Prints help information about connecting to devices and processes. :return:
objection/utils/helpers.py:109
Function
pwd
()
agent/src/android/filesystem.ts:71
Function
pwd
()
agent/src/ios/filesystem.ts:82
Function
pwd_print
Prints the current working directory. :param args: :return:
objection/commands/filemanager.py:202
Function
qlog
(quiet: boolean, ...msg: string[])
agent/src/lib/color.ts:16
Function
read
(path: string)
agent/src/ios/plist.ts:5
Function
readFile
(path: string)
agent/src/android/filesystem.ts:83
Function
readFile
(path: string)
agent/src/ios/filesystem.ts:92
Function
readable
(path: string)
agent/src/android/filesystem.ts:29
Function
readable
(path: string)
agent/src/ios/filesystem.ts:43
Function
red
(message: string)
agent/src/lib/color.ts:27
Function
redBright
(message: string)
agent/src/lib/color.ts:31
Function
remove
(account: string, service: string)
agent/src/ios/keychain.ts:178
Function
remove
Remove matching keychain entries from the keychain :param args: :return:
objection/commands/ios/keychain.py:141
Function
replace
(pattern: string, replace: number[])
agent/src/generic/memory.ts:54
Function
replace_pattern
Searches the current processes accessible memory for a specific pattern and replaces it with given bytes or string. :param args:
objection/commands/memory.py:323
Function
run
Run a single objection command.
objection/console/cli.py:237
Function
runonce
Run an arbitrary script in the connected frida enabled device. Responses are JSON encoded by default, but can be raw by addi
objection/api/script.py:9
Function
runtime
()
agent/src/generic/environment.ts:36
Function
save
Save the current sessions command history to a file. :param args: :return:
objection/commands/command_history.py:22
Method
script_on_message
The callback to run when a message is received from the agent. :param message: :param data: :return
objection/utils/agent.py:79
Function
search
(patternOrClass: string)
agent/src/ios/hooking.ts:27
Function
search
Enumerates the current Android application for classes and methods. :param args: :return:
objection/commands/android/hooking.py:261
Function
search
Searches the current iOS application for classes and methods. :param args: :return:
objection/commands/ios/hooking.py:296
Method
session_on_detached
The callback to run for the detach signal :param message: :param crash: :return:
objection/utils/agent.py:45
Function
setFlagSecure
(v: boolean)
agent/src/android/userinterface.ts:60
Function
setMethodReturn
(selector: string, returnValue: boolean)
agent/src/ios/hooking.ts:167
Function
setReturnValue
(fqClazz: string, filterOverload: string | null, newRet: boolean)
agent/src/android/hooking.ts:535
Method
setUp
(self, github, mock_os)
tests/utils/patchers/test_android.py:11
Method
setUp
(self)
tests/utils/patchers/test_github.py:8
Method
setUp
(self, mock_github)
tests/utils/patchers/test_base.py:10
Method
setUp
(self)
tests/utils/patchers/test_base.py:22
Method
setUp
(self, mock_github, mock_os)
tests/utils/patchers/test_ios.py:10
Method
setUp
(self)
tests/console/test_cli.py:12
Method
setUp
(self)
tests/console/test_completer.py:9
Method
setUp
(self)
tests/console/test_repl.py:10
Method
setUp
(self)
tests/commands/test_plugin_manager.py:10
Method
setUp
(self)
tests/commands/test_jobs.py:25
Method
setUp
(self)
tests/commands/test_command_history.py:10
Method
setUp
(self)
tests/commands/ios/test_bundles.py:10
Function
set_method_return_value
Sets a Java methods return value to a specified boolean. :param args: :return:
objection/commands/android/hooking.py:391
Function
show
Show all of the jobs that are currently running :return:
objection/commands/jobs.py:8
Function
show_android_class_loaders
Show the currently registered class loaders. :return:
objection/commands/android/hooking.py:162
Function
show_android_class_methods
Shows the methods available on an Android class. :param args: :return:
objection/commands/android/hooking.py:179
Function
show_android_classes
Show the currently loaded classes. Note that Java classes are only loaded when they are used, so not all classes may be pre
objection/commands/android/hooking.py:143
Function
show_bundles
Prints information about bundles that are not necessarily frameworks https://developer.apple.com/documentation/foundation/nsbundle/1
objection/commands/ios/bundles.py:79
Function
show_frameworks
Prints information about bundles that represent frameworks. https://developer.apple.com/documentation/foundation/nsbundle/1408056-al
objection/commands/ios/bundles.py:50
Function
show_ios_class_methods
Displays the methods available in a class. :param args: :return:
objection/commands/ios/hooking.py:224
Function
show_ios_classes
Prints the classes available in the current Objective-C runtime to the screen. :param args: :return:
objection/commands/ios/hooking.py:199
Function
show_registered_activities
Enumerate all registered Activities :return:
objection/commands/android/hooking.py:361
Function
show_registered_broadcast_receivers
Enumerate all registered BroadcastReceivers :return:
objection/commands/android/hooking.py:329
Function
show_registered_services
Enumerate all registered Services :return:
objection/commands/android/hooking.py:345
Function
signapk
Zipalign and sign an APK with the objection key.
objection/console/cli.py:364
Function
simple
Generate simple hooks for all methods in a Java class. :param args: :return:
objection/commands/android/generate.py:26
Function
simple
Generate simple hooks for all methods in a class. :param args: :return:
objection/commands/ios/generate.py:26
Function
start
(pwd: string, port: number = 9000)
agent/src/generic/http.ts:42
Function
start
Start a new session
objection/console/cli.py:142
Function
start
Start's an http server, exposing the mobile devices filesystem. :param args: :return:
objection/commands/http.py:7
Function
startActivity
(activityClass: string)
agent/src/android/intent.ts:18
Function
startService
(serviceClass: string)
agent/src/android/intent.ts:45
Function
status
()
agent/src/generic/http.ts:117
Function
status
Get the status of the HTTP server :param args: :return:
objection/commands/http.py:38
Function
stop
()
agent/src/generic/http.ts:103
Function
stop
Stops the on device HTTP server :param args: :return:
objection/commands/http.py:26
Function
stringCanary
(can: string)
agent/src/android/monitor.ts:4
Function
string_canary
Monitors for a string canary argument and reports when it is found. :param args: :return:
objection/commands/android/monitor.py:6
Function
take
()
agent/src/ios/userinterface.ts:9
Method
tearDown
(self)
tests/commands/test_jobs.py:28
Method
tearDown
(self)
tests/commands/test_command_history.py:13
Method
tearDown
(self)
tests/commands/test_filemanager.py:12
Method
tearDown
(self)
tests/commands/test_ui.py:11
Method
tearDown
(self)
tests/state/test_app.py:7
Method
tearDown
(self)
tests/state/test_jobs.py:7
Method
teardown
(self)
objection/utils/agent.py:393
Method
test_adds_command_to_history
(self)
tests/state/test_app.py:19
Method
test_adds_item_successfully
(self, mock_api)
tests/commands/ios/test_keychain.py:147
Method
test_adds_item_validates_data_key_to_need_identifier
(self)
tests/commands/ios/test_keychain.py:140
Method
test_adds_item_with_failure
(self, mock_api)
tests/commands/ios/test_keychain.py:160
Method
test_adds_jobs
(self)
tests/state/test_jobs.py:13
Method
test_alert_helper_method_proxy_calls_ios
(self, mock_alert_ios)
tests/commands/test_ui.py:15
Method
test_alert_helper_method_proxy_calls_ios_custom_message
(self, mock_alert_ios)
tests/commands/test_ui.py:23
Method
test_alert_ios_helper_method
(self, mock_api)
tests/commands/test_ui.py:31
Method
test_analyze_implicit_intents
(self, mock_api)
tests/commands/android/test_intents.py:34
Method
test_android_flag_secure
(self, mock_api)
tests/commands/test_ui.py:98
Method
test_android_flag_secure_validates_argument_as_boolean_string
(self)
tests/commands/test_ui.py:85
Method
test_android_flag_secure_validates_argument_is_present
(self)
tests/commands/test_ui.py:91
Method
test_android_path_exists_helper
(self, mock_api)
tests/commands/test_filemanager.py:178
Method
test_android_screenshot
(self, mock_open, mock_api)
tests/commands/test_ui.py:76
Method
test_android_screenshot_validates_arguments
(self)
tests/commands/test_ui.py:68
Method
test_app_should_debug_hooks_if_true
(self)
tests/state/test_app.py:14
Method
test_app_should_not_debug_hooks_by_default
(self)
tests/state/test_app.py:11
← previous
next →
501–600 of 854, ranked by callers