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
Method
test_are_requirements_met_returns_false_if_not_met
(self)
tests/utils/patchers/test_base.py:39
Method
test_are_requirements_met_returns_true_if_met
(self)
tests/utils/patchers/test_base.py:33
Method
test_argument_dump_args_returns_false
(self)
tests/commands/android/test_hooking.py:38
Method
test_argument_dump_args_returns_true
(self)
tests/commands/android/test_hooking.py:30
Method
test_argument_dump_return_returns_false
(self)
tests/commands/android/test_hooking.py:53
Method
test_argument_dump_return_returns_true
(self)
tests/commands/android/test_hooking.py:45
Method
test_argument_includes_backtrace_flag
(self)
tests/commands/android/test_hooking.py:22
Method
test_bypass_touchid
(self, mock_api)
tests/commands/test_ui.py:63
Method
test_can_find_asset_download_url
(self)
tests/utils/patchers/test_ios.py:49
Method
test_can_find_command_completion
(self)
tests/console/test_completer.py:12
Method
test_can_find_download_url_for_gadget
(self)
tests/utils/patchers/test_android.py:85
Method
test_cant_find_job_by_uuid
(self, mock_api)
tests/commands/test_jobs.py:65
Method
test_cat_validates_arguments
(self)
tests/commands/ios/test_plist.py:10
Method
test_cat_with_full_path
(self, mock_api)
tests/commands/ios/test_plist.py:17
Method
test_cat_with_relative
(self, mock_file_manager, mock_api)
tests/commands/ios/test_plist.py:27
Method
test_cd_argument_validation
(self)
tests/commands/test_filemanager.py:15
Method
test_cd_to_absoluate_android_path
(self, mock_path_exists_android)
tests/commands/test_filemanager.py:60
Method
test_cd_to_absoluate_ios_path
(self, mock_path_exists_ios)
tests/commands/test_filemanager.py:47
Method
test_cd_to_absoluate_ios_path_that_does_not_exist
(self, mock_path_exists_ios)
tests/commands/test_filemanager.py:73
Method
test_cd_to_dot_directory_does_nothing
(self)
tests/commands/test_filemanager.py:21
Method
test_cd_to_double_dot_moves_stays_in_current_directory_if_already_root
(self)
tests/commands/test_filemanager.py:37
Method
test_cd_to_double_dot_moves_up_one_directory
(self)
tests/commands/test_filemanager.py:28
Method
test_cd_to_relative_path_android
(self, mock_path_exists_android)
tests/commands/test_filemanager.py:99
Method
test_cd_to_relative_path_ios
(self, mock_path_exists_ios)
tests/commands/test_filemanager.py:86
Method
test_cd_to_relative_path_ios_that_does_not_exist
(self, mock_path_exists_ios)
tests/commands/test_filemanager.py:112
Method
test_check_commands_fails_to_find_command_and_displays_error
(self, mock_shutil)
tests/utils/patchers/test_base.py:63
Method
test_check_commands_finds_commands_and_sets_location
(self, mock_shutil)
tests/utils/patchers/test_base.py:46
Method
test_check_if_gadget_exists_fails_without_architecture
(self)
tests/utils/patchers/test_android.py:81
Method
test_checks_if_gadget_exists
(self, mock_os)
tests/utils/patchers/test_ios.py:42
Method
test_checks_if_gadget_exists_if_it_really_does_not_exist
(self, mock_os)
tests/utils/patchers/test_android.py:73
Method
test_checks_if_gadget_exists_if_it_really_exists
(self, mock_os)
tests/utils/patchers/test_android.py:64
Method
test_checks_if_string_value_is_python_boolean_false
(self)
tests/commands/android/test_hooking.py:17
Method
test_checks_if_string_value_is_python_boolean_true
(self)
tests/commands/android/test_hooking.py:12
Method
test_class_is_prefixed_with_native_returns_false
(self)
tests/commands/ios/test_hooking.py:45
Method
test_class_is_prefixed_with_native_returns_true
(self)
tests/commands/ios/test_hooking.py:40
Method
test_cleans_argument_lists_with_flags
(self)
tests/utils/test_helpers.py:49
Method
test_clear
(self, mock_confirm, mock_api)
tests/commands/android/test_keystore.py:42
Method
test_clear
(self, mock_confirm, mock_api)
tests/commands/ios/test_keychain.py:131
Method
test_clear_clears_command_history
(self)
tests/commands/test_command_history.py:41
Method
test_clears_command_history
(self)
tests/state/test_app.py:25
Method
test_cli_rejects_local_and_network_together
(self)
tests/console/test_cli.py:112
Method
test_cli_uses_local_connection_mode
(self)
tests/console/test_cli.py:92
Method
test_cli_uses_network_connection_mode
(self)
tests/console/test_cli.py:101
Method
test_data_flag_check_ignored_without_data_flag
(self)
tests/commands/ios/test_keychain.py:31
Method
test_data_flag_is_checked_when_flag_is_specified
(self)
tests/commands/ios/test_keychain.py:36
Method
test_data_flag_is_checked_when_only_data_flag_is_specified_without_key
(self)
tests/commands/ios/test_keychain.py:41
Method
test_detects_no_exception_handler_argument
(self)
tests/commands/test_frida_commands.py:9
Method
test_disable
(self, mock_api)
tests/commands/android/test_root.py:9
Method
test_disable
(self, mock_api)
tests/commands/ios/test_pinning.py:9
Method
test_disable
(self, mock_api)
tests/commands/ios/test_jailbreak.py:9
Method
test_displays_empty_jobs_message
(self, mock_api)
tests/commands/test_jobs.py:32
Method
test_displays_list_of_jobs
(self, mock_api)
tests/commands/test_jobs.py:44
Method
test_does_nothing_when_empty_command_is_passed
(self)
tests/console/test_repl.py:13
Method
test_does_nothing_when_only_spaces_as_command_is_passed
(self)
tests/console/test_repl.py:17
Method
test_download_platform_proxy_calls_android_method
(self, mock_download_android)
tests/commands/test_filemanager.py:394
Method
test_download_platform_proxy_calls_ios_method
(self, mock_download_ios)
tests/commands/test_filemanager.py:386
Method
test_download_platform_proxy_validates_arguments
(self)
tests/commands/test_filemanager.py:379
Method
test_downloads_file_but_fails_on_file_type_with_android_helper
(self, mock_open, mock_api)
tests/commands/test_filemanager.py:477
Method
test_downloads_file_but_fails_on_file_type_with_ios_helper
(self, mock_api)
tests/commands/test_filemanager.py:432
Method
test_downloads_file_but_fails_on_unreadable_with_android_helper
(self, mock_open, mock_api)
tests/commands/test_filemanager.py:464
Method
test_downloads_file_but_fails_on_unreadable_with_ios_helper
(self, mock_api)
tests/commands/test_filemanager.py:423
Method
test_downloads_file_with_android_helper
(self, mock_open, mock_api)
tests/commands/test_filemanager.py:443
Method
test_downloads_file_with_ios_helper
(self, mock_open, mock_api)
tests/commands/test_filemanager.py:403
Method
test_dump
(self, mock_api)
tests/commands/ios/test_nsurlcredentialstorage.py:10
Method
test_dump_all
(self, mock_open, mock_api)
tests/commands/test_memory.py:36
Method
test_dump_all_validates_arguments
(self)
tests/commands/test_memory.py:28
Method
test_dump_exports_validates_arguments_with_json_flag
(self)
tests/commands/test_memory.py:124
Method
test_dump_exports_validates_arguments_without_json_flag
(self)
tests/commands/test_memory.py:114
Method
test_dump_exports_without_error
(self, mock_api)
tests/commands/test_memory.py:131
Method
test_dump_exports_without_error_as_json
(self, mock_open, mock_api)
tests/commands/test_memory.py:151
Method
test_dump_from_base
(self, mock_open, mock_api)
tests/commands/test_memory.py:61
Method
test_dump_from_base_validates_arguments
(self)
tests/commands/test_memory.py:52
Method
test_dump_ios_ui
(self, mock_api)
tests/commands/test_ui.py:54
Method
test_dump_raw
(self, mock_api)
tests/commands/ios/test_keychain.py:97
Method
test_dump_to_json
(self, mock_open, mock_api)
tests/commands/ios/test_keychain.py:107
Method
test_dump_to_screen
(self, mock_api)
tests/commands/ios/test_keychain.py:77
Method
test_dump_to_screen_handles_empty_data
(self, mock_api)
tests/commands/ios/test_keychain.py:62
Method
test_dump_validates_arguments_if_json_output_is_wanted
(self)
tests/commands/ios/test_keychain.py:25
Method
test_entries_handles
(self, mock_api)
tests/commands/android/test_keystore.py:23
Method
test_entries_handles_empty_data
(self, mock_api)
tests/commands/android/test_keystore.py:10
Method
test_execute_prints_output
(self, mock_api)
tests/commands/android/test_command.py:10
Method
test_fails_to_find_help_for_invalid_command
(self)
tests/console/test_repl.py:46
Method
test_fails_to_get_frida_library_path_without_architecture
(self)
tests/utils/patchers/test_android.py:59
Method
test_fails_when_invalid_command_is_passed
(self)
tests/console/test_repl.py:55
Method
test_file_upload_method_proxy_calls_android_helper_method
(self, mock_upload_android)
tests/commands/test_filemanager.py:504
Method
test_file_upload_method_proxy_calls_ios_helper_method
(self, mock_upload_ios)
tests/commands/test_filemanager.py:496
Method
test_file_upload_method_proxy_validates_arguments
(self)
tests/commands/test_filemanager.py:489
Method
test_find_pattern_validates_arguments
(self)
tests/commands/test_memory.py:168
Method
test_find_pattern_with_string_argument
(self, mock_api)
tests/commands/test_memory.py:188
Method
test_find_pattern_without_string_argument
(self, mock_api)
tests/commands/test_memory.py:175
Method
test_find_pattern_without_string_argument_with_offets_only
(self, mock_api)
tests/commands/test_memory.py:201
Method
test_finds_help_when_prefixed_with_help_command
(self)
tests/console/test_repl.py:36
Method
test_get
(self, mock_api)
tests/commands/ios/test_nsuserdefaults.py:10
Method
test_get
(self, mock_api)
tests/commands/ios/test_cookies.py:19
Method
test_get_android_pwd_via_helper
(self, mock_api)
tests/commands/test_filemanager.py:220
Method
test_get_current_activity_and_fragment
(self, mock_api)
tests/commands/android/test_hooking.py:201
Method
test_get_flag_value_gets_value_of_flag
(self)
tests/commands/ios/test_keychain.py:56
Method
test_get_handles_empty_data
(self, mock_api)
tests/commands/ios/test_cookies.py:10
Method
test_get_ios_pwd_via_helper
(self, mock_api)
tests/commands/test_filemanager.py:213
Method
test_gets_architecture_when_set
(self)
tests/utils/patchers/test_android.py:47
← previous
next →
601–700 of 854, ranked by callers