Nightly CI #3
GitHub Actions / Test Results
succeeded
Aug 27, 2023 in 0s
All 876 tests pass, 16 skipped in 1h 10m 18s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
16 skipped tests found
There are 16 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
test_cacher.TestCacher ‑ test_cacher
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_cgc_binary1
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_cgc_binary2
test_cfgemulated.TestCfgemulate ‑ test_cfg_0
test_cfgemulated.TestCfgemulate ‑ test_cfg_1
test_cfgemulated.TestCfgemulate ‑ test_cfg_2
test_cfgemulated.TestCfgemulate ‑ test_cfg_3
test_cfgemulated.TestCfgemulate ‑ test_cfg_4
test_cfgemulated.TestCfgemulate ‑ test_cfg_5
test_cfgemulated.TestCfgemulate ‑ test_loop_unrolling
test_cfgfast.TestCfgfast ‑ test_ntoskrnl
test_syscall_override.TestSyscallOverride ‑ test_fauxware_override_armel
test_syscall_override.TestSyscallOverride ‑ test_fauxware_override_mips
test_syscall_override.TestSyscallOverride ‑ test_fauxware_override_ppc
test_vault.TestVault ‑ test_ast_vault_VaultDirShelf
test_vault.TestVault ‑ test_vault_identity_VaultDirShelf
Check notice on line 0 in .github
github-actions / Test Results
892 tests found
There are 892 tests, see "Raw output" for the full list of tests.
Raw output
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_add_transitions_updates_the_slice
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_get_entrypoints_from_slice
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_get_transitions_from_slice
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_nodes
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_path_between_deals_with_loops
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_path_between_returns_True_only_if_there_exists_at_least_a_path_between_two_nodes_in_the_slice
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_transitions_as_tuples
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_callgraph_mutates_the_original_graph
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_callgraph_remove_content_not_in_a_cfg_slice_to_sink
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_cfg_graph_mutates_the_original_graph
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_cfg_graph_remove_content_not_in_a_cfg_slice_to_sink
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_function_graph_mutates_the_original_function_graph
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_function_graph_remove_nodes_not_in_a_cfg_slice_to_sink
analyses.cfg_slice_to_sink.test_transitions.TestTrasitions ‑ test_merge_transitions
analyses.cfg_slice_to_sink.test_transitions.TestTrasitions ‑ test_merging_transitions_with_a_from_node_present_in_both_operands
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_add_dependencies_for_concrete_pointers_of_adds_a_definition_for_data_pointed_to_by_given_definition
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_add_dependencies_for_concrete_pointers_of_adds_a_definition_with_codelocation_in_binary_if_data_in_readonly_memory
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_add_dependencies_for_concrete_pointers_of_create_memory_location_with_undefined_data_if_data_pointed_to_by_definition_is_not_known
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_add_dependencies_for_concrete_pointers_of_does_nothing_if_data_pointed_to_by_definition_is_already_in_dependency_graph
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_add_dependencies_for_concrete_pointers_of_does_nothing_if_pointer_is_not_concrete
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_add_dependencies_for_concrete_pointers_of_fails_if_the_given_definition_is_not_in_the_graph
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_contains_atom_returns_false_if_the_dependency_graph_does_not_contain_a_definition_of_the_given_atom
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_contains_atom_returns_true_if_the_dependency_graph_contains_a_definition_of_the_given_atom
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_delegate_add_edge_to_the_underlying_graph_object
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_delegate_add_node_to_the_underlying_graph_object
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_delegate_nodes_to_the_underlying_graph_object
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_delegate_predecessors_to_the_underlying_graph_object
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_dep_graph_has_a_default_graph
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_dep_graph_refuses_to_instanciate_with_an_inadequate_graph
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_transitive_closure_includes_beginning_node_with_memoized_content
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_transitive_closure_of_a_node
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_transitive_closure_of_a_node_on_a_graph_with_loops_should_still_terminate
analyses.reaching_definitions.test_dep_graph.TestDepGraph ‑ test_transitive_closure_of_a_node_should_copy_labels_from_original_graph
analyses.reaching_definitions.test_function_handler.TestFunctionhandler ‑ test_function_handler_depends_has_endness
analyses.reaching_definitions.test_heap_allocator.TestHeapAllocator ‑ test_allocate_create_an_entry_after_the_previous_one
analyses.reaching_definitions.test_heap_allocator.TestHeapAllocator ‑ test_allocate_given_an_undefined_size_still_gives_a_concrete_address
analyses.reaching_definitions.test_heap_allocator.TestHeapAllocator ‑ test_allocate_returns_an_entry_address
analyses.reaching_definitions.test_heap_allocator.TestHeapAllocator ‑ test_allocated_addresses_keeps_track_of_memory_chuncks_in_use
analyses.reaching_definitions.test_heap_allocator.TestHeapAllocator ‑ test_free_removes_the_address_from_list_of_allocated_ones
analyses.reaching_definitions.test_rd_state.TestReachingDefinitionsState ‑ test_get_sp_delegates_to_the_underlying_live_definitions
analyses.reaching_definitions.test_rd_state.TestReachingDefinitionsState ‑ test_initializing_rd_state_for_ppc_with_rtoc_value
analyses.reaching_definitions.test_rd_state.TestReachingDefinitionsState ‑ test_initializing_rd_state_for_ppc_without_rtoc_value_should_raise_an_error
analyses.reaching_definitions.test_rd_state.TestReachingDefinitionsState ‑ test_rd_state_gets_a_default_heap_allocator
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_conditional_return
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_constants_not_stored_to_live_memory_defs
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_dep_graph
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_dep_graph_stack_variables
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_get_the_sp_from_a_reaching_definition
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_insn_observe_after_a_pyvex_statement
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_insn_observe_an_ailment_statement
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_insn_observe_before_an_imark_pyvex_statement
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_node_observe
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_partial_register_read
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_rda_on_a_block_without_cfg
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_reaching_definition_analysis_definitions
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_reaching_definition_analysis_exposes_its_subject
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_reaching_definition_analysis_visited_blocks
analyses.reaching_definitions.test_reachingdefinitions.TestReachingDefinitions ‑ test_uses_function_call_arguments
analyses.reaching_definitions.test_subject.TestSubject ‑ test_can_be_instantiated_with_a_block
analyses.reaching_definitions.test_subject.TestSubject ‑ test_can_be_instantiated_with_a_function
analyses.reaching_definitions.test_subject.TestSubject ‑ test_can_be_instantiated_with_an_ailment_block
analyses.reaching_definitions.test_subject.TestSubject ‑ test_cc_attribute_should_raise_error_when_subject_is_a_block
analyses.reaching_definitions.test_subject.TestSubject ‑ test_fails_when_instanciated_with_an_inadequate_object
analyses.reaching_definitions.test_subject.TestSubject ‑ test_func_graph_attribute_should_raise_error_when_subject_is_a_block
analyses.reaching_definitions.test_subject.TestSubject ‑ test_when_instanciated_with_a_function_need_other_attributes
analyses.test_cfb.CFBlanketTests ‑ test_on_object_added_callback
engines.light.test_data.TestSpOffset ‑ test_difference_between_two_sp_offset_is_concrete
engines.pcode.test_pcode.TestPcodeEngine ‑ test_fauxware
engines.pcode.test_pcode.TestPcodeEngine ‑ test_shellcode
knowledge_plugins.cfg.test_cfg_manager.TestCFGManager ‑ test_when_both_cfg_emulated_and_cfg_fast_are_present
knowledge_plugins.cfg.test_cfg_manager.TestCFGManager ‑ test_when_no_cfg_is_present
knowledge_plugins.cfg.test_cfg_manager.TestCFGManager ‑ test_when_only_cfg_emulated_is_present
knowledge_plugins.cfg.test_cfg_manager.TestCFGManager ‑ test_when_only_cfg_fast_is_present
knowledge_plugins.functions.test_function.TestFunction ‑ test_functions_called_returns_all_functions_that_can_be_reached_from_the_function
knowledge_plugins.functions.test_function.TestFunction ‑ test_functions_called_with_cyclic_dependencies
knowledge_plugins.functions.test_function.TestFunction ‑ test_functions_called_with_recursive_function
knowledge_plugins.key_definitions.test_atoms.TestAtoms ‑ test_from_argument_instanciate_a_Register_when_given_a_SimRegArg
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_get_fails_when_called_with_wrong_type_of_name
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_get_result_tells_if_environment_does_not_know_about_one_of_the_variable
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_get_result_tells_if_environment_knows_about_all_the_variables
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_get_returns_a_dataset_with_UNDEFINED_when_the_environment_variable_is_not_set
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_get_returns_the_pointer_associated_with_an_existing_environment_variable
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_get_returns_values_associated_with_all_possible_given_names
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_merge_fails_when_merging_with_a_non_Environment_instance
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_merge_two_environments_merge_data_associated_with_each_variable
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_set_fails_when_wvariable_name_is_of_wrong_type
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_set_sets_associates_data_to_a_given_variable_name
knowledge_plugins.key_definitions.test_environment.TestEnvironment ‑ test_set_sets_can_associate_data_to_UNDEFINED
knowledge_plugins.key_definitions.test_heap_address.TestHeapAddress ‑ test_add_fails_if_value_added_is_not_int
knowledge_plugins.key_definitions.test_heap_address.TestHeapAddress ‑ test_add_increase_the_heap_address_value_by_the_right_amount
knowledge_plugins.key_definitions.test_heap_address.TestHeapAddress ‑ test_add_is_commutative
knowledge_plugins.key_definitions.test_heap_address.TestHeapAddress ‑ test_expose_its_value_as_a_property
knowledge_plugins.key_definitions.test_live_definitions.TestLiveDefinitions ‑ test_get_sp_fails_if_there_are_different_definitions_for_sp_with_different_values
knowledge_plugins.key_definitions.test_live_definitions.TestLiveDefinitions ‑ test_get_sp_retrieves_the_value_of_sp_register
knowledge_plugins.key_definitions.test_live_definitions.TestLiveDefinitions ‑ test_get_sp_retrieves_the_value_of_sp_register_even_if_it_has_several_definitions
test_0div.Test0Div ‑ test_0div_i386
test_0div.Test0Div ‑ test_0div_x86_64
test_0div.Test0Div ‑ test_symbolic_0div
test_accuracy.TestAccuracy ‑ test_aarch64
test_accuracy.TestAccuracy ‑ test_armel
test_accuracy.TestAccuracy ‑ test_i386
test_accuracy.TestAccuracy ‑ test_locale
test_accuracy.TestAccuracy ‑ test_mips
test_accuracy.TestAccuracy ‑ test_mips64
test_accuracy.TestAccuracy ‑ test_ppc
test_accuracy.TestAccuracy ‑ test_ppc64
test_accuracy.TestAccuracy ‑ test_windows
test_accuracy.TestAccuracy ‑ test_x86_64
test_actions.TestActions ‑ test_procedure_actions
test_adc.TestAdc ‑ test_adc_i386
test_adc.TestAdc ‑ test_all
test_argc.TestArgc ‑ test_amd64
test_argc.TestArgc ‑ test_arm
test_argc.TestArgc ‑ test_i386
test_argc.TestArgc ‑ test_mips
test_argc.TestArgc ‑ test_mipsel
test_argc.TestArgc ‑ test_ppc32
test_argc_sym.TestArgcSym ‑ test_amd64
test_argc_sym.TestArgcSym ‑ test_arm
test_argc_sym.TestArgcSym ‑ test_i386
test_argc_sym.TestArgcSym ‑ test_mips
test_argc_sym.TestArgcSym ‑ test_mipsel
test_argc_sym.TestArgcSym ‑ test_ppc32
test_argv.TestArgv ‑ test_amd64
test_argv.TestArgv ‑ test_arm
test_argv.TestArgv ‑ test_i386
test_argv.TestArgv ‑ test_mips
test_argv.TestArgv ‑ test_mipsel
test_argv.TestArgv ‑ test_ppc32
test_baseptr_save_simplifier.TestBaseptrSaveSimplifier ‑ test_baseptr_save_simplifier_amd64
test_baseptr_save_simplifier.TestBaseptrSaveSimplifier ‑ test_bp_save_amd64_fauxware
test_baseptr_save_simplifier.TestBaseptrSaveSimplifier ‑ test_bp_save_armel_fauxware
test_bindiff.TestBindiff ‑ test_bindiff_x86_64
test_block_cache.TestBlockCache ‑ test_block_cache
test_block_simplifier.TestBlockSimplifier ‑ test_simplify_dead_assign_0
test_block_simplifier.TestBlockSimplifier ‑ test_simplify_dead_assign_1
test_block_simplifier.TestBlockSimplifier ‑ test_simplify_pointless_assign
test_boyscout.TestBoyScout ‑ test_armel_fauxware
test_boyscout.TestBoyScout ‑ test_armel_test_division
test_boyscout.TestBoyScout ‑ test_armhf_fauxware
test_boyscout.TestBoyScout ‑ test_i386_all
test_boyscout.TestBoyScout ‑ test_i386_fauxware
test_boyscout.TestBoyScout ‑ test_mips_allcmps
test_boyscout.TestBoyScout ‑ test_mips_manysum
test_boyscout.TestBoyScout ‑ test_mipsel_busybox
test_boyscout.TestBoyScout ‑ test_mipsel_fauxware
test_boyscout.TestBoyScout ‑ test_x86_64_all
test_boyscout.TestBoyScout ‑ test_x86_64_basic_buffer_overflows
test_boyscout.TestBoyScout ‑ test_x86_64_cfg_0
test_boyscout.TestBoyScout ‑ test_x86_64_cfg_1
test_cacher.TestCacher ‑ test_cacher
test_callable.TestCallable ‑ test_callable_c_fauxware_armel
test_callable.TestCallable ‑ test_callable_c_fauxware_armhf
test_callable.TestCallable ‑ test_callable_c_fauxware_i386
test_callable.TestCallable ‑ test_callable_c_fauxware_mips
test_callable.TestCallable ‑ test_callable_c_fauxware_mipsel
test_callable.TestCallable ‑ test_callable_c_fauxware_ppc
test_callable.TestCallable ‑ test_callable_c_fauxware_ppc64
test_callable.TestCallable ‑ test_callable_c_fauxware_x86_64
test_callable.TestCallable ‑ test_callable_c_manyfloatsum_armel
test_callable.TestCallable ‑ test_callable_c_manyfloatsum_armhf
test_callable.TestCallable ‑ test_callable_c_manyfloatsum_i386
test_callable.TestCallable ‑ test_callable_c_manyfloatsum_mips
test_callable.TestCallable ‑ test_callable_c_manyfloatsum_mipsel
test_callable.TestCallable ‑ test_callable_c_manyfloatsum_ppc
test_callable.TestCallable ‑ test_callable_c_manyfloatsum_ppc64
test_callable.TestCallable ‑ test_callable_c_manyfloatsum_x86_64
test_callable.TestCallable ‑ test_fauxware_armel
test_callable.TestCallable ‑ test_fauxware_armhf
test_callable.TestCallable ‑ test_fauxware_i386
test_callable.TestCallable ‑ test_fauxware_mips
test_callable.TestCallable ‑ test_fauxware_mipsel
test_callable.TestCallable ‑ test_fauxware_ppc
test_callable.TestCallable ‑ test_fauxware_ppc64
test_callable.TestCallable ‑ test_fauxware_x86_64
test_callable.TestCallable ‑ test_manyfloatsum_i386
test_callable.TestCallable ‑ test_manyfloatsum_symbolic_i386
test_callable.TestCallable ‑ test_manyfloatsum_symbolic_x86_64
test_callable.TestCallable ‑ test_manyfloatsum_x86_64
test_callable.TestCallable ‑ test_manysum_armel
test_callable.TestCallable ‑ test_manysum_armhf
test_callable.TestCallable ‑ test_manysum_i386
test_callable.TestCallable ‑ test_manysum_mips
test_callable.TestCallable ‑ test_manysum_mipsel
test_callable.TestCallable ‑ test_manysum_ppc
test_callable.TestCallable ‑ test_manysum_ppc64
test_callable.TestCallable ‑ test_manysum_x86_64
test_callable.TestCallable ‑ test_setup_callsite
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_armel_fauxware
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_armhf_thumb_movcc
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_callsite_inference_amd64
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_cgc_binary1
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_cgc_binary2
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_fauxware_i386
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_fauxware_x86_64
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_ls_gcc_O0_timespec_cmp
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_run_multiple_times
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_tail_calls
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_x64_return_value_used
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_x8664_dir_gcc_O0
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_x8664_void
test_calling_convention_analysis.TestCallingConventionAnalysis ‑ test_x86_saved_regs
test_calling_conventions.TestCallingConvention ‑ test_SystemVAMD64_flatten_array
test_calling_conventions.TestCallingConvention ‑ test_SystemVAMD64_flatten_int
test_calling_conventions.TestCallingConvention ‑ test_arg_locs_array
test_calling_conventions.TestCallingConvention ‑ test_array_ffi
test_calling_conventions.TestCallingConvention ‑ test_struct_ffi
test_callsite_maker.TestCallsiteMaker ‑ test_callsite_maker
test_callstack.TestCallstack ‑ test_empty_stack
test_cdg.TestCdg ‑ test_dominance_frontiers
test_cdg.TestCdg ‑ test_graph_0
test_cfg_clflush.TestCfgClflush ‑ test_cfgemulated_clflush
test_cfg_clflush.TestCfgClflush ‑ test_cfgfast_clflush
test_cfg_get_any_node.TestCfgGetAnyNode ‑ test_cfg_get_any_node
test_cfg_manager.TestCfgManager ‑ test_cfg_manager_copies_cfg_graphs
test_cfg_model.TestCfgModel ‑ test_cfgmodel_clear_region_for_reflow
test_cfg_model.TestCfgModel ‑ test_cfgmodel_clear_region_for_reflow_multifunc
test_cfg_patching.TestCfgCombination ‑ test_cfgfast_combine_with_full_model
test_cfg_patching.TestCfgCombination ‑ test_cfgfast_combine_with_partial_model
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_branch
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_call_target
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_const_operand
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_grow_block_fallthru
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_grow_function_fallthru
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_grow_into_inter_function_padding
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_grow_nocall
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_ret_value
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_shrink_branch
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_shrink_encoding
test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_shrink_ret_value
test_cfg_patching.TestCfgReclassification ‑ test_cfgfast_preclassify_code_as_data
test_cfg_patching.TestCfgReclassification ‑ test_cfgfast_preclassify_data_as_code
test_cfg_patching.TestCfgReclassification ‑ test_cfgfast_reclassify_code_as_data
test_cfg_patching.TestCfgReclassification ‑ test_cfgfast_reclassify_data_as_code
test_cfg_thumb_firmware.TestCfgThumbFirmware ‑ test_thumb_firmware_cfg
test_cfg_vex_postprocessor.TestCfgVexPostprocessor ‑ test_issue_1172
test_cfgemulated.TestCfgemulate ‑ test_abort_and_resume
test_cfgemulated.TestCfgemulate ‑ test_additional_edges
test_cfgemulated.TestCfgemulate ‑ test_armel_final_missing_block
test_cfgemulated.TestCfgemulate ‑ test_armel_final_missing_block_b
test_cfgemulated.TestCfgemulate ‑ test_armel_incorrect_function_detection_caused_by_branch
test_cfgemulated.TestCfgemulate ‑ test_arrays
test_cfgemulated.TestCfgemulate ‑ test_base_graph
test_cfgemulated.TestCfgemulate ‑ test_cfg_0
test_cfgemulated.TestCfgemulate ‑ test_cfg_1
test_cfgemulated.TestCfgemulate ‑ test_cfg_2
test_cfgemulated.TestCfgemulate ‑ test_cfg_3
test_cfgemulated.TestCfgemulate ‑ test_cfg_4
test_cfgemulated.TestCfgemulate ‑ test_cfg_5
test_cfgemulated.TestCfgemulate ‑ test_cfg_6
test_cfgemulated.TestCfgemulate ‑ test_cfg_switches
test_cfgemulated.TestCfgemulate ‑ test_fakeret_edges_0
test_cfgemulated.TestCfgemulate ‑ test_fauxware
test_cfgemulated.TestCfgemulate ‑ test_loop_unrolling
test_cfgemulated.TestCfgemulate ‑ test_max_steps
test_cfgemulated.TestCfgemulate ‑ test_not_returning
test_cfgemulated.TestCfgemulate ‑ test_string_references
test_cfgemulated.TestCfgemulate ‑ test_thumb_mode
test_cfgfast.TestCfgfast ‑ test_blanket_fauxware
test_cfgfast.TestCfgfast ‑ test_block_instruction_addresses_armhf
test_cfgfast.TestCfgfast ‑ test_busybox
test_cfgfast.TestCfgfast ‑ test_cfg_0
test_cfgfast.TestCfgfast ‑ test_cfg_0_pe
test_cfgfast.TestCfgfast ‑ test_cfg_0_pe_msvc_debug_nocc
test_cfgfast.TestCfgfast ‑ test_cfg_about_time
test_cfgfast.TestCfgfast ‑ test_cfg_copy
test_cfgfast.TestCfgfast ‑ test_cfg_loop_unrolling
test_cfgfast.TestCfgfast ‑ test_cfg_switches_armel
test_cfgfast.TestCfgfast ‑ test_cfg_switches_s390x
test_cfgfast.TestCfgfast ‑ test_cfg_switches_x86_64
test_cfgfast.TestCfgfast ‑ test_error_returning
test_cfgfast.TestCfgfast ‑ test_fauxware_function_features_mips
test_cfgfast.TestCfgfast ‑ test_fauxware_function_feauters_x86_64
test_cfgfast.TestCfgfast ‑ test_func_in_added_segment_by_patcherex_arm
test_cfgfast.TestCfgfast ‑ test_func_in_added_segment_by_patcherex_x64
test_cfgfast.TestCfgfast ‑ test_function_leading_blocks_merging
test_cfgfast.TestCfgfast ‑ test_function_names_for_unloaded_libraries
test_cfgfast.TestCfgfast ‑ test_generate_special_info
test_cfgfast.TestCfgfast ‑ test_indirect_calls_always_return_overly_aggressive
test_cfgfast.TestCfgfast ‑ test_indirect_jump_to_outside
test_cfgfast.TestCfgfast ‑ test_kepler_server_armhf
test_cfgfast.TestCfgfast ‑ test_load_from_shellcode
test_cfgfast.TestCfgfast ‑ test_mips_elf_fast_indirect_jump_resolver
test_cfgfast.TestCfgfast ‑ test_ntoskrnl
test_cfgfast.TestCfgfast ‑ test_plt_stub_has_one_jumpout_site
test_cfgfast.TestCfgfast ‑ test_resolve_x86_elf_pic_plt
test_cfgfast.TestCfgfast ‑ test_segment_list_0
test_cfgfast.TestCfgfast ‑ test_segment_list_1
test_cfgfast.TestCfgfast ‑ test_segment_list_2
test_cfgfast.TestCfgfast ‑ test_segment_list_3
test_cfgfast.TestCfgfast ‑ test_segment_list_4
test_cfgfast.TestCfgfast ‑ test_segment_list_5
test_cfgfast.TestCfgfast ‑ test_segment_list_6
test_cfgfast.TestCfgfast ‑ test_serialization_cfgfast
test_cfgfast.TestCfgfast ‑ test_serialization_cfgnode
test_cfgfast.TestCfgfast ‑ test_starting_point_ordering
test_cfgfast.TestCfgfast ‑ test_tail_call_optimization_detection_armel
test_cfgfast.TestCfgfast ‑ test_unresolvable_targets
test_cfgfast.TestCfgfastDataReferences ‑ test_arm_function_hints_from_data_references
test_cfgfast.TestCfgfastDataReferences ‑ test_data_references_i386_gcc_pie
test_cfgfast.TestCfgfastDataReferences ‑ test_data_references_mips64
test_cfgfast.TestCfgfastDataReferences ‑ test_data_references_mipsel
test_cfgfast.TestCfgfastDataReferences ‑ test_data_references_wide_string
test_cfgfast.TestCfgfastDataReferences ‑ test_data_references_x86_64
test_cfgfast_soot.TestCfgfastSoot ‑ test_simple1
test_cfgfast_soot.TestCfgfastSoot ‑ test_simple2
test_checkbyte.TestCheckbyte ‑ test_checkbyte_armel
test_checkbyte.TestCheckbyte ‑ test_checkbyte_i386
test_checkbyte.TestCheckbyte ‑ test_checkbyte_mips
test_checkbyte.TestCheckbyte ‑ test_checkbyte_mipsel
test_checkbyte.TestCheckbyte ‑ test_checkbyte_ppc
test_checkbyte.TestCheckbyte ‑ test_checkbyte_ppc64
test_checkbyte.TestCheckbyte ‑ test_checkbyte_x86_64
test_chroot.TestChroot ‑ test_chroot
test_class_identifier.TestClassIdentifier ‑ test_class_identification_x86_64
test_clinic.TestClinic ‑ test_smoketest
test_codetagging.TestCodetagging ‑ test_hasxor
test_const_resolver.TestConstResolver ‑ test_resolving_arm_bx_r9
test_constantpropagation.TestConstantpropagation ‑ test_libc_x86
test_constantpropagation.TestConstantpropagation ‑ test_lwip_udpecho_bm
test_ctype_locale.TestCtypeLocale ‑ test_ctype_b_loc
test_ctype_locale.TestCtypeLocale ‑ test_ctype_tolower_loc
test_ctype_locale.TestCtypeLocale ‑ test_ctype_toupper_loc
test_db.TestDb ‑ test_angrdb_fauxware
test_db.TestDb ‑ test_angrdb_open_multiple_times
test_db.TestDb ‑ test_angrdb_save_multiple_times
test_ddg.TestDDG ‑ test_ddg_0
test_ddg_global_var_dependencies.TestDdgGlobalVarDependencies ‑ test_ddg_global_var_dependencies
test_ddg_memvar_addresses.TestDdgMemvarAddresses ‑ test_ddg_memvar_addresses
test_decompiler.TestDecompiler ‑ test_call_return_variable_folding
test_decompiler.TestDecompiler ‑ test_cascading_boolean_and
test_decompiler.TestDecompiler ‑ test_comma_separated_statement_expression_whoami
test_decompiler.TestDecompiler ‑ test_complex_stack_offset_calculation
test_decompiler.TestDecompiler ‑ test_decompilation_call_expr_folding
test_decompiler.TestDecompiler ‑ test_decompilation_call_expr_folding_into_if_conditions
test_decompiler.TestDecompiler ‑ test_decompilation_call_expr_folding_mips64_true
test_decompiler.TestDecompiler ‑ test_decompilation_call_expr_folding_x8664_calc
test_decompiler.TestDecompiler ‑ test_decompilation_excessive_condition_removal
test_decompiler.TestDecompiler ‑ test_decompilation_excessive_goto_removal
test_decompiler.TestDecompiler ‑ test_decompilation_switch_case_structuring_with_removed_nodes
test_decompiler.TestDecompiler ‑ test_decompilation_x86_64_stack_arguments
test_decompiler.TestDecompiler ‑ test_decompiling_1after909_doit
test_decompiler.TestDecompiler ‑ test_decompiling_1after909_verify_password
test_decompiler.TestDecompiler ‑ test_decompiling_aes_armel
test_decompiler.TestDecompiler ‑ test_decompiling_all_i386
test_decompiler.TestDecompiler ‑ test_decompiling_all_x86_64
test_decompiler.TestDecompiler ‑ test_decompiling_amp_challenge03_arm
test_decompiler.TestDecompiler ‑ test_decompiling_amp_challenge03_arm_expr_swapping
test_decompiler.TestDecompiler ‑ test_decompiling_amp_challenge_07
test_decompiler.TestDecompiler ‑ test_decompiling_babypwn_i386
test_decompiler.TestDecompiler ‑ test_decompiling_base32_basenc_do_decode
test_decompiler.TestDecompiler ‑ test_decompiling_dd_advance_input_after_read_error
test_decompiler.TestDecompiler ‑ test_decompiling_dd_argmatch_to_argument_eagerreturns
test_decompiler.TestDecompiler ‑ test_decompiling_dd_argmatch_to_argument_noeagerreturns
test_decompiler.TestDecompiler ‑ test_decompiling_dir_gcc_O0_emit_ancillary_info
test_decompiler.TestDecompiler ‑ test_decompiling_dir_gcc_O0_free_ent
test_decompiler.TestDecompiler ‑ test_decompiling_dir_gcc_O0_main
test_decompiler.TestDecompiler ‑ test_decompiling_dirname_last_component_missing_loop
test_decompiler.TestDecompiler ‑ test_decompiling_dirname_quotearg_n_options
test_decompiler.TestDecompiler ‑ test_decompiling_dirname_x2nrealloc
test_decompiler.TestDecompiler ‑ test_decompiling_division3
test_decompiler.TestDecompiler ‑ test_decompiling_du_di_set_alloc
test_decompiler.TestDecompiler ‑ test_decompiling_du_humblock_missing_conditions
test_decompiler.TestDecompiler ‑ test_decompiling_fauxware_mipsel
test_decompiler.TestDecompiler ‑ test_decompiling_fmt0_main
test_decompiler.TestDecompiler ‑ test_decompiling_fmt_get_space
test_decompiler.TestDecompiler ‑ test_decompiling_fmt_main
test_decompiler.TestDecompiler ‑ test_decompiling_fmt_put_space
test_decompiler.TestDecompiler ‑ test_decompiling_functions_with_unknown_simprocedures
test_decompiler.TestDecompiler ‑ test_decompiling_libsoap
test_decompiler.TestDecompiler ‑ test_decompiling_linked_list
test_decompiler.TestDecompiler ‑ test_decompiling_loop_x86_64
test_decompiler.TestDecompiler ‑ test_decompiling_ls_print_many_per_line
test_decompiler.TestDecompiler ‑ test_decompiling_mips_allcmps
test_decompiler.TestDecompiler ‑ test_decompiling_missing_function_call
test_decompiler.TestDecompiler ‑ test_decompiling_morton_lib_handle__suback
test_decompiler.TestDecompiler ‑ test_decompiling_morton_my_message_callback
test_decompiler.TestDecompiler ‑ test_decompiling_mv0_main
test_decompiler.TestDecompiler ‑ test_decompiling_newburry_main
test_decompiler.TestDecompiler ‑ test_decompiling_nl_i386_pie
test_decompiler.TestDecompiler ‑ test_decompiling_no_arguments_in_variable_list
test_decompiler.TestDecompiler ‑ test_decompiling_printenv_main
test_decompiler.TestDecompiler ‑ test_decompiling_prototype_recovery_two_blocks
test_decompiler.TestDecompiler ‑ test_decompiling_ptx_fix_output_parameters
test_decompiler.TestDecompiler ‑ test_decompiling_remove_write_protected_non_symlink
test_decompiler.TestDecompiler ‑ test_decompiling_setb
test_decompiler.TestDecompiler ‑ test_decompiling_sha384sum_digest_bsd_split_3
test_decompiler.TestDecompiler ‑ test_decompiling_short_circuit_O0_func_1
test_decompiler.TestDecompiler ‑ test_decompiling_short_circuit_O0_func_2
test_decompiler.TestDecompiler ‑ test_decompiling_simple_ctfbin_modulo
test_decompiler.TestDecompiler ‑ test_decompiling_sort_specify_nmerge
test_decompiler.TestDecompiler ‑ test_decompiling_split_lines_split
test_decompiler.TestDecompiler ‑ test_decompiling_strings_c_representation
test_decompiler.TestDecompiler ‑ test_decompiling_strings_local_strcat
test_decompiler.TestDecompiler ‑ test_decompiling_strings_local_strcat_with_local_strlen
test_decompiler.TestDecompiler ‑ test_decompiling_strings_local_strlen
test_decompiler.TestDecompiler ‑ test_decompiling_switch0_x86_64
test_decompiler.TestDecompiler ‑ test_decompiling_switch1_x86_64
test_decompiler.TestDecompiler ‑ test_decompiling_switch2_x86_64
test_decompiler.TestDecompiler ‑ test_decompiling_tac_base_len
test_decompiler.TestDecompiler ‑ test_decompiling_tee_O2_tail_jumps
test_decompiler.TestDecompiler ‑ test_decompiling_tee_O2_x2nrealloc
test_decompiler.TestDecompiler ‑ test_decompiling_tr_build_spec_list
test_decompiler.TestDecompiler ‑ test_decompiling_tr_card_of_complement
test_decompiler.TestDecompiler ‑ test_decompiling_true_1804_x86_64
test_decompiler.TestDecompiler ‑ test_decompiling_true_a_x86_64_0
test_decompiler.TestDecompiler ‑ test_decompiling_true_a_x86_64_1
test_decompiler.TestDecompiler ‑ test_decompiling_true_mips64
test_decompiler.TestDecompiler ‑ test_decompiling_true_x86_64_0
test_decompiler.TestDecompiler ‑ test_decompiling_true_x86_64_1
test_decompiler.TestDecompiler ‑ test_decompiling_who_scan_entries
test_decompiler.TestDecompiler ‑ test_decompiling_x8664_cvs
test_decompiler.TestDecompiler ‑ test_decompiling_x8664_mv_O2
test_decompiler.TestDecompiler ‑ test_df_add_uint_with_neg_flag_ite_expressions
test_decompiler.TestDecompiler ‑ test_eager_returns_simplifier_no_duplication_of_default_case
test_decompiler.TestDecompiler ‑ test_eliminating_stack_canary_reused_stack_chk_fail_call
test_decompiler.TestDecompiler ‑ test_else_if_scope_printing
test_decompiler.TestDecompiler ‑ test_expr_collapsing
test_decompiler.TestDecompiler ‑ test_extern_decl
test_decompiler.TestDecompiler ‑ test_ifelseif_x8664
test_decompiler.TestDecompiler ‑ test_no_switch_case_touch_touch
test_decompiler.TestDecompiler ‑ test_od_else_simplification
test_decompiler.TestDecompiler ‑ test_proper_argument_simplification
test_decompiler.TestDecompiler ‑ test_reverting_switch_clustering_and_lowering_cat_main
test_decompiler.TestDecompiler ‑ test_reverting_switch_clustering_and_lowering_cat_main_no_endpoint_dup
test_decompiler.TestDecompiler ‑ test_reverting_switch_lowering_cksum_digest_main
test_decompiler.TestDecompiler ‑ test_reverting_switch_lowering_cksum_digest_print_filename
test_decompiler.TestDecompiler ‑ test_reverting_switch_lowering_filename_unescape
test_decompiler.TestDecompiler ‑ test_sensitive_eager_returns
test_decompiler.TestDecompiler ‑ test_simple_strcpy
test_decompiler.TestDecompiler ‑ test_single_instruction_loop
test_decompiler.TestDecompiler ‑ test_stack_canary_removal_x8664_extra_exits
test_decompiler.TestDecompiler ‑ test_struct_access
test_decompiler.TestDecompiler ‑ test_switch_case_shared_case_nodes_b2sum_digest
test_director.TestDirector ‑ test_call_function_brancher
test_director.TestDirector ‑ test_execute_address_brancher
test_disassembly.TestDisassembly ‑ test_arm32_dissect_instructions
test_disassembly.TestDisassembly ‑ test_arm32_thumb_dissect_instructions
test_disassembly.TestDisassembly ‑ test_arm64_dissect_instructions
test_disassembly.TestDisassembly ‑ test_mips32_missing_offset_in_instructions
test_driller_core.TestDrillerCore ‑ test_cgc
test_driller_core.TestDrillerCore ‑ test_simprocs
test_dwarf_variables.TestDwarfVariables ‑ test_local_in_if
test_dwarf_variables.TestDwarfVariables ‑ test_local_in_loop
test_dwarf_variables.TestDwarfVariables ‑ test_resolve_a
test_dwarf_variables.TestDwarfVariables ‑ test_resolve_extern_var
test_dwarf_variables.TestDwarfVariables ‑ test_resolve_global_struct
test_dwarf_variables.TestDwarfVariables ‑ test_resolve_global_var
test_dwarf_variables.TestDwarfVariables ‑ test_resolve_local_struct
test_dwarf_variables.TestDwarfVariables ‑ test_resolve_pointer
test_dwarf_variables.TestDwarfVariables ‑ test_resolve_pointer2
test_dwarf_variables.TestDwarfVariables ‑ test_sum_in_global
test_dwarf_variables.TestDwarfVariables ‑ test_sum_in_local
test_dwarf_variables.TestDwarfVariables ‑ test_sum_in_static
test_dwarf_variables.TestDwarfVariables ‑ test_variable_scopes
test_echo.TestEcho ‑ test_echo_haha
test_fauxware.TestFauxware ‑ test_fastmen
test_fauxware.TestFauxware ‑ test_fauxware_android
test_fauxware.TestFauxware ‑ test_fauxware_armel
test_fauxware.TestFauxware ‑ test_fauxware_i386
test_fauxware.TestFauxware ‑ test_fauxware_mips
test_fauxware.TestFauxware ‑ test_fauxware_ppc
test_fauxware.TestFauxware ‑ test_fauxware_x86_64
test_fauxware.TestFauxware ‑ test_merge_android
test_fauxware.TestFauxware ‑ test_merge_armel
test_fauxware.TestFauxware ‑ test_merge_i386
test_fauxware.TestFauxware ‑ test_merge_mips
test_fauxware.TestFauxware ‑ test_merge_ppc
test_fauxware.TestFauxware ‑ test_merge_x86_64
test_fauxware.TestFauxware ‑ test_nodecode_armel
test_fauxware.TestFauxware ‑ test_nodecode_i386
test_fauxware.TestFauxware ‑ test_nodecode_mips
test_fauxware.TestFauxware ‑ test_nodecode_ppc
test_fauxware.TestFauxware ‑ test_nodecode_x86_64
test_fauxware.TestFauxware ‑ test_pickling_armel
test_fauxware.TestFauxware ‑ test_pickling_i386
test_fauxware.TestFauxware ‑ test_pickling_mips
test_fauxware.TestFauxware ‑ test_pickling_ppc
test_fauxware.TestFauxware ‑ test_pickling_x86_64
test_fgets.TestFgets ‑ test_exact
test_fgets.TestFgets ‑ test_impossible
test_fgets.TestFgets ‑ test_normal
test_file_struct_funcs.TestFileStructFuncs ‑ test_file_struct_funcs
test_files.TestFile ‑ test_concrete_fs_resolution
test_files.TestFile ‑ test_file_read_missing_content
test_files.TestFile ‑ test_files
test_files.TestFile ‑ test_sim_fs_resolution
test_find_objects_static.TestFindObjectsStatic ‑ test_object_identification_x86_64
test_flirt.TestFlirt ‑ test_amd64_elf_static_libc_ubuntu_2004
test_flirt.TestFlirt ‑ test_armhf_elf_static_using_armel_libc
test_function.TestFunction ‑ test_function_definition_application
test_function.TestFunction ‑ test_function_instruction_addr_from_any_addr
test_function.TestFunction ‑ test_function_instruction_size
test_function.TestFunction ‑ test_function_serialization
test_function_manager.TestFunctionManager ‑ test_amd64
test_function_manager.TestFunctionManager ‑ test_call_to
test_gdb_plugin.TestGdbPlugin ‑ test_gdb
test_getenv.TestRunEcho ‑ test_run_getenv_with_env
test_getenv.TestRunEcho ‑ test_run_getenv_with_symbolic_env
test_getenv.TestRunEcho ‑ test_run_getenv_without_env
test_hook.TestHook ‑ test_mips
test_hook.TestHook ‑ test_nonzero_length_userhook
test_hook.TestHook ‑ test_zero_length_userhook
test_hookset.TestHookSet ‑ test_hookset
test_iat_resolver.TestIatResolver ‑ test_iat
test_identifier.TestIdentifier ‑ test_comparison_identification
test_init_finder.TestInitFinder ‑ test_p2im_drone
test_inspect.TestInspect ‑ test_inspect
test_inspect.TestInspect ‑ test_inspect_concretization
test_inspect.TestInspect ‑ test_inspect_engine_process
test_inspect.TestInspect ‑ test_inspect_exit
test_inspect.TestInspect ‑ test_inspect_syscall
test_java ‑ test_apk_loading
test_java ‑ test_array_operations
test_java ‑ test_cmd_line_args
test_java ‑ test_fauxware
test_java ‑ test_jni_array_operations
test_java ‑ test_jni_field_access
test_java ‑ test_jni_global_and_local_refs
test_java ‑ test_jni_method_calls
test_java ‑ test_jni_object_arrays
test_java ‑ test_jni_object_operations
test_java ‑ test_jni_primitive_datatypes
test_java ‑ test_jni_string_operations
test_java ‑ test_jni_version_information
test_java ‑ test_loading
test_java ‑ test_method_calls
test_java ‑ test_multiarray_operations
test_java ‑ test_object_tracking
test_java ‑ test_toggling_of_simstate
test_jumptables.TestJumpTableResolver ‑ test_amd64_cfgswitches_gcc
test_jumptables.TestJumpTableResolver ‑ test_amd64_chmod_gcc_O1
test_jumptables.TestJumpTableResolver ‑ test_amd64_dir_gcc_O0
test_jumptables.TestJumpTableResolver ‑ test_amd64_fmt0_with_constant_propagation_r12
test_jumptables.TestJumpTableResolver ‑ test_amd64_hostname_gcc_O2
test_jumptables.TestJumpTableResolver ‑ test_arm_libsoap
test_jumptables.TestJumpTableResolver ‑ test_armel_cfgswitches_gcc
test_jumptables.TestJumpTableResolver ‑ test_armel_lwip_tcpecho_bm
test_jumptables.TestJumpTableResolver ‑ test_i386_cfgswitches_gcc_O0
test_jumptables.TestJumpTableResolver ‑ test_i386_cfgswitches_gcc_O1
test_jumptables.TestJumpTableResolver ‑ test_i386_cfgswitches_gcc_O2
test_jumptables.TestJumpTableResolver ‑ test_jumptable_occupied_as_data
test_jumptables.TestJumpTableResolver ‑ test_kprca_00009
test_jumptables.TestJumpTableResolver ‑ test_mips_jumptable0
test_jumptables.TestJumpTableResolver ‑ test_s390x_cfgswitches
test_jumptables.TestJumpTableResolver ‑ test_vtable_amd64_libc_ubuntu_2004
test_jumptables.TestJumpTableResolverCallTables ‑ test_calltable_resolver_with_check
test_jumptables.TestJumpTableResolverCallTables ‑ test_calltable_resolver_with_check_tailcall
test_jumptables.TestJumpTableResolverCallTables ‑ test_calltable_resolver_without_check
test_jumptables.TestJumpTableResolverCallTables ‑ test_calltable_resolver_without_check_tailcall
test_kb_plugins ‑ test_kb_plugins
test_kb_plugins ‑ test_kb_plugins_typed
test_kb_plugins_dwarf ‑ test_kb_plugins_dwarf
test_keystone.TestKeyStone ‑ test_armel
test_keystone.TestKeyStone ‑ test_armel_thumb
test_keystone.TestKeyStone ‑ test_i386
test_keystone.TestKeyStone ‑ test_mips
test_keystone.TestKeyStone ‑ test_ppc
test_keystone.TestKeyStone ‑ test_x86_64
test_lifter ‑ test_no_cross_insn_boundary_opt_amd64
test_lifter ‑ test_strict_block_ends_cbz
test_lifter ‑ test_strict_block_ends_with_size_amd64
test_lifter ‑ test_strict_block_ends_with_size_x86
test_loop_seer ‑ test_arrays
test_loop_seer ‑ test_loop_limiter
test_loop_seer ‑ test_loop_limiter_constant_loop
test_loop_seer ‑ test_loops_with_invalid_parameter
test_loop_seer ‑ test_various_loops
test_lseek.TestLseek ‑ test_lseek_cur
test_lseek.TestLseek ‑ test_lseek_end
test_lseek.TestLseek ‑ test_lseek_set
test_lseek.TestLseek ‑ test_lseek_symbolic_seek
test_lseek.TestLseek ‑ test_lseek_symbolic_whence
test_lseek.TestLseek ‑ test_lseek_unseekable
test_mem_funcs ‑ test_memcpy
test_mem_funcs ‑ test_memmove
test_mem_funcs ‑ test_memset
test_memory ‑ test_abstract_memory
test_memory ‑ test_abstract_memory_find
test_memory ‑ test_address_wrap
test_memory ‑ test_concrete_load
test_memory ‑ test_concrete_load_non_adjacent_pages
test_memory ‑ test_concrete_memset
test_memory ‑ test_conditional_concretization
test_memory ‑ test_copy
test_memory ‑ test_crosspage_read
test_memory ‑ test_crosspage_store
test_memory ‑ test_false_condition
test_memory ‑ test_fast_memory
test_memory ‑ test_fullpage_write
test_memory ‑ test_hex_dump
test_memory ‑ test_light_memory
test_memory ‑ test_memory
test_memory ‑ test_multivalued_list_page
test_memory ‑ test_mv_crosspage_store
test_memory ‑ test_registers
test_memory ‑ test_symbolic_write
test_memory ‑ test_underconstrained
test_memory_merge.TestMemoryMerge ‑ test_history_tracking
test_memory_merge.TestMemoryMerge ‑ test_history_tracking_collapse
test_memory_merge.TestMemoryMerge ‑ test_merge_memory_object_endness
test_memory_merge.TestMemoryMerge ‑ test_merge_seq
test_memory_watcher ‑ test_memory_watcher
test_memview ‑ test_array_concrete
test_memview ‑ test_pointer_concrete
test_memview ‑ test_simple_concrete
test_memview ‑ test_string_concrete
test_memview ‑ test_struct_bitfield_complex
test_memview ‑ test_struct_bitfield_simple
test_memview ‑ test_structs
test_mmap ‑ test_mmap_base_copy
test_multi_open_file ‑ test_multi_open_file
test_multivalues.TestMultiValues ‑ test_multivalues_one_slot_has_multiple_sized_bvs
test_noop_blocks ‑ test_amd64_noop_blocks
test_noop_blocks ‑ test_arm_noop_blocks
test_noop_blocks ‑ test_x86_noop_blocks
test_oppologist ‑ test_cromu_70
test_oppologist ‑ test_fauxware_oppologist
test_ops ‑ test_irop_catevenlanes
test_ops ‑ test_irop_mulhi
test_ops ‑ test_irop_perm
test_ops ‑ test_saturating_packing
test_patches.PatchTests ‑ test_block_factory_returns_patched_bytes
test_patches.PatchTests ‑ test_patch_vulnerable_fauxware_amd64
test_peephole_optimizations.TestPeepholeOptimizations ‑ test_constant_dereference
test_permissions ‑ test_nx
test_pickle.TestPickle ‑ test_pickling
test_pickle.TestPickle ‑ test_project_pickling
test_posix ‑ test_file_create
test_posix ‑ test_file_read
test_posix ‑ test_file_seek
test_project_resolve_simproc ‑ test_bina
test_propagator_loops.TestPropagatorLoops ‑ test_loop_counter_reg
test_propagator_loops.TestPropagatorLoops ‑ test_loop_counter_stack
test_prototypes ‑ test_cpp_void_pointer
test_prototypes ‑ test_find_prototype
test_prototypes ‑ test_function_prototype
test_proximitygraph ‑ test_fauxware
test_ptmalloc.TestPtmalloc ‑ test_calloc_clears_AMD64
test_ptmalloc.TestPtmalloc ‑ test_calloc_clears_X86
test_ptmalloc.TestPtmalloc ‑ test_calloc_maximizes_sym_arg_AMD64
test_ptmalloc.TestPtmalloc ‑ test_calloc_maximizes_sym_arg_X86
test_ptmalloc.TestPtmalloc ‑ test_calloc_multiplies_AMD64
test_ptmalloc.TestPtmalloc ‑ test_calloc_multiplies_X86
test_ptmalloc.TestPtmalloc ‑ test_calloc_no_space_returns_null_AMD64
test_ptmalloc.TestPtmalloc ‑ test_calloc_no_space_returns_null_X86
test_ptmalloc.TestPtmalloc ‑ test_first_fit_and_free_malloced_makes_available_AMD64
test_ptmalloc.TestPtmalloc ‑ test_first_fit_and_free_malloced_makes_available_X86
test_ptmalloc.TestPtmalloc ‑ test_free_calloced_makes_available_AMD64
test_ptmalloc.TestPtmalloc ‑ test_free_calloced_makes_available_X86
test_ptmalloc.TestPtmalloc ‑ test_free_maximizes_sym_arg_AMD64
test_ptmalloc.TestPtmalloc ‑ test_free_maximizes_sym_arg_X86
test_ptmalloc.TestPtmalloc ‑ test_free_null_preserves_state_AMD64
test_ptmalloc.TestPtmalloc ‑ test_free_null_preserves_state_X86
test_ptmalloc.TestPtmalloc ‑ test_malloc_maximizes_sym_arg_AMD64
test_ptmalloc.TestPtmalloc ‑ test_malloc_maximizes_sym_arg_X86
test_ptmalloc.TestPtmalloc ‑ test_malloc_no_space_returns_null_AMD64
test_ptmalloc.TestPtmalloc ‑ test_malloc_no_space_returns_null_X86
test_ptmalloc.TestPtmalloc ‑ test_needs_space_for_metadata_AMD64
test_ptmalloc.TestPtmalloc ‑ test_needs_space_for_metadata_X86
test_ptmalloc.TestPtmalloc ‑ test_realloc_maximizes_sym_arg_AMD64
test_ptmalloc.TestPtmalloc ‑ test_realloc_maximizes_sym_arg_X86
test_ptmalloc.TestPtmalloc ‑ test_realloc_moves_and_frees_AMD64
test_ptmalloc.TestPtmalloc ‑ test_realloc_moves_and_frees_X86
test_ptmalloc.TestPtmalloc ‑ test_realloc_near_same_size_AMD64
test_ptmalloc.TestPtmalloc ‑ test_realloc_near_same_size_X86
test_ptmalloc.TestPtmalloc ‑ test_realloc_no_space_returns_null_AMD64
test_ptmalloc.TestPtmalloc ‑ test_realloc_no_space_returns_null_X86
test_ptmalloc.TestPtmalloc ‑ test_skips_chunks_too_small_AMD64
test_ptmalloc.TestPtmalloc ‑ test_skips_chunks_too_small_X86
test_ptmalloc.TestPtmalloc ‑ test_unusable_amount_returns_null_AMD64
test_ptmalloc.TestPtmalloc ‑ test_unusable_amount_returns_null_X86
test_pwrite_pread ‑ test_pread
test_pwrite_pread ‑ test_pwrite
test_rcr ‑ test_rcr
test_reassembler ‑ test_chmod_gcc_O1
test_reassembler ‑ test_data_reference_collection_in_add
test_reassembler ‑ test_df_gcc_O1
test_reassembler ‑ test_dir_gcc_O0
test_reassembler ‑ test_ex_gpp
test_reassembler ‑ test_helloworld
test_reassembler ‑ test_helloworld_gcc9
test_reassembler ‑ test_ln_gcc_O2
test_reassembler ‑ test_partial_pie_ls_x86
test_regionidentifier ‑ test_smoketest
test_relro_perm.TestRelro ‑ test_fauxware_armel
test_relro_perm.TestRelro ‑ test_fauxware_i386
test_relro_perm.TestRelro ‑ test_fauxware_mips
test_relro_perm.TestRelro ‑ test_fauxware_ppc
test_relro_perm.TestRelro ‑ test_fauxware_x86_64
test_rol ‑ test_rol_i386
test_rol ‑ test_rol_x86_64
test_scanf.TestScanf ‑ test_scanf
test_scanf.TestScanf ‑ test_scanf_multi
test_self_modifying_code.TestSelfModifyingCOde ‑ test_self_modifying_code
test_serialization ‑ test_analyses
test_serialization ‑ test_serialization
test_signed_div ‑ test_signed_div
test_sim_procedure ‑ test_inet_ntoa
test_sim_procedure ‑ test_ret_float
test_sim_procedure ‑ test_syscall_and_simprocedure
test_sim_time ‑ test_clock_gettime
test_sim_time ‑ test_gettimeofday
test_simple_api ‑ test_fauxware
test_simsolver.TestSolverEvalCasting ‑ test_eval_cast_bool_to_bytes
test_simsolver.TestSolverEvalCasting ‑ test_eval_cast_bool_to_int
test_simsolver.TestSolverEvalCasting ‑ test_eval_cast_bvv_to_bytes
test_simsolver.TestSolverEvalCasting ‑ test_eval_cast_bvv_to_bytes__non_8bit_length_multiple
test_simsolver.TestSolverEvalCasting ‑ test_eval_cast_fpv_to_bytes
test_simsolver.TestSolverEvalCasting ‑ test_eval_cast_fpv_to_int
test_simulation_manager.TestSimulationManager ‑ test_explore_with_cfg
test_simulation_manager.TestSimulationManager ‑ test_fauxware_armel
test_simulation_manager.TestSimulationManager ‑ test_fauxware_armhf
test_simulation_manager.TestSimulationManager ‑ test_fauxware_mips
test_simulation_manager.TestSimulationManager ‑ test_fauxware_mipsel
test_simulation_manager.TestSimulationManager ‑ test_fauxware_ppc
test_simulation_manager.TestSimulationManager ‑ test_fauxware_ppc64
test_simulation_manager.TestSimulationManager ‑ test_fauxware_x86_64
test_simulation_manager.TestSimulationManager ‑ test_find_to_middle
test_slicing ‑ test_control_flow_slicing
test_slicing ‑ test_fauxware
test_slicing ‑ test_find_exits
test_slicing ‑ test_last_branching_statement
test_spiller.TestSpiller ‑ test_basic
test_spiller.TestSpiller ‑ test_palindrome2
test_sprintf ‑ test_sprintf
test_sqrt.TestSqrt ‑ test_sqrt_concrete
test_sqrt.TestSqrt ‑ test_sqrt_concrete_eager_evaluation
test_sqrt.TestSqrt ‑ test_sqrt_symbolic
test_sscanf.TestSscanf ‑ test_sscanf
test_stack_alignment ‑ test_alignment
test_stack_alignment ‑ test_initial_allocation
test_stack_alignment ‑ test_sys_v_abi_compliance
test_stack_pointer_tracker ‑ test_stack_pointer_tracker
test_stack_pointer_tracker ‑ test_stack_pointer_tracker_just_sp
test_stack_pointer_tracker ‑ test_stack_pointer_tracker_no_mem
test_stack_pointer_tracker ‑ test_stack_pointer_tracker_offset_block
test_state.TestState ‑ test_bypass_errored_irstmt
test_state.TestState ‑ test_global_condition
test_state.TestState ‑ test_state
test_state.TestState ‑ test_state_merge
test_state.TestState ‑ test_state_merge_3way
test_state.TestState ‑ test_state_merge_optimal
test_state.TestState ‑ test_state_merge_optimal_nostrongrefstate
test_state.TestState ‑ test_state_merge_static
test_state.TestState ‑ test_state_pickle
test_state.TestState ‑ test_successors_catch_arbitrary_interrupts
test_state_customization ‑ test_brk
test_state_customization ‑ test_execstack
test_state_customization ‑ test_stack_end
test_static_hooker ‑ test_static_hooker
test_stochastic.TestRun ‑ test_stochastic
test_str_funcs ‑ test_strncpy
test_str_funcs ‑ test_strncpy_size
test_str_funcs ‑ test_strncpy_verify_null
test_str_funcs ‑ test_strstr
test_str_funcs ‑ test_strstr_and_strncpy
test_strcasecmp ‑ test_i386
test_string ‑ test_getc
test_string ‑ test_getchar
test_string ‑ test_inline_strcmp
test_string ‑ test_inline_strlen
test_string ‑ test_inline_strncmp
test_string ‑ test_memcmp
test_string ‑ test_memcpy
test_string ‑ test_memset
test_string ‑ test_scanf
test_string ‑ test_strchr
test_string ‑ test_strcmp
test_string ‑ test_strcpy
test_string ‑ test_string_without_null
test_string ‑ test_strncpy
test_string ‑ test_strstr_inconsistency
test_string ‑ test_wcscmp
test_strtol.TestStrtol ‑ test_strtol
test_strtol.TestStrtol ‑ test_strtol_long_string
test_structurer ‑ test_recursive_structuring
test_structurer ‑ test_region_identifier_0
test_structurer ‑ test_region_identifier_1
test_structurer ‑ test_simple
test_structurer ‑ test_simple_loop
test_structurer ‑ test_smoketest
test_structurer ‑ test_smoketest_cm3_firmware
test_structurer ‑ test_while
test_structurer ‑ test_while_true_break
test_stub_procedure_args ‑ test_stub_procedure_args
test_symbol_hooked_by ‑ test_hook_symbol
test_symbolic ‑ test_concretization_strategies
test_symbolic ‑ test_unsat_core
test_symbolic_fd.TestSymbolicFd ‑ test_symbolic_fd
test_symbolization ‑ test_fauxware_symbolization
test_syscall_override.TestSyscallOverride ‑ test_fauxware_override_armel
test_syscall_override.TestSyscallOverride ‑ test_fauxware_override_i386
test_syscall_override.TestSyscallOverride ‑ test_fauxware_override_mips
test_syscall_override.TestSyscallOverride ‑ test_fauxware_override_ppc
test_syscall_override.TestSyscallOverride ‑ test_fauxware_override_x86_64
test_tech_builder ‑ test_tech_builder
test_tracer ‑ test_allocation_base_continuity
test_tracer ‑ test_cgc_random_syscall_handling_native_interface
test_tracer ‑ test_cgc_receive_unicorn_native_interface
test_tracer ‑ test_cgc_receive_unicorn_native_interface_rx_bytes
test_tracer ‑ test_cgc_se1_palindrome_raw
test_tracer ‑ test_concrete_execution_in_native_interface
test_tracer ‑ test_concretize_unsupported_vex_irops
test_tracer ‑ test_crash_addr_detection
test_tracer ‑ test_d_flag_and_write_write_conflict_in_unicorn
test_tracer ‑ test_empty_reexecute_block_remove_in_unicorn_native_interface
test_tracer ‑ test_fauxware
test_tracer ‑ test_fdwait_fds
test_tracer ‑ test_floating_point_memory_reads
test_tracer ‑ test_manual_recursion
test_tracer ‑ test_non_zero_offset_subregister_dependency_saving_unicorn_native_interface
test_tracer ‑ test_recursion
test_tracer ‑ test_rollback_on_symbolic_conditional_exit
test_tracer ‑ test_saving_dependencies_of_last_instruction_of_block_in_unicorn_native_interface
test_tracer ‑ test_skip_some_symbolic_memory_writes
test_tracer ‑ test_sseround_register_dependency_unicorn_native_interface
test_tracer ‑ test_subregister_tainting
test_tracer ‑ test_symbolic_cgc_transmit_handling_in_native_interface
test_tracer ‑ test_symbolic_memory_dependencies_liveness
test_tracer ‑ test_symbolic_sized_receives
test_tracer ‑ test_user_controlled_code_execution
test_typehoon.TestTypehoon ‑ test_smoketest
test_typehoon.TestTypehoon ‑ test_type_inference_byte_pointer_cast
test_types ‑ test_arg_names
test_types ‑ test_bitfield_struct
test_types ‑ test_cppproto_conversion
test_types ‑ test_cproto_conversion
test_types ‑ test_forward_declaration_typedef_struct
test_types ‑ test_forward_declaration_typedef_union
test_types ‑ test_parse_type
test_types ‑ test_parse_type_no_basic_types
test_types ‑ test_self_referential_struct_or_union
test_types ‑ test_struct_deduplication
test_types ‑ test_top_type
test_types ‑ test_union_struct_referencing_each_other
test_types ‑ test_varargs
test_unicorn ‑ test_concrete_transmits
test_unicorn ‑ test_explore
test_unicorn ‑ test_fauxware
test_unicorn ‑ test_fauxware_aggressive
test_unicorn ‑ test_fp
test_unicorn ‑ test_inspect
test_unicorn ‑ test_longinit_i386
test_unicorn ‑ test_longinit_x86_64
test_unicorn ‑ test_partial_reads
test_unicorn ‑ test_similarity_fauxware
test_unicorn ‑ test_single_step
test_unicorn ‑ test_stops
test_unicorn ‑ test_symbolic_flags_preserved_on_stop
test_unicorn ‑ test_unicorn_pickle
test_unique.TestRunUnique ‑ test_unique
test_unlink ‑ test_file_unlink
test_unsupported ‑ test_unsupported_syscall_simos
test_variable_registration ‑ test_registration
test_variablerecovery.TestVariableRecovery ‑ test_variable_recovery_fauxware_authenticate_false
test_variablerecovery.TestVariableRecovery ‑ test_variable_recovery_fauxware_authenticate_true
test_variablerecovery.TestVariableRecovery ‑ test_variable_recovery_fauxware_main_false
test_variablerecovery.TestVariableRecovery ‑ test_variable_recovery_fauxware_main_true
test_vault.TestVault ‑ test_ast_vault_VaultDirShelf
test_vault.TestVault ‑ test_ast_vault_do_ast_vault_VaultDict
test_vault.TestVault ‑ test_ast_vault_do_ast_vault_VaultDir
test_vault.TestVault ‑ test_ast_vault_do_ast_vault_VaultShelf
test_vault.TestVault ‑ test_project
test_vault.TestVault ‑ test_vault_identity_VaultDict
test_vault.TestVault ‑ test_vault_identity_VaultDir
test_vault.TestVault ‑ test_vault_identity_VaultDirShelf
test_vault.TestVault ‑ test_vault_identity_VaultShelf
test_vault.TestVault ‑ test_vault_noidentity_VaultDict
test_vault.TestVault ‑ test_vault_noidentity_VaultDir
test_vault.TestVault ‑ test_vault_noidentity_VaultDirShelf
test_vault.TestVault ‑ test_vault_noidentity_VaultShelf
test_veritesting.TestVeritesting ‑ test_veritesting_a
test_veritesting.TestVeritesting ‑ test_veritesting_b
test_veritesting.TestVeritesting ‑ test_veritesting_skm
test_vex ‑ test_aarch64_32bit_ccalls
test_vex ‑ test_amd64_ud012_behaviors
test_vex ‑ test_blsr
test_vex ‑ test_ccall
test_vex ‑ test_loadg_no_constraint_creation
test_vex ‑ test_some_vector_ops
test_vex ‑ test_store_simplification
test_vex ‑ test_x86_ud2_behaviors
test_vfg.TestVfg ‑ test_vfg_0
test_vfg.TestVfg ‑ test_vfg_1
test_vfg.TestVfg ‑ test_vfg_resolving_indirect_calls
test_vtable ‑ test_vtable_extraction_x86_64
test_windows_args ‑ test_i386
test_windows_stack_cookie.TestWindowsStackCookie ‑ test_security_cookie_init
test_xrefs ‑ test_lwip_udpecho_bm
test_xrefs ‑ test_lwip_udpecho_bm_the_better_way
test_xrefs ‑ test_p2im_drone_with_inits
Loading