angr
9.2.36
angr
— Analysis and Coordination
ailment
— angr Intermediate Language
claripy
— Solver Engine
cle
— Binary Loader
pyvex
— Binary Translator
archinfo
— Arch Information Repository
angr
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Z
A
ABCProxy (class in claripy.backends.backend_smtlib_solvers.abc_popen)
AbiHint (class in pyvex.stmt)
abort() (angr.analyses.forward_analysis.forward_analysis.ForwardAnalysis method)
absolutize() (angr.storage.memory_mixins.regioned_memory.region_data.RegionMap method)
absorb() (angr.sim_manager.SimulationManager method)
abstract() (claripy.backends.backend_z3_parallel.BackendZ3Parallel method)
AbstractAddressDescriptor (class in angr.storage.memory_mixins.regioned_memory.abstract_address_descriptor)
AbstractLocation (class in claripy.vsa.abstract_location)
AbstractLocation() (in module claripy.ops)
AbstractMachOSymbol (class in cle.backends.macho.symbol)
AbstractMemory (class in angr.storage.memory_mixins)
AbstractMergerMixin (class in angr.storage.memory_mixins.regioned_memory.abstract_merger_mixin)
AbstractSMTLibSolverProxy (class in claripy.backends.backend_smtlib_solvers)
access_type (angr.knowledge_plugins.variables.variable_access.VariableAccess attribute)
accessed_data_references (angr.knowledge_plugins.cfg.cfg_node.CFGNode property)
AccessingZeroPageError
acquire_shared() (angr.storage.memory_mixins.paged_memory.pages.refcount_mixin.RefcountMixin method)
acquire_unique() (angr.storage.memory_mixins.paged_memory.pages.history_tracking_mixin.HistoryTrackingMixin method)
(angr.storage.memory_mixins.paged_memory.pages.refcount_mixin.RefcountMixin method)
action() (angr.state_plugins.inspect.SimInspector method)
actions (angr.state_plugins.history.SimStateHistory property)
(angr.state_plugins.log.SimStateLog property)
actions_of_type() (angr.state_plugins.log.SimStateLog method)
ActionsMixinHigh (class in angr.storage.memory_mixins.actions_mixin)
ActionsMixinLow (class in angr.storage.memory_mixins.actions_mixin)
activate() (angr.misc.plugins.PluginPreset method)
active_workers (angr.distributed.server.Server property)
Add (angr.engines.light.data.ArithmeticExpression attribute)
(class in angr.analyses.typehoon.typevars)
add() (angr.exploration_techniques.spiller.PickledStatesBase method)
(angr.exploration_techniques.spiller.PickledStatesDb method)
(angr.exploration_techniques.spiller.PickledStatesList method)
(angr.procedures.definitions.SimLibrary method)
(angr.sim_state_options.SimStateOptions method)
(angr.sim_variable.SimVariableSet method)
(angr.state_plugins.solver.SimSolver method)
(claripy.backends.Backend method)
(claripy.backends.backend_z3.BackendZ3 method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.constraint_deduplicator_mixin.ConstraintDeduplicatorMixin method)
(claripy.frontend_mixins.constraint_filter_mixin.ConstraintFilterMixin method)
(claripy.frontend_mixins.constraint_fixer_mixin.ConstraintFixerMixin method)
(claripy.frontend_mixins.model_cache_mixin.ModelCacheMixin method)
(claripy.frontend_mixins.sat_cache_mixin.SatCacheMixin method)
(claripy.frontend_mixins.simplify_skipper_mixin.SimplifySkipperMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
(claripy.vsa.strided_interval.StridedInterval method)
(pyvex.block.IRTypeEnv method)
add_action() (angr.state_plugins.history.SimStateHistory method)
(angr.state_plugins.log.SimStateLog method)
add_address_ov() (cle.backends.macho.binding.BindingState method)
add_alias() (angr.procedures.definitions.SimLibrary method)
add_all_from_dict() (angr.procedures.definitions.SimLibrary method)
add_backer() (cle.Clemory method)
(cle.memory.Clemory method)
add_block_to_whitelist() (angr.annocfg.AnnotatedCFG method)
add_breakpoint() (angr.state_plugins.inspect.SimInspector method)
add_constraints() (angr.sim_state.SimState method)
(claripy.backends.backend_smtlib_solvers.PopenSolverProxy method)
add_data_seg() (angr.analyses.cfg.cfg_fast.DecodingAssumption method)
add_def() (angr.analyses.ddg.LiveDefinitions method)
add_default_plugin() (angr.misc.plugins.PluginPreset method)
add_defs() (angr.analyses.ddg.LiveDefinitions method)
add_dependencies_for_concrete_pointers_of() (angr.analyses.reaching_definitions.dep_graph.DepGraph method)
add_edge() (angr.analyses.reaching_definitions.dep_graph.DepGraph method)
add_edge_to_buffer() (in module angr.utils.formatting)
add_equivalence() (angr.analyses.propagator.propagator.PropagatorAILState method)
add_event() (angr.state_plugins.history.SimStateHistory method)
(angr.state_plugins.log.SimStateLog method)
add_exit() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
add_exit_to_whitelist() (angr.annocfg.AnnotatedCFG method)
add_final_job() (angr.analyses.vfg.CallAnalysis method)
add_function() (angr.analyses.cfg.cfb.CFBlanket method)
add_function_edge() (angr.analyses.cfg.cfg_fast.CFGJob method)
add_goal() (angr.exploration_techniques.director.Director method)
add_heap_use() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_heap_use_by_def() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_heap_use_by_defs() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
add_history() (angr.state_hierarchy.StateHierarchy method)
add_job() (angr.analyses.cfg.cfg_fast.PendingJobs method)
(angr.analyses.forward_analysis.job_info.JobInfo method)
add_jumpout_site() (angr.knowledge_plugins.functions.function.Function method)
add_label() (angr.analyses.reassembler.Reassembler method)
add_loop() (angr.annocfg.AnnotatedCFG method)
add_loop_exit_stmt() (angr.analyses.loop_analysis.LoopAnalysisState method)
add_mapping() (angr.analyses.decompiler.structured_codegen.base.InstructionMapping method)
(angr.analyses.decompiler.structured_codegen.base.PositionMapping method)
add_memory_use() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_memory_use_by_def() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_memory_use_by_defs() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
add_memory_variable() (angr.sim_variable.SimVariableSet method)
add_memory_variables() (angr.sim_variable.SimVariableSet method)
add_name() (cle.backends.externs.KernelObject method)
(cle.KernelObject method)
add_node() (angr.analyses.decompiler.structuring.structurer_nodes.SequenceNode method)
(angr.analyses.reaching_definitions.dep_graph.DepGraph method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
add_nonreturning_function() (angr.analyses.cfg.cfg_fast.PendingJobs method)
add_number_mapping() (angr.procedures.definitions.SimSyscallLibrary method)
add_number_mapping_from_dict() (angr.procedures.definitions.SimSyscallLibrary method)
add_obj() (angr.analyses.cfg.cfb.CFBlanket method)
add_object() (angr.keyed_region.KeyedRegion method)
(angr.keyed_region.RegionObject method)
add_patch() (angr.knowledge_plugins.patches.PatchManager method)
add_patch_obj() (angr.knowledge_plugins.patches.PatchManager method)
add_regioned_address() (angr.storage.memory_mixins.regioned_memory.abstract_address_descriptor.AbstractAddressDescriptor method)
add_register_use() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_register_use_by_def() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_register_use_by_defs() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
add_register_variable() (angr.sim_variable.SimVariableSet method)
add_replacement() (angr.analyses.propagator.propagator.PropagatorAILState method)
(angr.analyses.propagator.propagator.PropagatorState method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
add_retout_site() (angr.knowledge_plugins.functions.function.Function method)
add_returning_function() (angr.analyses.cfg.cfg_fast.PendingJobs method)
add_sinkhole() (angr.state_plugins.cgc.SimStateCGC method)
add_stack_use() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_stack_use_by_def() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_stack_use_by_defs() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
add_state() (angr.state_hierarchy.StateHierarchy method)
add_statements_to_whitelist() (angr.annocfg.AnnotatedCFG method)
add_successor() (angr.engines.successors.SimSuccessors method)
add_tmp_use() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_tmp_use_by_def() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_tmp_use_by_defs() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
add_transitions() (angr.analyses.cfg_slice_to_sink.cfg_slice_to_sink.CFGSliceToSink method)
add_type_constraint() (angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase method)
add_type_variable() (angr.analyses.typehoon.typevars.TypeVariables method)
add_use() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
(angr.knowledge_plugins.key_definitions.uses.Uses method)
add_use_by_def() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
add_value() (angr.storage.memory_mixins.paged_memory.pages.multi_values.MultiValues method)
add_variable() (angr.keyed_region.KeyedRegion method)
(angr.knowledge_plugins.debug_variables.DebugVariableManager method)
(angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
add_variable_list() (angr.knowledge_plugins.debug_variables.DebugVariableManager method)
add_xref() (angr.analyses.xrefs.SimEngineXRefsVEX method)
(angr.knowledge_plugins.xrefs.xref_manager.XRefManager method)
add_xrefs() (angr.knowledge_plugins.xrefs.xref_manager.XRefManager method)
addend (cle.backends.elf.relocation.elfreloc.ELFReloc property)
(cle.backends.externs.simdata.common.PointTo attribute)
(cle.backends.macho.structs.dyld_chained_import_addend attribute)
(cle.backends.macho.structs.dyld_chained_import_addend64 attribute)
(cle.backends.macho.structs.dyld_chained_ptr_64_bind attribute)
AddN (class in angr.analyses.typehoon.typevars)
addr (ailment.Block attribute)
(ailment.block.Block attribute)
(ailment.expression.Load attribute)
(ailment.statement.Store attribute)
(angr.analyses.cfg.cfg_fast.CFGJob attribute)
(angr.analyses.decompiler.decompilation_cache.DecompilationCache attribute)
(angr.analyses.decompiler.graph_region.GraphRegion property)
(angr.analyses.decompiler.structured_codegen.c.CFunction attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.BaseNode property)
(angr.analyses.decompiler.structuring.structurer_nodes.BreakNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.CascadingConditionNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.CodeNode property)
(angr.analyses.decompiler.structuring.structurer_nodes.ConditionNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.ContinueNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.IncompleteSwitchCaseHeadStatement attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.IncompleteSwitchCaseNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.LoopNode property)
(angr.analyses.decompiler.structuring.structurer_nodes.MultiNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.SequenceNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.SwitchCaseNode attribute)
(angr.analyses.disassembly.DisassemblyPiece attribute)
(angr.analyses.disassembly.IROp attribute)
(angr.analyses.disassembly.OperandPiece attribute)
(angr.analyses.propagator.vex_vars.VEXMemVar attribute)
(angr.angrdb.models.DbComment attribute)
(angr.angrdb.models.DbFunction attribute)
(angr.angrdb.models.DbLabel attribute)
(angr.block.Block attribute)
(angr.block.DisassemblerBlock attribute)
(angr.codenode.CodeNode attribute)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
(angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
(angr.knowledge_plugins.cfg.memory_data.MemoryData attribute)
(angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
(angr.knowledge_plugins.key_definitions.atoms.MemoryLocation attribute)
(angr.sim_state.SimState property)
(angr.sim_variable.SimMemoryVariable attribute)
(angr.state_plugins.history.SimStateHistory property)
(archinfo.arch_soot.SootMethodDescriptor property)
(cle.backends.backend.FunctionHint attribute)
(cle.backends.elf.variable.Variable property)
(cle.backends.FunctionHint attribute)
(cle.FunctionHint attribute)
(pyvex.block.IRSB attribute)
(pyvex.expr.Load attribute)
(pyvex.lifting.lifter.Lifter attribute)
(pyvex.stmt.CAS attribute)
(pyvex.stmt.IMark attribute)
(pyvex.stmt.LLSC attribute)
(pyvex.stmt.LoadG attribute)
(pyvex.stmt.Store attribute)
(pyvex.stmt.StoreG attribute)
addr_and_variables (angr.analyses.variable_recovery.variable_recovery_base.VariableAnnotation attribute)
addr_invalid() (angr.state_plugins.cgc.SimStateCGC method)
addr_to_instruction_addr() (angr.knowledge_plugins.functions.function.Function method)
addr_to_offset() (cle.Backend method)
(cle.backends.Backend method)
(cle.backends.backend.Backend method)
(cle.backends.externs.ExternSegment method)
(cle.backends.Region method)
(cle.backends.region.Region method)
(cle.ExternSegment method)
(cle.Region method)
address (angr.block.CapstoneInsn property)
(angr.block.DisassemblerInsn property)
(angr.knowledge_plugins.cfg.memory_data.MemoryData property)
(angr.state_plugins.unicorn_engine.MEM_PATCH attribute)
(angr.state_plugins.unicorn_engine.MemoryValue attribute)
(angr.storage.memory_mixins.regioned_memory.region_data.AddressWrapper attribute)
address() (archinfo.arch_soot.SootMethodDescriptor method)
address_types (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_soot.ArchSoot attribute)
(archinfo.ArchSoot attribute)
AddressConcretizationMixin (class in angr.storage.memory_mixins.address_concretization_mixin)
AddressTransferringTypes (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
AddressTranslator (class in cle)
(class in cle.address_translator)
AddressWrapper (class in angr.storage.memory_mixins.regioned_memory.region_data)
addrs_for_hash() (angr.storage.memory_mixins.convenient_mappings_mixin.ConvenientMappingsMixin method)
addrs_for_name() (angr.storage.memory_mixins.convenient_mappings_mixin.ConvenientMappingsMixin method)
ADDS_EXITS (angr.sim_procedure.SimProcedure attribute)
AFTER_AIL_GRAPH_CREATION (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPassStage attribute)
AFTER_GLOBAL_SIMPLIFICATION (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPassStage attribute)
AFTER_SINGLE_BLOCK_SIMPLIFICATION (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPassStage attribute)
AFTER_STRUCTURING (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPassStage attribute)
AFTER_VARIABLE_RECOVERY (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPassStage attribute)
AggressiveConcretizationAnnotation (class in angr.state_plugins.unicorn_engine)
agnostic_extend() (claripy.vsa.strided_interval.StridedInterval method)
AILBlockTempCollector (class in angr.analyses.decompiler.ail_simplifier)
AILBlockWalker (class in angr.analyses.decompiler.ailblock_walker)
AILBlockWalkerBase (class in angr.analyses.decompiler.ailblock_walker)
AILGraphWalker (class in angr.analyses.decompiler.ailgraph_walker)
ailment
module
ailment.block
module
ailment.converter_common
module
ailment.converter_vex
module
ailment.expression
module
ailment.manager
module
ailment.statement
module
ailment.tagged_object
module
ailment.utils
module
AILSimplifier (class in angr.analyses.decompiler.ail_simplifier)
ALIGN_DOWN() (in module cle.utils)
ALIGN_UP() (in module cle.utils)
alignment (angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
(angr.sim_type.SimStruct property)
(angr.sim_type.SimType property)
(angr.sim_type.SimTypeArray property)
(angr.sim_type.SimTypeDouble property)
(angr.sim_type.SimTypeString property)
(angr.sim_type.SimTypeWString property)
(angr.sim_type.SimUnion property)
(angr.sim_type.TypeRef property)
ALL (angr.sim_manager.SimulationManager attribute)
all_bytes_changed_in_history() (angr.storage.memory_mixins.paged_memory.pages.history_tracking_mixin.HistoryTrackingMixin method)
all_constants (pyvex.block.IRSB property)
all_definitions (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState attribute)
(angr.analyses.reaching_definitions.reaching_definitions.ReachingDefinitionsAnalysis property)
all_elf_objects (cle.Loader property)
(cle.loader.Loader property)
all_exprs() (angr.analyses.propagator.prop_value.PropValue method)
all_objects (angr.state_plugins.sim_action.SimAction property)
(angr.state_plugins.sim_action.SimActionConstraint property)
(angr.state_plugins.sim_action.SimActionData property)
(angr.state_plugins.sim_action.SimActionExit property)
(angr.state_plugins.sim_action.SimActionOperation property)
(cle.loader.Loader attribute)
all_pe_objects (cle.Loader property)
(cle.loader.Loader property)
all_stashes (angr.analyses.veritesting.Veritesting attribute)
all_successors() (angr.analyses.forward_analysis.visitors.graph.GraphVisitor method)
(angr.state_hierarchy.StateHierarchy method)
ALL_TABLES (angr.angrdb.db.AngrDB attribute)
all_uses (angr.analyses.reaching_definitions.reaching_definitions.ReachingDefinitionsAnalysis property)
alloc() (angr.calling_conventions.AllocHelper method)
allocate() (angr.analyses.reaching_definitions.heap_allocator.HeapAllocator method)
(angr.state_plugins.heap.heap_brk.SimHeapBrk method)
(cle.backends.externs.ExternObject method)
(cle.ExternObject method)
allocate_stack_pages() (angr.storage.memory_mixins.paged_memory.stack_allocation_mixin.StackAllocationMixin method)
allocated_addresses (angr.analyses.reaching_definitions.heap_allocator.HeapAllocator property)
allocated_chunks() (angr.state_plugins.heap.heap_freelist.SimHeapFreelist method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
AllocHelper (class in angr.calling_conventions)
allow_arch_optimizations (pyvex.lifting.lifter.Lifter attribute)
alt (ailment.expression.Load attribute)
(pyvex.stmt.LoadG attribute)
ALT_NAMES (angr.sim_procedure.SimProcedure attribute)
AlwaysUpdate (angr.analyses.calling_convention.UpdateArgumentsOption attribute)
AMD64CCallRewriter (class in angr.analyses.decompiler.ccall_rewriters.amd64_ccalls)
AMD64ElfGotResolver (class in angr.analyses.cfg.indirect_jump_resolvers.amd64_elf_got)
analyses (angr.project.Project attribute)
AnalysesHub (class in angr.analyses.analysis)
analysis (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState attribute)
Analysis (class in angr.analyses.analysis)
AnalysisFactory (class in angr.analyses.analysis)
AnalysisLogEntry (class in angr.analyses.analysis)
AnalysisTask (class in angr.analyses.vfg)
analyze() (angr.analyses.callee_cleanup_finder.CalleeCleanupFinder method)
(angr.analyses.code_tagging.CodeTagging method)
(angr.analyses.decompiler.optimization_passes.optimization_pass.BaseOptimizationPass method)
(angr.analyses.vtable.VtableFinder method)
analyze_transmit() (angr.state_plugins.trace_additions.ZenPlugin method)
And (angr.engines.light.data.ArithmeticExpression attribute)
And() (claripy.backends.backend_vsa.BackendVSA static method)
(in module claripy.bv)
and_mask_comparing_against_constant_simplifier() (claripy.simplifications.SimplificationManager static method)
angr
module
angr.analyses
module
angr.analyses.analysis
module
angr.analyses.backward_slice
module
angr.analyses.binary_optimizer
module
angr.analyses.bindiff
module
angr.analyses.boyscout
module
angr.analyses.callee_cleanup_finder
module
angr.analyses.calling_convention
module
angr.analyses.cdg
module
angr.analyses.cfg
module
angr.analyses.cfg.cfb
module
angr.analyses.cfg.cfg
module
angr.analyses.cfg.cfg_arch_options
module
angr.analyses.cfg.cfg_base
module
angr.analyses.cfg.cfg_emulated
module
angr.analyses.cfg.cfg_fast
module
angr.analyses.cfg.cfg_fast_soot
module
angr.analyses.cfg.cfg_job_base
module
angr.analyses.cfg.cfg_utils
module
angr.analyses.cfg.indirect_jump_resolvers
module
angr.analyses.cfg.indirect_jump_resolvers.amd64_elf_got
module
angr.analyses.cfg.indirect_jump_resolvers.arm_elf_fast
module
angr.analyses.cfg.indirect_jump_resolvers.const_resolver
module
angr.analyses.cfg.indirect_jump_resolvers.default_resolvers
module
angr.analyses.cfg.indirect_jump_resolvers.jumptable
module
angr.analyses.cfg.indirect_jump_resolvers.mips_elf_fast
module
angr.analyses.cfg.indirect_jump_resolvers.resolver
module
angr.analyses.cfg.indirect_jump_resolvers.x86_elf_pic_plt
module
angr.analyses.cfg.indirect_jump_resolvers.x86_pe_iat
module
angr.analyses.cfg.segment_list
module
angr.analyses.cfg_slice_to_sink
module
angr.analyses.cfg_slice_to_sink.cfg_slice_to_sink
module
angr.analyses.cfg_slice_to_sink.graph
module
angr.analyses.cfg_slice_to_sink.transitions
module
angr.analyses.class_identifier
module
angr.analyses.code_tagging
module
angr.analyses.complete_calling_conventions
module
angr.analyses.congruency_check
module
angr.analyses.data_dep
module
angr.analyses.data_dep.data_dependency_analysis
module
angr.analyses.data_dep.dep_nodes
module
angr.analyses.data_dep.sim_act_location
module
angr.analyses.datagraph_meta
module
angr.analyses.ddg
module
angr.analyses.decompiler
module
angr.analyses.decompiler.ail_simplifier
module
angr.analyses.decompiler.ailblock_walker
module
angr.analyses.decompiler.ailgraph_walker
module
angr.analyses.decompiler.block_simplifier
module
angr.analyses.decompiler.callsite_maker
module
angr.analyses.decompiler.ccall_rewriters
module
angr.analyses.decompiler.ccall_rewriters.amd64_ccalls
module
angr.analyses.decompiler.ccall_rewriters.rewriter_base
module
angr.analyses.decompiler.clinic
module
angr.analyses.decompiler.condition_processor
module
angr.analyses.decompiler.decompilation_cache
module
angr.analyses.decompiler.decompilation_options
module
angr.analyses.decompiler.decompiler
module
angr.analyses.decompiler.empty_node_remover
module
angr.analyses.decompiler.expression_narrower
module
angr.analyses.decompiler.graph_region
module
angr.analyses.decompiler.jump_target_collector
module
angr.analyses.decompiler.jumptable_entry_condition_rewriter
module
angr.analyses.decompiler.optimization_passes
module
angr.analyses.decompiler.optimization_passes.base_ptr_save_simplifier
module
angr.analyses.decompiler.optimization_passes.const_derefs
module
angr.analyses.decompiler.optimization_passes.div_simplifier
module
angr.analyses.decompiler.optimization_passes.eager_returns
module
angr.analyses.decompiler.optimization_passes.engine_base
module
angr.analyses.decompiler.optimization_passes.expr_op_swapper
module
angr.analyses.decompiler.optimization_passes.ite_expr_converter
module
angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier
module
angr.analyses.decompiler.optimization_passes.mod_simplifier
module
angr.analyses.decompiler.optimization_passes.multi_simplifier
module
angr.analyses.decompiler.optimization_passes.optimization_pass
module
angr.analyses.decompiler.optimization_passes.register_save_area_simplifier
module
angr.analyses.decompiler.optimization_passes.ret_addr_save_simplifier
module
angr.analyses.decompiler.optimization_passes.stack_canary_simplifier
module
angr.analyses.decompiler.optimization_passes.x86_gcc_getpc_simplifier
module
angr.analyses.decompiler.peephole_optimizations
module
angr.analyses.decompiler.peephole_optimizations.base
module
angr.analyses.decompiler.redundant_label_remover
module
angr.analyses.decompiler.region_identifier
module
angr.analyses.decompiler.region_simplifiers
module
angr.analyses.decompiler.region_simplifiers.cascading_cond_transformer
module
angr.analyses.decompiler.region_simplifiers.cascading_ifs
module
angr.analyses.decompiler.region_simplifiers.expr_folding
module
angr.analyses.decompiler.region_simplifiers.goto
module
angr.analyses.decompiler.region_simplifiers.if_
module
angr.analyses.decompiler.region_simplifiers.ifelse
module
angr.analyses.decompiler.region_simplifiers.loop
module
angr.analyses.decompiler.region_simplifiers.node_address_finder
module
angr.analyses.decompiler.region_simplifiers.region_simplifier
module
angr.analyses.decompiler.region_walker
module
angr.analyses.decompiler.sequence_walker
module
angr.analyses.decompiler.structured_codegen
module
angr.analyses.decompiler.structured_codegen.base
module
angr.analyses.decompiler.structured_codegen.c
module
angr.analyses.decompiler.structured_codegen.dummy
module
angr.analyses.decompiler.structured_codegen.dwarf_import
module
angr.analyses.decompiler.structuring
module
angr.analyses.decompiler.structuring.dream
module
angr.analyses.decompiler.structuring.phoenix
module
angr.analyses.decompiler.structuring.recursive_structurer
module
angr.analyses.decompiler.structuring.structurer_base
module
angr.analyses.decompiler.structuring.structurer_nodes
module
angr.analyses.decompiler.utils
module
angr.analyses.disassembly
module
angr.analyses.disassembly_utils
module
angr.analyses.dominance_frontier
module
angr.analyses.find_objects_static
module
angr.analyses.flirt
module
angr.analyses.forward_analysis
module
angr.analyses.forward_analysis.forward_analysis
module
angr.analyses.forward_analysis.job_info
module
angr.analyses.forward_analysis.visitors
module
angr.analyses.forward_analysis.visitors.call_graph
module
angr.analyses.forward_analysis.visitors.function_graph
module
angr.analyses.forward_analysis.visitors.graph
module
angr.analyses.forward_analysis.visitors.loop
module
angr.analyses.forward_analysis.visitors.single_node_graph
module
angr.analyses.identifier.identify
module
angr.analyses.init_finder
module
angr.analyses.loop_analysis
module
angr.analyses.loopfinder
module
angr.analyses.propagator
module
angr.analyses.propagator.call_expr_finder
module
angr.analyses.propagator.engine_ail
module
angr.analyses.propagator.engine_base
module
angr.analyses.propagator.engine_vex
module
angr.analyses.propagator.outdated_definition_walker
module
angr.analyses.propagator.prop_value
module
angr.analyses.propagator.propagator
module
angr.analyses.propagator.tmpvar_finder
module
angr.analyses.propagator.top_checker_mixin
module
angr.analyses.propagator.values
module
angr.analyses.propagator.vex_vars
module
angr.analyses.proximity_graph
module
angr.analyses.reaching_definitions
module
angr.analyses.reaching_definitions.call_trace
module
angr.analyses.reaching_definitions.dep_graph
module
angr.analyses.reaching_definitions.engine_ail
module
angr.analyses.reaching_definitions.engine_vex
module
angr.analyses.reaching_definitions.external_codeloc
module
angr.analyses.reaching_definitions.function_handler
module
angr.analyses.reaching_definitions.heap_allocator
module
angr.analyses.reaching_definitions.rd_state
module
angr.analyses.reaching_definitions.reaching_definitions
module
angr.analyses.reaching_definitions.subject
module
angr.analyses.reassembler
module
angr.analyses.soot_class_hierarchy
module
angr.analyses.stack_pointer_tracker
module
angr.analyses.static_hooker
module
angr.analyses.typehoon
module
angr.analyses.typehoon.lifter
module
angr.analyses.typehoon.simple_solver
module
angr.analyses.typehoon.translator
module
angr.analyses.typehoon.typeconsts
module
angr.analyses.typehoon.typehoon
module
angr.analyses.typehoon.typevars
module
angr.analyses.variable_recovery
module
angr.analyses.variable_recovery.annotations
module
angr.analyses.variable_recovery.engine_ail
module
angr.analyses.variable_recovery.engine_base
module
angr.analyses.variable_recovery.engine_vex
module
angr.analyses.variable_recovery.variable_recovery
module
angr.analyses.variable_recovery.variable_recovery_base
module
angr.analyses.variable_recovery.variable_recovery_fast
module
angr.analyses.veritesting
module
angr.analyses.vfg
module
angr.analyses.vsa_ddg
module
angr.analyses.vtable
module
angr.analyses.xrefs
module
angr.angrdb
module
angr.angrdb.db
module
angr.angrdb.models
module
angr.angrdb.serializers
module
angr.angrdb.serializers.cfg_model
module
angr.angrdb.serializers.comments
module
angr.angrdb.serializers.funcs
module
angr.angrdb.serializers.kb
module
angr.angrdb.serializers.labels
module
angr.angrdb.serializers.loader
module
angr.angrdb.serializers.structured_code
module
angr.angrdb.serializers.variables
module
angr.angrdb.serializers.xrefs
module
angr.annocfg
module
angr.blade
module
angr.block
module
angr.callable
module
angr.calling_conventions
module
angr.code_location
module
angr.codenode
module
angr.concretization_strategies
module
angr.concretization_strategies.any
module
angr.concretization_strategies.controlled_data
module
angr.concretization_strategies.eval
module
angr.concretization_strategies.max
module
angr.concretization_strategies.nonzero
module
angr.concretization_strategies.nonzero_range
module
angr.concretization_strategies.norepeats
module
angr.concretization_strategies.norepeats_range
module
angr.concretization_strategies.range
module
angr.concretization_strategies.single
module
angr.concretization_strategies.solutions
module
angr.concretization_strategies.unlimited_range
module
angr.distributed
module
angr.distributed.server
module
angr.distributed.worker
module
angr.engines
module
angr.engines.concrete
module
angr.engines.engine
module
angr.engines.failure
module
angr.engines.hook
module
angr.engines.light
module
angr.engines.light.data
module
angr.engines.light.engine
module
angr.engines.procedure
module
angr.engines.soot
module
angr.engines.soot.engine
module
angr.engines.successors
module
angr.engines.syscall
module
angr.engines.unicorn
module
angr.engines.vex
module
angr.errors
module
angr.exploration_techniques
module
angr.exploration_techniques.bucketizer
module
angr.exploration_techniques.cacher
module
angr.exploration_techniques.common
module
angr.exploration_techniques.dfs
module
angr.exploration_techniques.director
module
angr.exploration_techniques.driller_core
module
angr.exploration_techniques.explorer
module
angr.exploration_techniques.lengthlimiter
module
angr.exploration_techniques.local_loop_seer
module
angr.exploration_techniques.loop_seer
module
angr.exploration_techniques.manual_mergepoint
module
angr.exploration_techniques.memory_watcher
module
angr.exploration_techniques.oppologist
module
angr.exploration_techniques.slicecutor
module
angr.exploration_techniques.spiller
module
angr.exploration_techniques.spiller_db
module
angr.exploration_techniques.stochastic
module
angr.exploration_techniques.suggestions
module
angr.exploration_techniques.symbion
module
angr.exploration_techniques.tech_builder
module
angr.exploration_techniques.threading
module
angr.exploration_techniques.timeout
module
angr.exploration_techniques.tracer
module
angr.exploration_techniques.unique
module
angr.exploration_techniques.veritesting
module
angr.factory
module
angr.flirt
module
angr.flirt.build_sig
module
angr.keyed_region
module
angr.knowledge_base
module
angr.knowledge_base.knowledge_base
module
angr.knowledge_plugins
module
angr.knowledge_plugins.callsite_prototypes
module
angr.knowledge_plugins.cfg
module
angr.knowledge_plugins.cfg.cfg_manager
module
angr.knowledge_plugins.cfg.cfg_model
module
angr.knowledge_plugins.cfg.cfg_node
module
angr.knowledge_plugins.cfg.indirect_jump
module
angr.knowledge_plugins.cfg.memory_data
module
angr.knowledge_plugins.comments
module
angr.knowledge_plugins.data
module
angr.knowledge_plugins.debug_variables
module
angr.knowledge_plugins.functions
module
angr.knowledge_plugins.functions.function
module
angr.knowledge_plugins.functions.function_manager
module
angr.knowledge_plugins.functions.function_parser
module
angr.knowledge_plugins.functions.soot_function
module
angr.knowledge_plugins.gotos
module
angr.knowledge_plugins.indirect_jumps
module
angr.knowledge_plugins.key_definitions
module
angr.knowledge_plugins.key_definitions.atoms
module
angr.knowledge_plugins.key_definitions.constants
module
angr.knowledge_plugins.key_definitions.definition
module
angr.knowledge_plugins.key_definitions.environment
module
angr.knowledge_plugins.key_definitions.heap_address
module
angr.knowledge_plugins.key_definitions.key_definition_manager
module
angr.knowledge_plugins.key_definitions.live_definitions
module
angr.knowledge_plugins.key_definitions.rd_model
module
angr.knowledge_plugins.key_definitions.tag
module
angr.knowledge_plugins.key_definitions.undefined
module
angr.knowledge_plugins.key_definitions.unknown_size
module
angr.knowledge_plugins.key_definitions.uses
module
angr.knowledge_plugins.labels
module
angr.knowledge_plugins.patches
module
angr.knowledge_plugins.plugin
module
angr.knowledge_plugins.propagations
module
angr.knowledge_plugins.structured_code
module
angr.knowledge_plugins.structured_code.manager
module
angr.knowledge_plugins.sync
module
angr.knowledge_plugins.sync.sync_controller
module
angr.knowledge_plugins.types
module
angr.knowledge_plugins.variables
module
angr.knowledge_plugins.variables.variable_access
module
angr.knowledge_plugins.variables.variable_manager
module
angr.knowledge_plugins.xrefs
module
angr.knowledge_plugins.xrefs.xref
module
angr.knowledge_plugins.xrefs.xref_manager
module
angr.knowledge_plugins.xrefs.xref_types
module
angr.misc.plugins
module
angr.procedures
module
angr.procedures.definitions
module
angr.procedures.stubs.format_parser
module
angr.project
module
angr.protos
module
angr.serializable
module
angr.sim_manager
module
angr.sim_options
module
angr.sim_procedure
module
angr.sim_state
module
angr.sim_state_options
module
angr.sim_type
module
angr.sim_variable
module
angr.simos
module
angr.simos.cgc
module
angr.simos.javavm
module
angr.simos.linux
module
angr.simos.simos
module
angr.simos.userland
module
angr.simos.windows
module
angr.slicer
module
angr.state_hierarchy
module
angr.state_plugins
module
angr.state_plugins.callstack
module
angr.state_plugins.cgc
module
angr.state_plugins.concrete
module
angr.state_plugins.debug_variables
module
angr.state_plugins.filesystem
module
angr.state_plugins.gdb
module
angr.state_plugins.globals
module
angr.state_plugins.heap
module
angr.state_plugins.heap.heap_base
module
angr.state_plugins.heap.heap_brk
module
angr.state_plugins.heap.heap_freelist
module
angr.state_plugins.heap.heap_libc
module
angr.state_plugins.heap.heap_ptmalloc
module
angr.state_plugins.heap.utils
module
angr.state_plugins.history
module
angr.state_plugins.inspect
module
angr.state_plugins.javavm_classloader
module
angr.state_plugins.jni_references
module
angr.state_plugins.libc
module
angr.state_plugins.light_registers
module
angr.state_plugins.log
module
angr.state_plugins.loop_data
module
angr.state_plugins.plugin
module
angr.state_plugins.posix
module
angr.state_plugins.preconstrainer
module
angr.state_plugins.scratch
module
angr.state_plugins.sim_action
module
angr.state_plugins.sim_action_object
module
angr.state_plugins.sim_event
module
angr.state_plugins.solver
module
angr.state_plugins.symbolizer
module
angr.state_plugins.trace_additions
module
angr.state_plugins.uc_manager
module
angr.state_plugins.unicorn_engine
module
angr.state_plugins.view
module
angr.storage
module
angr.storage.file
module
angr.storage.memory_mixins
module
angr.storage.memory_mixins.actions_mixin
module
angr.storage.memory_mixins.address_concretization_mixin
module
angr.storage.memory_mixins.bvv_conversion_mixin
module
angr.storage.memory_mixins.clouseau_mixin
module
angr.storage.memory_mixins.conditional_store_mixin
module
angr.storage.memory_mixins.convenient_mappings_mixin
module
angr.storage.memory_mixins.default_filler_mixin
module
angr.storage.memory_mixins.dirty_addrs_mixin
module
angr.storage.memory_mixins.hex_dumper_mixin
module
angr.storage.memory_mixins.javavm_memory
module
angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin
module
angr.storage.memory_mixins.keyvalue_memory
module
angr.storage.memory_mixins.keyvalue_memory.keyvalue_memory_mixin
module
angr.storage.memory_mixins.label_merger_mixin
module
angr.storage.memory_mixins.multi_value_merger_mixin
module
angr.storage.memory_mixins.name_resolution_mixin
module
angr.storage.memory_mixins.paged_memory
module
angr.storage.memory_mixins.paged_memory.page_backer_mixins
module
angr.storage.memory_mixins.paged_memory.paged_memory_mixin
module
angr.storage.memory_mixins.paged_memory.pages
module
angr.storage.memory_mixins.paged_memory.pages.cooperation
module
angr.storage.memory_mixins.paged_memory.pages.history_tracking_mixin
module
angr.storage.memory_mixins.paged_memory.pages.ispo_mixin
module
angr.storage.memory_mixins.paged_memory.pages.list_page
module
angr.storage.memory_mixins.paged_memory.pages.multi_values
module
angr.storage.memory_mixins.paged_memory.pages.mv_list_page
module
angr.storage.memory_mixins.paged_memory.pages.permissions_mixin
module
angr.storage.memory_mixins.paged_memory.pages.refcount_mixin
module
angr.storage.memory_mixins.paged_memory.pages.ultra_page
module
angr.storage.memory_mixins.paged_memory.privileged_mixin
module
angr.storage.memory_mixins.paged_memory.stack_allocation_mixin
module
angr.storage.memory_mixins.regioned_memory
module
angr.storage.memory_mixins.regioned_memory.abstract_address_descriptor
module
angr.storage.memory_mixins.regioned_memory.abstract_merger_mixin
module
angr.storage.memory_mixins.regioned_memory.region_category_mixin
module
angr.storage.memory_mixins.regioned_memory.region_data
module
angr.storage.memory_mixins.regioned_memory.region_meta_mixin
module
angr.storage.memory_mixins.regioned_memory.regioned_address_concretization_mixin
module
angr.storage.memory_mixins.regioned_memory.regioned_memory_mixin
module
angr.storage.memory_mixins.regioned_memory.static_find_mixin
module
angr.storage.memory_mixins.simple_interface_mixin
module
angr.storage.memory_mixins.simplification_mixin
module
angr.storage.memory_mixins.size_resolution_mixin
module
angr.storage.memory_mixins.slotted_memory
module
angr.storage.memory_mixins.smart_find_mixin
module
angr.storage.memory_mixins.symbolic_merger_mixin
module
angr.storage.memory_mixins.top_merger_mixin
module
angr.storage.memory_mixins.underconstrained_mixin
module
angr.storage.memory_mixins.unwrapper_mixin
module
angr.storage.memory_object
module
angr.storage.pcap
module
angr.type_backend
module
angr.utils
module
angr.utils.algo
module
angr.utils.constants
module
angr.utils.cowdict
module
angr.utils.dynamic_dictlist
module
angr.utils.enums_conv
module
angr.utils.env
module
angr.utils.formatting
module
angr.utils.graph
module
angr.utils.lazy_import
module
angr.utils.library
module
angr.utils.loader
module
angr.utils.mp
module
angr.utils.timing
module
angr.vaults
module
AngrAnalysisError
AngrAnnotatedCFGError
AngrAssemblyError
AngrBackwardSlicingError
AngrBladeError
AngrBladeSimProcError
AngrCallableError
AngrCallableMultistateError
AngrCFGError
AngrCorruptDBError
AngrDataGraphError
AngrDB (class in angr.angrdb.db)
AngrDBError
AngrDDGError
AngrDelayJobNotice
AngrDirectorError
AngrError
AngrExitError
AngrExplorationTechniqueError
AngrExplorerError
AngrForwardAnalysisError
AngrGirlScoutError
AngrIncompatibleDBError
AngrIncongruencyError
AngrInvalidArgumentError
AngrJobMergingFailureNotice
AngrJobWideningFailureNotice
AngrLifterError
AngrLoopAnalysisError
AngrNoPluginError
AngrObjectFactory (class in angr.factory)
AngrPathError
AngrSimOSError
AngrSkipJobNotice
AngrSurveyorError
AngrSyscallError
AngrTracerError
AngrUnsupportedSyscallError
AngrValueError
AngrVariableRecoveryError
AngrVaultError
AngrVFGError
AngrVFGRestartAnalysisNotice
annotate() (claripy.ast.base.Base method)
annotate_with_def() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions static method)
annotate_with_variables() (angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase static method)
annotated_cfg() (angr.analyses.backward_slice.BackwardSlice method)
AnnotatedCFG (class in angr.annocfg)
AnnotatedVariable (class in angr.analyses.loop_analysis)
Annotation (class in claripy.annotation)
annotations (claripy.ast.base.Base attribute)
(claripy.ast.bits.Bits attribute)
ansi_color() (in module angr.utils.formatting)
Apk (class in cle)
(class in cle.backends)
(class in cle.backends.java.apk)
append() (cle.backends.Regions method)
(cle.backends.regions.Regions method)
(cle.Regions method)
append_annotation() (claripy.ast.base.Base method)
append_annotations() (claripy.ast.base.Base method)
append_data() (angr.analyses.reassembler.Reassembler method)
append_procedure() (angr.analyses.reassembler.Reassembler method)
append_state() (angr.analyses.vfg.VFGNode method)
append_statement() (in module angr.analyses.decompiler.utils)
apply() (angr.analyses.cfg.cfg_fast.FunctionCallEdge method)
(angr.analyses.cfg.cfg_fast.FunctionEdge method)
(angr.analyses.cfg.cfg_fast.FunctionFakeRetEdge method)
(angr.analyses.cfg.cfg_fast.FunctionReturnEdge method)
(angr.analyses.cfg.cfg_fast.FunctionTransitionEdge method)
(angr.calling_conventions.AllocHelper method)
(angr.sim_manager.SimulationManager method)
apply_annotation() (angr.type_backend.TypeBackend method)
(claripy.backends.Backend method)
(claripy.backends.backend_vsa.BackendVSA method)
(claripy.vsa.valueset.ValueSet method)
apply_definition() (angr.knowledge_plugins.functions.function.Function method)
apply_function_edges() (angr.analyses.cfg.cfg_fast.CFGJob method)
apply_on_each_si() (in module claripy.vsa.discrete_strided_interval_set)
apply_patches_to_binary() (angr.knowledge_plugins.patches.PatchManager method)
arch (angr.analyses.cfg.cfg_arch_options.CFGArchOptions attribute)
(angr.analyses.cfg.indirect_jump_resolvers.jumptable.JumpTableProcessorState attribute)
(angr.analyses.decompiler.ccall_rewriters.rewriter_base.CCallRewriterBase attribute)
(angr.analyses.propagator.propagator.PropagatorState attribute)
(angr.analyses.reaching_definitions.engine_ail.SimEngineRDAIL attribute)
(angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState attribute)
(angr.block.Block attribute)
(angr.block.DisassemblerBlock attribute)
ARCH (angr.calling_conventions.SimCC attribute)
(angr.calling_conventions.SimCCAArch64 attribute)
(angr.calling_conventions.SimCCAArch64LinuxSyscall attribute)
(angr.calling_conventions.SimCCAMD64LinuxSyscall attribute)
(angr.calling_conventions.SimCCAMD64WindowsSyscall attribute)
(angr.calling_conventions.SimCCARM attribute)
(angr.calling_conventions.SimCCARMHF attribute)
(angr.calling_conventions.SimCCARMLinuxSyscall attribute)
(angr.calling_conventions.SimCCCdecl attribute)
(angr.calling_conventions.SimCCMicrosoftAMD64 attribute)
(angr.calling_conventions.SimCCMicrosoftFastcall attribute)
(angr.calling_conventions.SimCCO32 attribute)
(angr.calling_conventions.SimCCO32LinuxSyscall attribute)
(angr.calling_conventions.SimCCO64 attribute)
(angr.calling_conventions.SimCCO64LinuxSyscall attribute)
(angr.calling_conventions.SimCCPowerPC attribute)
(angr.calling_conventions.SimCCPowerPC64 attribute)
(angr.calling_conventions.SimCCPowerPC64LinuxSyscall attribute)
(angr.calling_conventions.SimCCPowerPCLinuxSyscall attribute)
(angr.calling_conventions.SimCCS390X attribute)
(angr.calling_conventions.SimCCS390XLinuxSyscall attribute)
(angr.calling_conventions.SimCCSoot attribute)
(angr.calling_conventions.SimCCSystemVAMD64 attribute)
(angr.calling_conventions.SimCCX86LinuxSyscall attribute)
(angr.calling_conventions.SimCCX86WindowsSyscall attribute)
arch (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions attribute)
(angr.procedures.stubs.format_parser.FormatParser attribute)
(angr.procedures.stubs.format_parser.ScanfFormatParser attribute)
(angr.project.Project attribute)
(angr.sim_state.SimState property)
Arch (class in archinfo)
(class in archinfo.arch)
arch (cle.BackedCGC attribute)
(cle.backends.Apk attribute)
(cle.backends.BackedCGC attribute)
(cle.backends.Backend attribute)
(cle.backends.backend.Backend attribute)
(cle.backends.binja.BinjaBin attribute)
(cle.backends.Blob attribute)
(cle.backends.blob.Blob attribute)
(cle.backends.CGC attribute)
(cle.backends.cgc.BackedCGC attribute)
(cle.backends.cgc.backedcgc.BackedCGC attribute)
(cle.backends.cgc.CGC attribute)
(cle.backends.cgc.cgc.CGC attribute)
(cle.backends.ELF attribute)
(cle.backends.elf.ELF attribute)
(cle.backends.elf.elf.ELF attribute)
(cle.backends.elf.ELFCore attribute)
(cle.backends.elf.elfcore.ELFCore attribute)
(cle.backends.elf.MetaELF attribute)
(cle.backends.elf.metaelf.MetaELF attribute)
(cle.backends.ELFCore attribute)
(cle.backends.externs.ExternObject attribute)
(cle.backends.externs.KernelObject attribute)
(cle.backends.Hex attribute)
(cle.backends.ihex.Hex attribute)
(cle.backends.Jar attribute)
(cle.backends.java.apk.Apk attribute)
(cle.backends.java.jar.Jar attribute)
(cle.backends.java.soot.Soot attribute)
(cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.backends.MetaELF attribute)
(cle.backends.Minidump attribute)
(cle.backends.minidump.Minidump attribute)
(cle.backends.named_region.NamedRegion attribute)
(cle.backends.NamedRegion attribute)
(cle.backends.PE attribute)
(cle.backends.pe.PE attribute)
(cle.backends.pe.pe.PE attribute)
(cle.backends.Soot attribute)
(cle.backends.static_archive.StaticArchive attribute)
(cle.backends.StaticArchive attribute)
(cle.backends.tls.elf_tls.ELFTLSObject attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV1 attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV2 attribute)
(cle.backends.tls.pe_tls.PETLSObject attribute)
(cle.backends.tls.tls_object.TLSObject attribute)
(cle.backends.tls.TLSObject attribute)
(cle.backends.XBE attribute)
(cle.backends.xbe.XBE attribute)
(cle.Blob attribute)
(cle.ELFCore attribute)
(cle.ExternObject attribute)
(cle.Hex attribute)
(cle.Jar attribute)
(cle.KernelObject attribute)
(cle.MetaELF attribute)
(cle.Minidump attribute)
(cle.NamedRegion attribute)
(cle.Soot attribute)
(cle.StaticArchive attribute)
(cle.TLSObject attribute)
(pyvex.block.IRSB attribute)
(pyvex.lifting.lifter.Lifter attribute)
arch_from_id() (in module archinfo)
(in module archinfo.arch)
arch_overrideable() (in module angr.sim_state)
ArchAArch64 (class in archinfo)
(class in archinfo.arch_aarch64)
ArchAMD64 (class in archinfo)
(class in archinfo.arch_amd64)
ArchARM (class in archinfo)
(class in archinfo.arch_arm)
ArchARMCortexM (class in archinfo)
(class in archinfo.arch_arm)
ArchARMEL (class in archinfo)
(class in archinfo.arch_arm)
ArchARMHF (class in archinfo)
(class in archinfo.arch_arm)
ArchAVR8 (class in archinfo)
(class in archinfo.arch_avr)
ArchError
,
[1]
ARCHES (angr.analyses.decompiler.optimization_passes.base_ptr_save_simplifier.BasePointerSaveSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.const_derefs.ConstantDereferencesSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.div_simplifier.DivSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.eager_returns.EagerReturnsSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.expr_op_swapper.ExprOpSwapper attribute)
(angr.analyses.decompiler.optimization_passes.ite_expr_converter.ITEExprConverter attribute)
(angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier.LoweredSwitchSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.mod_simplifier.ModSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.multi_simplifier.MultiSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.optimization_pass.BaseOptimizationPass attribute)
(angr.analyses.decompiler.optimization_passes.optimization_pass.SequenceOptimizationPass attribute)
(angr.analyses.decompiler.optimization_passes.register_save_area_simplifier.RegisterSaveAreaSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.ret_addr_save_simplifier.RetAddrSaveSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.stack_canary_simplifier.StackCanarySimplifier attribute)
(angr.analyses.decompiler.optimization_passes.x86_gcc_getpc_simplifier.X86GccGetPcSimplifier attribute)
archinfo
module
archinfo.arch
module
archinfo.arch_aarch64
module
archinfo.arch_amd64
module
archinfo.arch_arm
module
archinfo.arch_avr
module
archinfo.arch_mips32
module
archinfo.arch_mips64
module
archinfo.arch_pcode
module
archinfo.arch_ppc32
module
archinfo.arch_ppc64
module
archinfo.arch_s390x
module
archinfo.arch_soot
module
archinfo.arch_x86
module
archinfo.archerror
module
archinfo.defines
module
archinfo.tls
module
archinfo.types
module
ArchMIPS32 (class in archinfo)
(class in archinfo.arch_mips32)
ArchMIPS64 (class in archinfo)
(class in archinfo.arch_mips64)
ArchNotFound
,
[1]
ArchPcode (class in archinfo)
(class in archinfo.arch_pcode)
ArchPPC32 (class in archinfo)
(class in archinfo.arch_ppc32)
ArchPPC64 (class in archinfo)
(class in archinfo.arch_ppc64)
ArchS390X (class in archinfo)
(class in archinfo.arch_s390x)
ArchSoot (class in archinfo)
(class in archinfo.arch_soot)
ArchX86 (class in archinfo)
(class in archinfo.arch_x86)
arg_filter() (in module claripy.backends.backend_vsa)
arg_list (angr.analyses.decompiler.structured_codegen.c.CFunction attribute)
arg_locs() (angr.calling_conventions.SimCC method)
ARG_REGS (angr.calling_conventions.SimCC attribute)
(angr.calling_conventions.SimCCAArch64 attribute)
(angr.calling_conventions.SimCCAArch64LinuxSyscall attribute)
(angr.calling_conventions.SimCCAMD64LinuxSyscall attribute)
(angr.calling_conventions.SimCCAMD64WindowsSyscall attribute)
(angr.calling_conventions.SimCCARM attribute)
(angr.calling_conventions.SimCCARMHF attribute)
(angr.calling_conventions.SimCCARMLinuxSyscall attribute)
(angr.calling_conventions.SimCCCdecl attribute)
(angr.calling_conventions.SimCCMicrosoftAMD64 attribute)
(angr.calling_conventions.SimCCMicrosoftFastcall attribute)
(angr.calling_conventions.SimCCO32 attribute)
(angr.calling_conventions.SimCCO32LinuxSyscall attribute)
(angr.calling_conventions.SimCCO64 attribute)
(angr.calling_conventions.SimCCO64LinuxSyscall attribute)
(angr.calling_conventions.SimCCPowerPC attribute)
(angr.calling_conventions.SimCCPowerPC64 attribute)
(angr.calling_conventions.SimCCPowerPC64LinuxSyscall attribute)
(angr.calling_conventions.SimCCPowerPCLinuxSyscall attribute)
(angr.calling_conventions.SimCCS390X attribute)
(angr.calling_conventions.SimCCS390XLinuxSyscall attribute)
(angr.calling_conventions.SimCCSoot attribute)
(angr.calling_conventions.SimCCSystemVAMD64 attribute)
(angr.calling_conventions.SimCCX86LinuxSyscall attribute)
(angr.calling_conventions.SimCCX86WindowsSyscall attribute)
arg_session (angr.procedures.stubs.format_parser.FormatParser attribute)
(angr.procedures.stubs.format_parser.ScanfFormatParser attribute)
arg_session() (angr.calling_conventions.SimCC method)
args (ailment.statement.Call attribute)
(angr.analyses.decompiler.structured_codegen.c.CFunctionCall attribute)
(angr.utils.mp.Closure attribute)
(claripy.ast.base.Base attribute)
(claripy.ast.bits.Bits attribute)
(pyvex.expr.Binop attribute)
(pyvex.expr.CCall attribute)
(pyvex.expr.Qop attribute)
(pyvex.expr.Triop attribute)
(pyvex.expr.Unop attribute)
(pyvex.stmt.Dirty attribute)
ARGS_MISMATCH (angr.procedures.stubs.format_parser.FormatParser attribute)
(angr.sim_procedure.SimProcedure attribute)
ArgSession (angr.calling_conventions.SimCCMicrosoftAMD64 attribute)
(angr.calling_conventions.SimCCUsercall attribute)
(class in angr.calling_conventions)
argument_register_positions (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
argument_registers (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
argument_types (angr.sim_procedure.SimProcedure property)
arguments (angr.knowledge_plugins.functions.function.Function property)
ArithmeticExpression (class in angr.engines.light.data)
ARM (angr.analyses.cfg.cfg_fast.ARMDecodingMode attribute)
Arm64e (class in cle.backends.macho.structs)
arm64e (cle.backends.macho.structs.ChainedFixupPointerOnDisk attribute)
ARMDecodingMode (class in angr.analyses.cfg.cfg_fast)
ArmElfFastResolver (class in angr.analyses.cfg.indirect_jump_resolvers.arm_elf_fast)
Array (class in angr.analyses.typehoon.typeconsts)
array() (angr.state_plugins.debug_variables.SimDebugVariable method)
(angr.state_plugins.view.SimMemView method)
ArrayType (class in cle.backends.elf.variable_type)
artificial_registers (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
artificial_registers_offsets (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
asm() (archinfo.Arch method)
(archinfo.arch.Arch method)
assembly() (angr.analyses.reassembler.BasicBlock method)
(angr.analyses.reassembler.Data method)
(angr.analyses.reassembler.Instruction method)
(angr.analyses.reassembler.Operand method)
(angr.analyses.reassembler.Procedure method)
(angr.analyses.reassembler.Reassembler method)
assign() (angr.state_plugins.uc_manager.SimUCManager method)
assign_labels() (angr.analyses.reassembler.BasicBlock method)
(angr.analyses.reassembler.Data method)
(angr.analyses.reassembler.Instruction method)
(angr.analyses.reassembler.Procedure method)
assign_unified_variable_names() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
assign_variable_names() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
Assignment (angr.analyses.cfg.indirect_jump_resolvers.jumptable.AddressTransferringTypes attribute)
(class in ailment)
(class in ailment.statement)
ast (angr.analyses.data_dep.dep_nodes.BaseDepNode property)
AST (class in angr.analyses.ddg)
ast_graph (angr.analyses.ddg.DDG property)
ast_preserving_op() (in module angr.state_plugins.sim_action_object)
ast_stripping_decorator() (in module angr.state_plugins.sim_action_object)
ast_stripping_op() (in module angr.state_plugins.sim_action_object)
ast_weight() (in module angr.exploration_techniques.suggestions)
ASTCacheKey (class in claripy.ast.base)
AT (in module cle)
(in module cle.address_translator)
atoi_dumps() (angr.state_plugins.trace_additions.ChallRespInfo static method)
atom (angr.knowledge_plugins.key_definitions.definition.Definition attribute)
Atom (class in ailment.expression)
(class in angr.knowledge_plugins.key_definitions.atoms)
atom0 (angr.analyses.propagator.propagator.Equivalence attribute)
atom1 (angr.analyses.propagator.propagator.Equivalence attribute)
atom_hash (angr.knowledge_plugins.variables.variable_access.VariableAccess attribute)
attributes (cle.backends.macho.macho.MachOSection property)
(cle.backends.macho.section.MachOSection property)
attrs (archinfo.arch_soot.SootMethodDescriptor property)
authBind (cle.backends.macho.structs.Arm64e attribute)
authBind24 (cle.backends.macho.structs.Arm64e attribute)
authRebase (cle.backends.macho.structs.Arm64e attribute)
AUTO_HANDLE_NONE (cle.backends.elf.relocation.generic.GenericIRelativeReloc attribute)
(cle.backends.elf.relocation.generic.GenericRelativeReloc attribute)
(cle.backends.elf.relocation.generic.GenericTLSDescriptorReloc attribute)
(cle.backends.elf.relocation.generic.GenericTLSModIdReloc attribute)
(cle.backends.elf.relocation.generic.GenericTLSOffsetReloc attribute)
(cle.backends.elf.relocation.generic.MipsLocalReloc attribute)
(cle.backends.pe.relocation.pereloc.PEReloc attribute)
(cle.backends.relocation.Relocation attribute)
(cle.backends.tls.InternalTLSRelocation attribute)
(cle.backends.tls.tls_object.InternalTLSRelocation attribute)
(cle.InternalTLSRelocation attribute)
auto_load_libs (cle.Loader property)
(cle.loader.Loader property)
available_flavors() (angr.knowledge_plugins.structured_code.manager.StructuredCodeManager method)
B
b() (angr.state_plugins.inspect.SimInspector method)
back_edges() (angr.analyses.forward_analysis.visitors.function_graph.FunctionGraphVisitor method)
(angr.analyses.forward_analysis.visitors.graph.GraphVisitor method)
BackedCGC (class in cle)
(class in cle.backends)
(class in cle.backends.cgc)
(class in cle.backends.cgc.backedcgc)
backend (angr.angrdb.models.DbObject attribute)
Backend (class in claripy.backends)
(class in cle)
(class in cle.backends)
(class in cle.backends.backend)
backend2name (angr.angrdb.serializers.loader.LoaderSerializer attribute)
backend_args (angr.angrdb.models.DbObject attribute)
BackendConcrete (class in claripy.backends.backend_concrete)
BackendError
BackendManager (class in claripy.backend_manager)
BackendObject (class in claripy.backend_object)
BackendSMTLibBase (class in claripy.backends.backend_smtlib)
BackendUnsupportedError
BackendVSA (class in claripy.backends.backend_vsa)
BackendZ3 (class in claripy.backends.backend_z3)
BackendZ3Parallel (class in claripy.backends.backend_z3_parallel)
backers() (cle.Clemory method)
(cle.ClemoryBase method)
(cle.ClemoryView method)
(cle.memory.Clemory method)
(cle.memory.ClemoryBase method)
(cle.memory.ClemoryView method)
backpatch() (angr.analyses.typehoon.translator.TypeTranslator method)
BackwardSlice (class in angr.analyses.backward_slice)
BadStatesDropper (class in angr.distributed.worker)
Balancer (class in claripy.balancer)
base (ailment.expression.BasePointerOffset attribute)
(angr.sim_type.SimType attribute)
(angr.sim_type.SimTypeFunction attribute)
(angr.sim_variable.SimStackVariable attribute)
(angr.storage.memory_object.SimMemoryObject attribute)
Base (class in claripy.ast.base)
base (pyvex.enums.IRRegArray attribute)
(pyvex.stmt.AbiHint attribute)
base_addr (angr.sim_variable.SimStackVariable attribute)
base_addr_available (angr.analyses.cfg.indirect_jump_resolvers.jumptable.JumpTargetBaseAddr property)
base_address (angr.storage.memory_mixins.regioned_memory.region_data.RegionDescriptor attribute)
BaseDepNode (class in angr.analyses.data_dep.dep_nodes)
BaseGoal (class in angr.exploration_techniques.director)
BaseLabel (class in angr.analyses.typehoon.typevars)
BaseNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
BaseOptimizationPass (class in angr.analyses.decompiler.optimization_passes.optimization_pass)
BasePointerOffset (class in ailment.expression)
BasePointerSaveSimplifier (class in angr.analyses.decompiler.optimization_passes.base_ptr_save_simplifier)
BaseProxiNode (class in angr.analyses.proximity_graph)
BaseStructuredCodeGenerator (class in angr.analyses.decompiler.structured_codegen.base)
BaseType (class in cle.backends.elf.variable_type)
basic_length_calc() (in module claripy.operations)
basic_spec (angr.procedures.stubs.format_parser.FormatParser attribute)
(angr.procedures.stubs.format_parser.ScanfFormatParser attribute)
BasicBlock (class in angr.analyses.reassembler)
basicblock_key (claripy.vsa.abstract_location.AbstractLocation property)
BasicClaripyCooperation (class in angr.storage.memory_mixins.paged_memory.pages.cooperation)
batch_eval() (claripy.backends.Backend method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.concrete_handler_mixin.ConcreteHandlerMixin method)
(claripy.frontend_mixins.constraint_filter_mixin.ConstraintFilterMixin method)
(claripy.frontend_mixins.model_cache_mixin.ModelCacheMixin method)
(claripy.frontend_mixins.sat_cache_mixin.SatCacheMixin method)
(claripy.frontend_mixins.simplify_helper_mixin.SimplifyHelperMixin method)
(claripy.frontend_mixins.solve_block_mixin.SolveBlockMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.light_frontend.LightFrontend method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
bbl_addr (angr.errors.SimError attribute)
bbl_addrs (angr.state_plugins.history.SimStateHistory property)
bck_chunk() (angr.state_plugins.heap.heap_freelist.Chunk method)
(angr.state_plugins.heap.heap_ptmalloc.PTChunk method)
BE (archinfo.arch.Endness attribute)
(archinfo.Endness attribute)
BEFORE_REGION_IDENTIFICATION (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPassStage attribute)
bias (pyvex.expr.GetI attribute)
(pyvex.stmt.PutI attribute)
bin_format (pyvex.lifting.util.instr_helper.Instruction property)
binary (angr.knowledge_plugins.functions.function.Function property)
(cle.backends.macho.binding.BindingHelper attribute)
binary_insert() (in module angr.utils.algo)
binary_name (angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
BinaryError
BinaryOp (class in ailment)
(class in ailment.expression)
BinaryOptimizer (class in angr.analyses.binary_optimizer)
bind (cle.backends.macho.structs.Arm64e attribute)
(cle.backends.macho.structs.dyld_chained_ptr_64_bind attribute)
(cle.backends.macho.structs.dyld_chained_ptr_64_rebase attribute)
(cle.backends.macho.structs.Generic64 attribute)
bind24 (cle.backends.macho.structs.Arm64e attribute)
Binder (class in pyvex.expr)
binder (pyvex.expr.Binder attribute)
BinDiff (class in angr.analyses.bindiff)
binding_blob (cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
BindingHelper (class in cle.backends.macho.binding)
BindingState (class in cle.backends.macho.binding)
BindingSymbol (class in cle.backends.macho.symbol)
BINJA_ARCH_MAP (cle.backends.binja.BinjaBin attribute)
BINJA_DATA_SYM_TYPES (cle.backends.binja.BinjaSymbol attribute)
BINJA_FUNC_SYM_TYPES (cle.backends.binja.BinjaSymbol attribute)
BINJA_IMPORT_TYPES (cle.backends.binja.BinjaSymbol attribute)
BinjaBin (class in cle.backends.binja)
BinjaReloc (class in cle.backends.binja)
BinjaSymbol (class in cle.backends.binja)
Binop (class in pyvex.expr)
Binop() (ailment.converter_vex.VEXExprConverter static method)
binop_operators (angr.analyses.decompiler.decompilation_cache.DecompilationCache attribute)
binop_signature() (in module pyvex.expr)
bitlen (angr.analyses.stack_pointer_tracker.Register attribute)
bits (ailment.BinaryOp attribute)
(ailment.Const attribute)
(ailment.expression.BasePointerOffset attribute)
(ailment.expression.BinaryOp attribute)
(ailment.expression.Const attribute)
(ailment.expression.DirtyExpression attribute)
(ailment.expression.ITE attribute)
(ailment.expression.Load property)
(ailment.expression.Register attribute)
(ailment.expression.TernaryOp attribute)
(ailment.expression.Tmp attribute)
(ailment.expression.UnaryOp attribute)
(ailment.expression.VEXCCallExpression attribute)
(ailment.Register attribute)
(ailment.statement.Call property)
(ailment.Tmp attribute)
(ailment.UnaryOp attribute)
(angr.analyses.propagator.values.Top property)
(angr.analyses.typehoon.lifter.TypeLifter attribute)
(angr.analyses.typehoon.typevars.HasField attribute)
(angr.analyses.variable_recovery.engine_base.RichR property)
(angr.engines.light.data.RegisterOffset property)
(angr.knowledge_plugins.key_definitions.atoms.MemoryLocation property)
(angr.knowledge_plugins.key_definitions.atoms.Register property)
(angr.sim_variable.SimMemoryVariable property)
(angr.sim_variable.SimRegisterVariable property)
(archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_avr.ArchAVR8 attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_soot.ArchSoot attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchAVR8 attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchSoot attribute)
(archinfo.ArchX86 attribute)
(claripy.bv.BVV attribute)
(claripy.vsa.strided_interval.StridedInterval property)
(claripy.vsa.valueset.ValueSet property)
Bits (class in claripy.ast.bits)
bitstrm (pyvex.lifting.util.lifter_helper.GymratLifter attribute)
BitVecVal() (in module claripy.bv)
bitwise_add_simplifier() (claripy.simplifications.SimplificationManager static method)
bitwise_and() (claripy.vsa.strided_interval.StridedInterval method)
bitwise_and_simplifier() (claripy.simplifications.SimplificationManager static method)
bitwise_mul_simplifier() (claripy.simplifications.SimplificationManager static method)
bitwise_not() (claripy.vsa.strided_interval.StridedInterval method)
bitwise_or() (claripy.vsa.strided_interval.StridedInterval method)
bitwise_or_simplifier() (claripy.simplifications.SimplificationManager static method)
bitwise_sub_simplifier() (claripy.simplifications.SimplificationManager static method)
bitwise_xor() (claripy.vsa.strided_interval.StridedInterval method)
bitwise_xor_simplifier() (claripy.simplifications.SimplificationManager static method)
bitwise_xor_simplifier_minmax() (claripy.simplifications.SimplificationManager static method)
Blade (class in angr.blade)
blank_copy() (claripy.frontend.Frontend method)
blank_state() (angr.factory.AngrObjectFactory method)
blob (angr.angrdb.models.DbCFGModel attribute)
(angr.angrdb.models.DbFunction attribute)
(angr.angrdb.models.DbVariableCollection attribute)
(angr.angrdb.models.DbXRefs attribute)
Blob (class in cle)
(class in cle.backends)
(class in cle.backends.blob)
block (angr.analyses.decompiler.structured_codegen.c.CAILBlock attribute)
Block (angr.analyses.reaching_definitions.subject.SubjectType attribute)
block (angr.knowledge_plugins.cfg.cfg_node.CFGNode property)
Block (class in ailment)
(class in ailment.block)
(class in angr.block)
block() (angr.analyses.decompiler.clinic.Clinic method)
(angr.factory.AngrObjectFactory method)
(angr.sim_state.SimState method)
block_addr (angr.analyses.decompiler.region_simplifiers.expr_folding.ExpressionLocation attribute)
(angr.analyses.decompiler.region_simplifiers.expr_folding.StatementLocation attribute)
(angr.analyses.reaching_definitions.call_trace.CallSite attribute)
(angr.code_location.CodeLocation attribute)
(angr.knowledge_plugins.xrefs.xref.XRef attribute)
(angr.state_plugins.unicorn_engine.BlockDetails attribute)
(angr.state_plugins.unicorn_engine.StopDetails attribute)
block_addrs (angr.knowledge_plugins.functions.function.Function property)
block_addrs_set (angr.knowledge_plugins.functions.function.Function property)
block_by_label (archinfo.arch_soot.SootMethodDescriptor property)
block_count (angr.state_plugins.history.SimStateHistory property)
block_id (angr.analyses.cfg.cfg_emulated.CFGJob property)
(angr.analyses.vfg.PendingJob attribute)
(angr.analyses.vfg.VFGJob property)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
block_idx (ailment.statement.Label attribute)
(angr.analyses.decompiler.region_simplifiers.expr_folding.ExpressionLocation attribute)
(angr.analyses.decompiler.region_simplifiers.expr_folding.StatementLocation attribute)
(angr.analyses.decompiler.structured_codegen.c.CLabel attribute)
(angr.code_location.CodeLocation attribute)
(archinfo.arch_soot.SootAddressDescriptor attribute)
block_initial_reg_values (angr.analyses.propagator.propagator.PropagatorAILState attribute)
block_matches (angr.analyses.bindiff.FunctionDiff property)
BLOCK_MAX_SIZE (angr.block.Block attribute)
block_similarity() (angr.analyses.bindiff.FunctionDiff method)
block_size (angr.state_plugins.unicorn_engine.BlockDetails attribute)
(angr.state_plugins.unicorn_engine.StopDetails attribute)
block_trace_ind (angr.state_plugins.unicorn_engine.BlockDetails attribute)
BlockCache (class in angr.analyses.decompiler.clinic)
BlockDetails (class in angr.state_plugins.unicorn_engine)
BlockID (class in angr.analyses.cfg.cfg_job_base)
BlockLocator (class in angr.analyses.decompiler.optimization_passes.ite_expr_converter)
BlockNode (class in angr.codenode)
blocks (angr.knowledge_plugins.functions.function.Function property)
blocks_by_addr (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPass property)
blocks_by_addr_and_idx (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPass property)
blocks_probably_identical() (angr.analyses.bindiff.FunctionDiff method)
BLOCKS_THRESHOLD (angr.analyses.binary_optimizer.BinaryOptimizer attribute)
blocks_with_differing_constants (angr.analyses.bindiff.BinDiff property)
(angr.analyses.bindiff.FunctionDiff property)
BlockSimplifier (class in angr.analyses.decompiler.block_simplifier)
BlockStart (class in angr.analyses.disassembly)
BlockWalker (class in angr.analyses.decompiler.optimization_passes.const_derefs)
body (angr.analyses.decompiler.structured_codegen.c.CDoWhileLoop attribute)
(angr.analyses.decompiler.structured_codegen.c.CForLoop attribute)
(angr.analyses.decompiler.structured_codegen.c.CWhileLoop attribute)
Bool (class in claripy.ast.bool)
boolean_and_simplifier() (claripy.simplifications.SimplificationManager static method)
boolean_not_simplifier() (claripy.simplifications.SimplificationManager static method)
boolean_or_simplifier() (claripy.simplifications.SimplificationManager static method)
BoolResult (class in claripy.vsa.bool_result)
BoolS() (claripy.backends.backend_smtlib.BackendSMTLibBase method)
(claripy.backends.backend_z3.BackendZ3 method)
(in module claripy.ast.bool)
BoolV() (claripy.backends.backend_smtlib.BackendSMTLibBase method)
(claripy.backends.backend_vsa.BackendVSA static method)
(claripy.backends.backend_z3.BackendZ3 method)
(in module claripy.ast.bool)
(in module claripy.bv)
Boring (pyvex.lifting.util.vex_helper.JumpKind attribute)
both_iter (angr.calling_conventions.ArgSession attribute)
(angr.calling_conventions.SimCC.ArgSession attribute)
Bottom (class in angr.analyses.propagator.values)
BottomType (class in angr.analyses.stack_pointer_tracker)
(class in angr.analyses.typehoon.typeconsts)
BoyScout (class in angr.analyses.boyscout)
BP (class in angr.state_plugins.inspect)
BP_AFTER (angr.state_plugins.inspect.SimInspector attribute)
BP_BEFORE (angr.state_plugins.inspect.SimInspector attribute)
BP_BOTH (angr.state_plugins.inspect.SimInspector attribute)
bp_offset (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
bp_on_stack (angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
branch() (angr.analyses.ddg.LiveDefinitions method)
(claripy.frontend.Frontend method)
branch_delay_slot (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
BreakNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
bss_memory_read_hook() (angr.analyses.cfg.indirect_jump_resolvers.jumptable.BSSHook method)
bss_memory_write_hook() (angr.analyses.cfg.indirect_jump_resolvers.jumptable.BSSHook method)
BSSHook (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
Bucketizer (class in angr.exploration_techniques.bucketizer)
build() (angr.analyses.disassembly.Operand static method)
BV (class in claripy.ast.bv)
BV() (in module claripy)
bv_reverse_simplifier() (claripy.simplifications.SimplificationManager static method)
bv_slice() (in module angr.storage.memory_object)
BVS() (angr.state_plugins.solver.SimSolver method)
(claripy.backends.backend_smtlib.BackendSMTLibBase method)
(claripy.backends.backend_vsa.BackendVSA static method)
(claripy.backends.backend_z3.BackendZ3 method)
(in module claripy.ast.bv)
BVV (class in claripy.bv)
BVV() (claripy.backends.backend_concrete.BackendConcrete static method)
(claripy.backends.backend_smtlib.BackendSMTLibBase method)
(claripy.backends.backend_vsa.BackendVSA method)
(claripy.backends.backend_z3.BackendZ3 method)
(in module claripy.ast.bv)
byte_string (angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
byte_width (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
bytes (angr.block.Block property)
bytes_at() (angr.storage.memory_object.SimMemoryObject method)
bytes_offset (pyvex.lifting.lifter.Lifter attribute)
bytestr (angr.codenode.BlockNode attribute)
bytewidth (pyvex.lifting.util.instr_helper.Instruction property)
C
c_constructor (pyvex.const.F32 attribute)
(pyvex.const.F32i attribute)
(pyvex.const.F64 attribute)
(pyvex.const.F64i attribute)
(pyvex.const.IRConst attribute)
(pyvex.const.U1 attribute)
(pyvex.const.U16 attribute)
(pyvex.const.U32 attribute)
(pyvex.const.U64 attribute)
(pyvex.const.U8 attribute)
(pyvex.const.V128 attribute)
(pyvex.const.V256 attribute)
c_repr() (angr.analyses.decompiler.structured_codegen.c.CConstruct method)
(angr.analyses.typehoon.translator.SimTypeTempRef method)
(angr.sim_type.SimStruct method)
(angr.sim_type.SimType method)
(angr.sim_type.SimTypeArray method)
(angr.sim_type.SimTypeBottom method)
(angr.sim_type.SimTypeFunction method)
(angr.sim_type.SimTypeInt method)
(angr.sim_type.SimTypePointer method)
(angr.sim_type.SimTypeReference method)
(angr.sim_type.SimUnion method)
(angr.sim_type.TypeRef method)
c_repr_chunks() (angr.analyses.decompiler.structured_codegen.c.CAILBlock method)
(angr.analyses.decompiler.structured_codegen.c.CAssignment method)
(angr.analyses.decompiler.structured_codegen.c.CBinaryOp method)
(angr.analyses.decompiler.structured_codegen.c.CBreak method)
(angr.analyses.decompiler.structured_codegen.c.CConstant method)
(angr.analyses.decompiler.structured_codegen.c.CConstruct method)
(angr.analyses.decompiler.structured_codegen.c.CContinue method)
(angr.analyses.decompiler.structured_codegen.c.CDirtyExpression method)
(angr.analyses.decompiler.structured_codegen.c.CDoWhileLoop method)
(angr.analyses.decompiler.structured_codegen.c.CFakeVariable method)
(angr.analyses.decompiler.structured_codegen.c.CForLoop method)
(angr.analyses.decompiler.structured_codegen.c.CFunction method)
(angr.analyses.decompiler.structured_codegen.c.CFunctionCall method)
(angr.analyses.decompiler.structured_codegen.c.CGoto method)
(angr.analyses.decompiler.structured_codegen.c.CIfBreak method)
(angr.analyses.decompiler.structured_codegen.c.CIfElse method)
(angr.analyses.decompiler.structured_codegen.c.CIndexedVariable method)
(angr.analyses.decompiler.structured_codegen.c.CITE method)
(angr.analyses.decompiler.structured_codegen.c.CLabel method)
(angr.analyses.decompiler.structured_codegen.c.CRegister method)
(angr.analyses.decompiler.structured_codegen.c.CReturn method)
(angr.analyses.decompiler.structured_codegen.c.CStatements method)
(angr.analyses.decompiler.structured_codegen.c.CStructField method)
(angr.analyses.decompiler.structured_codegen.c.CSwitchCase method)
(angr.analyses.decompiler.structured_codegen.c.CTypeCast method)
(angr.analyses.decompiler.structured_codegen.c.CUnaryOp method)
(angr.analyses.decompiler.structured_codegen.c.CUnsupportedStatement method)
(angr.analyses.decompiler.structured_codegen.c.CVariable method)
(angr.analyses.decompiler.structured_codegen.c.CVariableField method)
(angr.analyses.decompiler.structured_codegen.c.CWhileLoop method)
cache_irsb (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
cache_key (angr.storage.memory_object.SimMemoryObject property)
(claripy.ast.base.Base property)
Cacher (class in angr.exploration_techniques.cacher)
CAILBlock (class in angr.analyses.decompiler.structured_codegen.c)
calc_size() (angr.calling_conventions.AllocHelper class method)
Call (class in ailment.statement)
(pyvex.lifting.util.vex_helper.JumpKind attribute)
call() (angr.sim_procedure.SimProcedure method)
(angr.state_plugins.callstack.CallStack method)
(claripy.backends.Backend method)
(claripy.backends.backend_z3.BackendZ3 method)
(claripy.backends.backend_z3_parallel.BackendZ3Parallel method)
(pyvex.lifting.util.vex_helper.IRSBCustomizer method)
call_c() (angr.callable.Callable method)
call_pushes_ret (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
call_site_addr (angr.analyses.cfg.cfg_fast.FunctionReturn attribute)
call_site_encoding (cle.backends.elf.lsda.ExceptionTableHeader attribute)
call_site_table_len (cle.backends.elf.lsda.ExceptionTableHeader attribute)
call_sp_fix (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchX86 attribute)
call_stack (angr.analyses.cfg.cfg_job_base.CFGJobBase property)
(angr.analyses.vfg.PendingJob attribute)
call_stack_copy() (angr.analyses.cfg.cfg_job_base.CFGJobBase method)
call_state() (angr.factory.AngrObjectFactory method)
call_string (angr.analyses.reaching_definitions.external_codeloc.ExternalCodeLocation attribute)
callable (angr.knowledge_plugins.functions.function.Function property)
Callable (class in angr.callable)
callable() (angr.factory.AngrObjectFactory method)
CallAnalysis (class in angr.analyses.vfg)
callee (pyvex.expr.CCall property)
CALLEE_CLEANUP (angr.calling_conventions.SimCC attribute)
(angr.calling_conventions.SimCCStdcall attribute)
callee_func (angr.analyses.decompiler.structured_codegen.c.CFunctionCall attribute)
callee_func_addr (angr.analyses.cfg.cfg_fast.FunctionReturn attribute)
(angr.analyses.reaching_definitions.call_trace.CallSite attribute)
callee_target (angr.analyses.decompiler.structured_codegen.c.CFunctionCall attribute)
CalleeCleanupFinder (class in angr.analyses.callee_cleanup_finder)
caller_func_addr (angr.analyses.cfg.cfg_fast.FunctionReturn attribute)
(angr.analyses.reaching_definitions.call_trace.CallSite attribute)
CALLER_SAVED_REGS (angr.calling_conventions.SimCC attribute)
(angr.calling_conventions.SimCCARM attribute)
(angr.calling_conventions.SimCCARMHF attribute)
(angr.calling_conventions.SimCCCdecl attribute)
(angr.calling_conventions.SimCCO32 attribute)
(angr.calling_conventions.SimCCO64 attribute)
(angr.calling_conventions.SimCCSystemVAMD64 attribute)
CallExprFinder (class in angr.analyses.propagator.call_expr_finder)
CallFunctionGoal (class in angr.exploration_techniques.director)
callgraph (angr.knowledge_base.knowledge_base.KnowledgeBase property)
CallGraphVisitor (class in angr.analyses.forward_analysis.visitors.call_graph)
calling_convention (ailment.statement.Call attribute)
(angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
CallingConventionAnalysis (class in angr.analyses.calling_convention)
calloc() (angr.state_plugins.heap.heap_libc.SimHeapLibc method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
callout_sites (angr.knowledge_plugins.functions.function.Function property)
CallProxiNode (class in angr.analyses.proximity_graph)
callsite (angr.knowledge_plugins.key_definitions.atoms.FunctionCall attribute)
CallSite (class in angr.analyses.reaching_definitions.call_trace)
callsite_repr() (angr.analyses.cfg.cfg_job_base.BlockID method)
(angr.analyses.cfg.cfg_job_base.FunctionKey method)
CallSiteEntry (class in cle.backends.elf.lsda)
CallSiteFact (class in angr.analyses.calling_convention)
CallSiteMaker (class in angr.analyses.decompiler.callsite_maker)
CallsitePrototypes (class in angr.knowledge_plugins.callsite_prototypes)
callsites (angr.analyses.reaching_definitions.call_trace.CallTrace attribute)
callstack (angr.sim_state.SimState attribute)
CallStack (class in angr.state_plugins.callstack)
callstack_key (angr.knowledge_plugins.cfg.cfg_node.CFGENode property)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode property)
callstack_repr() (angr.analyses.vfg.VFGJob method)
CallStackAction (class in angr.state_plugins.callstack)
CallTrace (angr.analyses.reaching_definitions.subject.SubjectType attribute)
(class in angr.analyses.reaching_definitions.call_trace)
CallTracingFilter (class in angr.analyses.veritesting)
can_call_same_name() (angr.analyses.identifier.identify.Identifier method)
candidate_names (angr.sim_variable.SimVariable attribute)
canonicalize() (claripy.ast.base.Base method)
capstone (angr.block.Block property)
(archinfo.Arch property)
(archinfo.arch.Arch property)
capstone_support (archinfo.Arch property)
(archinfo.arch.Arch property)
capstone_thumb (archinfo.arch_arm.ArchARM property)
(archinfo.arch_arm.ArchARMCortexM property)
(archinfo.ArchARM property)
(archinfo.ArchARMCortexM property)
capstone_x86_syntax (archinfo.arch_amd64.ArchAMD64 property)
(archinfo.arch_x86.ArchX86 property)
(archinfo.ArchAMD64 property)
(archinfo.ArchX86 property)
CapstoneBlock (class in angr.block)
CapstoneInsn (class in angr.block)
cardinality (angr.storage.memory_mixins.regioned_memory.abstract_address_descriptor.AbstractAddressDescriptor property)
(claripy.ast.base.Base property)
(claripy.vsa.bool_result.FalseResult attribute)
(claripy.vsa.bool_result.MaybeResult attribute)
(claripy.vsa.bool_result.TrueResult attribute)
(claripy.vsa.discrete_strided_interval_set.DiscreteStridedIntervalSet property)
(claripy.vsa.strided_interval.StridedInterval property)
(claripy.vsa.valueset.ValueSet property)
cardinality() (claripy.backends.Backend method)
CAS (class in pyvex.stmt)
CAS() (ailment.converter_vex.VEXStmtConverter static method)
CascadingConditionNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
CascadingConditionTransformer (class in angr.analyses.decompiler.region_simplifiers.cascading_cond_transformer)
CascadingIfsRemover (class in angr.analyses.decompiler.region_simplifiers.cascading_ifs)
Case (class in angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier)
case_addrs (angr.analyses.decompiler.structuring.structurer_nodes.IncompleteSwitchCaseHeadStatement attribute)
case_idx (angr.analyses.decompiler.region_simplifiers.expr_folding.ConditionLocation attribute)
cases (angr.analyses.decompiler.structured_codegen.c.CSwitchCase attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.IncompleteSwitchCaseNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.SwitchCaseNode attribute)
CAssignment (class in angr.analyses.decompiler.structured_codegen.c)
cast_low() (claripy.vsa.strided_interval.StridedInterval method)
cast_primitive() (angr.simos.javavm.SimJavaVM static method)
cast_signature() (in module pyvex.expr)
cast_to() (pyvex.lifting.util.syntax_wrapper.VexValue method)
(pyvex.lifting.util.vex_helper.IRSBCustomizer method)
cast_to_mem() (angr.analyses.data_dep.dep_nodes.MemDepNode class method)
CastTarget (angr.state_plugins.solver.SimSolver attribute)
CatchDesync (angr.exploration_techniques.tracer.TracingMode attribute)
category (angr.sim_variable.SimVariable attribute)
(angr.storage.file.SimFile property)
(angr.storage.memory_mixins.MemoryMixin property)
(angr.storage.memory_mixins.regioned_memory.region_category_mixin.RegionCategoryMixin property)
CBinaryOp (class in angr.analyses.decompiler.structured_codegen.c)
CBreak (class in angr.analyses.decompiler.structured_codegen.c)
cc (angr.analyses.reaching_definitions.subject.Subject property)
(angr.calling_conventions.ArgSession attribute)
(angr.calling_conventions.SimCC.ArgSession attribute)
(angr.calling_conventions.UsercallArgSession attribute)
(angr.procedures.stubs.format_parser.FormatParser attribute)
(angr.procedures.stubs.format_parser.ScanfFormatParser attribute)
cc() (angr.factory.AngrObjectFactory method)
CCall (class in pyvex.expr)
ccall() (pyvex.lifting.util.instr_helper.Instruction method)
CCallRewriterBase (class in angr.analyses.decompiler.ccall_rewriters.rewriter_base)
CClosingObject (class in angr.analyses.decompiler.structured_codegen.c)
CConstant (class in angr.analyses.decompiler.structured_codegen.c)
CConstruct (class in angr.analyses.decompiler.structured_codegen.c)
CContinue (class in angr.analyses.decompiler.structured_codegen.c)
CDG (class in angr.analyses.cdg)
CDirtyExpression (class in angr.analyses.decompiler.structured_codegen.c)
CDoWhileLoop (class in angr.analyses.decompiler.structured_codegen.c)
cee (pyvex.expr.CCall attribute)
(pyvex.stmt.Dirty attribute)
cee_name (ailment.expression.VEXCCallExpression attribute)
ceiling_addr() (angr.analyses.cfg.cfb.CFBlanket method)
(angr.knowledge_plugins.functions.function_manager.FunctionDict method)
ceiling_func() (angr.knowledge_plugins.functions.function_manager.FunctionManager method)
ceiling_item() (angr.analyses.cfg.cfb.CFBlanket method)
ceiling_items() (angr.analyses.cfg.cfb.CFBlanket method)
CExpression (class in angr.analyses.decompiler.structured_codegen.c)
CFakeVariable (class in angr.analyses.decompiler.structured_codegen.c)
CFBlanket (class in angr.analyses.cfg.cfb)
CFBlanketView (class in angr.analyses.cfg.cfb)
CFG (class in angr.analyses.cfg.cfg)
cfg_cache (angr.analyses.veritesting.CallTracingFilter attribute)
(angr.analyses.veritesting.Veritesting attribute)
cfg_jumpkind_from_pb() (in module angr.utils.enums_conv)
cfg_jumpkind_to_pb() (in module angr.utils.enums_conv)
CFGArchOptions (class in angr.analyses.cfg.cfg_arch_options)
CFGBase (class in angr.analyses.cfg.cfg_base)
CFGEmulated (class in angr.analyses.cfg.cfg_emulated)
CFGENode (class in angr.knowledge_plugins.cfg.cfg_node)
CFGFast (class in angr.analyses.cfg.cfg_fast)
CFGFastSoot (class in angr.analyses.cfg.cfg_fast_soot)
CFGJob (class in angr.analyses.cfg.cfg_emulated)
(class in angr.analyses.cfg.cfg_fast)
CFGJobBase (class in angr.analyses.cfg.cfg_job_base)
CFGManager (class in angr.knowledge_plugins.cfg.cfg_manager)
CFGModel (class in angr.knowledge_plugins.cfg.cfg_model)
CFGModelSerializer (class in angr.angrdb.serializers.cfg_model)
CFGNode (class in angr.knowledge_plugins.cfg.cfg_node)
CFGNodeCreationFailure (class in angr.knowledge_plugins.cfg.cfg_node)
cfgs (angr.angrdb.models.DbKnowledgeBase attribute)
(angr.knowledge_base.knowledge_base.KnowledgeBase attribute)
CFGSliceToSink (class in angr.analyses.cfg_slice_to_sink.cfg_slice_to_sink)
CFGUtils (class in angr.analyses.cfg.cfg_utils)
CForLoop (class in angr.analyses.decompiler.structured_codegen.c)
CFunction (class in angr.analyses.decompiler.structured_codegen.c)
CFunctionCall (class in angr.analyses.decompiler.structured_codegen.c)
CGC (class in cle)
(class in cle.backends)
(class in cle.backends.cgc)
(class in cle.backends.cgc.cgc)
CGoto (class in angr.analyses.decompiler.structured_codegen.c)
ChainedFixupPointerOnDisk (class in cle.backends.macho.structs)
ChainMapCOW (class in angr.utils.cowdict)
ChallRespInfo (class in angr.state_plugins.trace_additions)
changed_bytes() (angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
(angr.storage.memory_mixins.paged_memory.pages.history_tracking_mixin.HistoryTrackingMixin method)
(angr.storage.memory_mixins.paged_memory.pages.list_page.ListPage method)
(angr.storage.memory_mixins.paged_memory.pages.mv_list_page.MVListPage method)
(angr.storage.memory_mixins.paged_memory.pages.ultra_page.UltraPage method)
(angr.storage.memory_mixins.slotted_memory.SlottedMemoryMixin method)
changed_pages() (angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
chdir() (angr.state_plugins.filesystem.SimFilesystem method)
check() (angr.exploration_techniques.director.BaseGoal method)
(angr.exploration_techniques.director.CallFunctionGoal method)
(angr.exploration_techniques.director.ExecuteAddressGoal method)
(angr.state_plugins.inspect.BP method)
check_address_bounds() (cle.backends.macho.binding.BindingState method)
check_compatibility() (cle.Backend class method)
(cle.backends.Backend class method)
(cle.backends.backend.Backend class method)
(cle.backends.Blob class method)
(cle.backends.blob.Blob class method)
(cle.backends.ELF class method)
(cle.backends.elf.ELF class method)
(cle.backends.elf.elf.ELF class method)
(cle.backends.named_region.NamedRegion class method)
(cle.backends.NamedRegion class method)
(cle.backends.PE class method)
(cle.backends.pe.PE class method)
(cle.backends.pe.pe.PE class method)
(cle.backends.XBE class method)
(cle.backends.xbe.XBE class method)
(cle.Blob class method)
(cle.ELF class method)
(cle.NamedRegion class method)
(cle.PE class method)
(cle.XBE class method)
check_concrete_target_methods() (angr.engines.concrete.SimEngineConcrete static method)
check_magic_compatibility() (cle.Backend class method)
(cle.backends.Backend class method)
(cle.backends.backend.Backend class method)
(cle.backends.ELF class method)
(cle.backends.elf.ELF class method)
(cle.backends.elf.elf.ELF class method)
(cle.backends.PE class method)
(cle.backends.pe.PE class method)
(cle.backends.pe.pe.PE class method)
(cle.ELF class method)
(cle.PE class method)
check_offset() (angr.calling_conventions.SimRegArg method)
check_satisfiability() (claripy.backends.Backend method)
(claripy.frontend.Frontend method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
check_sign_extend (cle.backends.elf.relocation.amd64.R_X86_64_32S attribute)
(cle.backends.elf.relocation.amd64.R_X86_64_GOTPCREL attribute)
(cle.backends.elf.relocation.amd64.R_X86_64_GOTPCRELX attribute)
(cle.backends.elf.relocation.amd64.R_X86_64_PC32 attribute)
(cle.backends.elf.relocation.amd64.R_X86_64_PLT32 attribute)
(cle.backends.elf.relocation.amd64.R_X86_64_REX_GOTPCRELX attribute)
(cle.backends.elf.relocation.generic.RelocTruncate32Mixin attribute)
check_state() (angr.exploration_techniques.director.BaseGoal method)
(angr.exploration_techniques.director.CallFunctionGoal method)
(angr.exploration_techniques.director.ExecuteAddressGoal method)
check_tests() (angr.analyses.identifier.identify.Identifier method)
check_valid_pointer_format() (cle.backends.macho.structs.Arm64e static method)
(cle.backends.macho.structs.Generic64 static method)
check_value_get() (angr.calling_conventions.SimFunctionArgument method)
check_value_set() (angr.calling_conventions.SimFunctionArgument method)
check_zero_extend (cle.backends.elf.relocation.amd64.R_X86_64_32 attribute)
(cle.backends.elf.relocation.generic.RelocTruncate32Mixin attribute)
checkparams() (in module pyvex.lifting.util.syntax_wrapper)
chh() (in module cle.backends.macho.binding)
child_expressions (pyvex.expr.Binop property)
(pyvex.expr.CCall property)
(pyvex.expr.IRExpr property)
(pyvex.expr.Qop property)
(pyvex.expr.Triop property)
(pyvex.expr.Unop property)
(pyvex.stmt.Dirty property)
(pyvex.stmt.Exit property)
(pyvex.stmt.IRStmt property)
children_asts() (claripy.ast.base.Base method)
chop() (claripy.ast.bv.BV method)
chop_value() (angr.analyses.propagator.prop_value.PropValue static method)
Chunk (class in angr.state_plugins.heap.heap_freelist)
chunk_from_mem() (angr.state_plugins.heap.heap_freelist.SimHeapFreelist method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
chunks() (angr.state_plugins.heap.heap_freelist.SimHeapFreelist method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
CIfBreak (class in angr.analyses.decompiler.structured_codegen.c)
CIfElse (class in angr.analyses.decompiler.structured_codegen.c)
CIndexedVariable (class in angr.analyses.decompiler.structured_codegen.c)
CITE (class in angr.analyses.decompiler.structured_codegen.c)
CLabel (class in angr.analyses.decompiler.structured_codegen.c)
claripy
module
claripy.annotation
module
claripy.ast
module
claripy.ast.base
module
claripy.ast.bits
module
claripy.ast.bool
module
claripy.ast.bv
module
claripy.ast.fp
module
claripy.ast.int
module
claripy.ast.strings
module
claripy.ast.vs
module
claripy.backend_manager
module
claripy.backend_object
module
claripy.backends
module
claripy.backends.backend_concrete
module
claripy.backends.backend_smtlib
module
claripy.backends.backend_smtlib_solvers
module
claripy.backends.backend_smtlib_solvers.abc_popen
module
claripy.backends.backend_smtlib_solvers.cvc4_popen
module
claripy.backends.backend_smtlib_solvers.z3_popen
module
claripy.backends.backend_smtlib_solvers.z3str_popen
module
claripy.backends.backend_vsa
module
claripy.backends.backend_z3
module
claripy.backends.backend_z3_parallel
module
claripy.balancer
module
claripy.bv
module
claripy.debug
module
claripy.errors
module
claripy.fp
module
claripy.frontend
module
claripy.frontend_mixins
module
claripy.frontend_mixins.composited_cache_mixin
module
claripy.frontend_mixins.concrete_handler_mixin
module
claripy.frontend_mixins.constraint_deduplicator_mixin
module
claripy.frontend_mixins.constraint_expansion_mixin
module
claripy.frontend_mixins.constraint_filter_mixin
module
claripy.frontend_mixins.constraint_fixer_mixin
module
claripy.frontend_mixins.debug_mixin
module
claripy.frontend_mixins.eager_resolution_mixin
module
claripy.frontend_mixins.eval_string_to_ast_mixin
module
claripy.frontend_mixins.model_cache_mixin
module
claripy.frontend_mixins.sat_cache_mixin
module
claripy.frontend_mixins.simplify_helper_mixin
module
claripy.frontend_mixins.simplify_skipper_mixin
module
claripy.frontend_mixins.smtlib_script_dumper_mixin
module
claripy.frontend_mixins.solve_block_mixin
module
claripy.frontends
module
claripy.frontends.composite_frontend
module
claripy.frontends.constrained_frontend
module
claripy.frontends.full_frontend
module
claripy.frontends.hybrid_frontend
module
claripy.frontends.light_frontend
module
claripy.frontends.replacement_frontend
module
claripy.operations
module
claripy.ops
module
claripy.simplifications
module
claripy.smtlib_utils
module
claripy.solvers
module
claripy.strings
module
claripy.vsa
module
claripy.vsa.abstract_location
module
claripy.vsa.bool_result
module
claripy.vsa.discrete_strided_interval_set
module
claripy.vsa.errors
module
claripy.vsa.strided_interval
module
claripy.vsa.valueset
module
claripy_ast_from_ail_condition() (angr.analyses.decompiler.condition_processor.ConditionProcessor method)
claripy_ast_to_sympy_expr() (angr.analyses.decompiler.condition_processor.ConditionProcessor static method)
claripy_solver_to_smt2() (in module claripy.backends.backend_z3)
ClaripyASTError
ClaripyBackendVSAError
ClaripyBalancerError
ClaripyBalancerUnsatError
ClaripyError
ClaripyFrontendError
ClaripyOperationError
ClaripyRecursionError
ClaripyReplacementError
ClaripySerializationError
ClaripySizeError
ClaripySolverInterruptError
ClaripyTypeError
ClaripyValueError
ClaripyVSAError
ClaripyVSAOperationError
ClaripyZ3Error
ClaripyZeroDivisionError
class_name (archinfo.arch_soot.SootFieldDescriptor attribute)
(archinfo.arch_soot.SootMethodDescriptor attribute)
classes (cle.backends.java.soot.Soot property)
(cle.backends.Soot property)
(cle.Soot property)
ClassIdentifier (class in angr.analyses.class_identifier)
cle
module
cle.address_translator
module
cle.backends
module
cle.backends.backend
module
cle.backends.binja
module
cle.backends.blob
module
cle.backends.cgc
module
cle.backends.cgc.backedcgc
module
cle.backends.cgc.cgc
module
cle.backends.elf
module
cle.backends.elf.compilation_unit
module
cle.backends.elf.elf
module
cle.backends.elf.elfcore
module
cle.backends.elf.hashtable
module
cle.backends.elf.lsda
module
cle.backends.elf.metaelf
module
cle.backends.elf.regions
module
cle.backends.elf.relocation
module
cle.backends.elf.relocation.amd64
module
cle.backends.elf.relocation.arm
module
cle.backends.elf.relocation.arm64
module
cle.backends.elf.relocation.arm_cortex_m
module
cle.backends.elf.relocation.armel
module
cle.backends.elf.relocation.armhf
module
cle.backends.elf.relocation.elfreloc
module
cle.backends.elf.relocation.generic
module
cle.backends.elf.relocation.i386
module
cle.backends.elf.relocation.mips
module
cle.backends.elf.relocation.mips64
module
cle.backends.elf.relocation.pcc64
module
cle.backends.elf.relocation.ppc
module
cle.backends.elf.relocation.s390x
module
cle.backends.elf.subprogram
module
cle.backends.elf.symbol
module
cle.backends.elf.symbol_type
module
cle.backends.elf.variable
module
cle.backends.elf.variable_type
module
cle.backends.externs
module
cle.backends.externs.simdata
module
cle.backends.externs.simdata.common
module
cle.backends.externs.simdata.simdata
module
cle.backends.ihex
module
cle.backends.java
module
cle.backends.java.android_lifecycle
module
cle.backends.java.apk
module
cle.backends.java.jar
module
cle.backends.java.soot
module
cle.backends.macho
module
cle.backends.macho.binding
module
cle.backends.macho.macho
module
cle.backends.macho.macho_load_commands
module
cle.backends.macho.section
module
cle.backends.macho.segment
module
cle.backends.macho.structs
module
cle.backends.macho.symbol
module
cle.backends.minidump
module
cle.backends.named_region
module
cle.backends.pe
module
cle.backends.pe.pe
module
cle.backends.pe.regions
module
cle.backends.pe.relocation
module
cle.backends.pe.relocation.amd64
module
cle.backends.pe.relocation.arm
module
cle.backends.pe.relocation.generic
module
cle.backends.pe.relocation.i386
module
cle.backends.pe.relocation.mips
module
cle.backends.pe.relocation.pereloc
module
cle.backends.pe.relocation.riscv
module
cle.backends.pe.symbol
module
cle.backends.region
module
cle.backends.regions
module
cle.backends.relocation
module
cle.backends.static_archive
module
cle.backends.symbol
module
cle.backends.tls
module
cle.backends.tls.elf_tls
module
cle.backends.tls.elfcore_tls
module
cle.backends.tls.minidump_tls
module
cle.backends.tls.pe_tls
module
cle.backends.tls.tls_object
module
cle.backends.xbe
module
cle.errors
module
cle.gdb
module
cle.loader
module
cle.memory
module
cle.patched_stream
module
cle.utils
module
clean() (angr.utils.cowdict.ChainMapCOW method)
(angr.utils.cowdict.DefaultChainMapCOW method)
cleanup() (angr.analyses.cfg.cfg_fast.PendingJobs method)
(angr.analyses.decompiler.structured_codegen.c.CStructuredCodeGenerator method)
(in module claripy.ast.bool)
(in module claripy.ast.bv)
clear() (angr.analyses.decompiler.condition_processor.ConditionProcessor method)
(angr.knowledge_plugins.functions.function_manager.FunctionManager method)
(angr.state_plugins.log.SimStateLog method)
(angr.state_plugins.scratch.SimStateScratch method)
(angr.storage.memory_mixins.regioned_memory.abstract_address_descriptor.AbstractAddressDescriptor method)
clear_local_references() (angr.state_plugins.jni_references.SimStateJNIReferences method)
clear_page_cache() (angr.state_plugins.unicorn_engine.Unicorn method)
clear_replacements() (claripy.frontends.replacement_frontend.ReplacementFrontend method)
clear_updated_functions() (angr.analyses.cfg.cfg_fast.PendingJobs method)
CLECompatibilityError
,
[1]
CLEError
,
[1]
CLEFileNotFoundError
,
[1]
CLEInvalidBinaryError
,
[1]
Clemory (class in cle)
(class in cle.memory)
ClemoryBackerMixin (class in angr.storage.memory_mixins.paged_memory.page_backer_mixins)
ClemoryBase (class in cle)
(class in cle.memory)
ClemoryView (class in cle)
(class in cle.memory)
CLEOperationError
,
[1]
CLEUnknownFormatError
,
[1]
clinic (angr.analyses.decompiler.decompilation_cache.DecompilationCache attribute)
Clinic (class in angr.analyses.decompiler.clinic)
clone_solver() (claripy.backends.backend_z3.BackendZ3 method)
CLoop (class in angr.analyses.decompiler.structured_codegen.c)
close() (angr.state_plugins.posix.SimSystemPosix method)
(angr.vaults.Vault static method)
(angr.vaults.VaultShelf method)
(cle.Backend method)
(cle.backends.Backend method)
(cle.backends.backend.Backend method)
(cle.backends.binja.BinjaBin method)
(cle.backends.ELF method)
(cle.backends.elf.ELF method)
(cle.backends.elf.elf.ELF method)
(cle.backends.Minidump method)
(cle.backends.minidump.Minidump method)
(cle.backends.PE method)
(cle.backends.pe.PE method)
(cle.backends.pe.pe.PE method)
(cle.backends.XBE method)
(cle.backends.xbe.XBE method)
(cle.ClemoryBase method)
(cle.ELF method)
(cle.Loader method)
(cle.loader.Loader method)
(cle.memory.ClemoryBase method)
(cle.Minidump method)
(cle.patched_stream.PatchedStream method)
(cle.PatchedStream method)
(cle.PE method)
(cle.XBE method)
closed_fds (angr.state_plugins.posix.SimSystemPosix property)
closest_common_ancestor() (angr.state_plugins.history.SimStateHistory method)
Closure (class in angr.utils.mp)
cmp_signature() (in module pyvex.expr)
coalesce_regions() (cle.backends.Hex static method)
(cle.backends.ihex.Hex static method)
(cle.Hex static method)
code_constants (angr.knowledge_plugins.functions.function.Function property)
codegen (angr.analyses.decompiler.decompilation_cache.DecompilationCache attribute)
(angr.analyses.decompiler.structured_codegen.c.CConstruct attribute)
codeloc (angr.analyses.propagator.propagator.Equivalence attribute)
(angr.knowledge_plugins.key_definitions.definition.Definition attribute)
codeloc_uses (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState attribute)
CodeLocation (class in angr.code_location)
codenode (angr.block.Block property)
(angr.block.SootBlock property)
CodeNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
(class in angr.codenode)
CodeReference (angr.knowledge_plugins.cfg.memory_data.MemoryDataSort attribute)
CodeTagging (class in angr.analyses.code_tagging)
CodeTags (class in angr.analyses.code_tagging)
collapse() (angr.analyses.decompiler.structured_codegen.c.MakeTypecastsImplicit class method)
(claripy.vsa.discrete_strided_interval_set.DiscreteStridedIntervalSet method)
collapse_operand() (in module claripy.vsa.discrete_strided_interval_set)
collapsed (angr.analyses.decompiler.structured_codegen.c.CExpression attribute)
(angr.analyses.decompiler.structured_codegen.c.CIndexedVariable attribute)
(angr.analyses.decompiler.structured_codegen.c.CVariableField attribute)
collect_data_refs (pyvex.lifting.lifter.Lifter attribute)
color() (angr.analyses.disassembly.DisassemblyPiece static method)
combine() (claripy.frontend.Frontend method)
(claripy.frontend_mixins.model_cache_mixin.ModelCache static method)
(claripy.frontend_mixins.model_cache_mixin.ModelCacheMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
comment (angr.angrdb.models.DbComment attribute)
Comment (class in angr.analyses.disassembly)
comments (angr.angrdb.models.DbKnowledgeBase attribute)
Comments (class in angr.knowledge_plugins.comments)
CommentsSerializer (class in angr.angrdb.serializers.comments)
commit() (angr.knowledge_plugins.sync.sync_controller.SyncController method)
commit_result() (pyvex.lifting.util.instr_helper.Instruction method)
common_align (cle.backends.macho.symbol.SymbolTableSymbol property)
common_type (angr.analyses.decompiler.structured_codegen.c.CBinaryOp attribute)
compare_bits() (in module claripy.bv)
compare_bits_0_length() (in module claripy.bv)
compare_path_group() (angr.analyses.congruency_check.CongruencyCheck method)
compare_paths() (angr.analyses.congruency_check.CongruencyCheck method)
compare_sorts() (in module claripy.fp)
compare_statement_dict() (in module angr.analyses.bindiff)
compare_states() (angr.analyses.congruency_check.CongruencyCheck method)
comparison_info (claripy.balancer.Balancer attribute)
COMPARISON_NEGATION (ailment.BinaryOp attribute)
(ailment.expression.BinaryOp attribute)
compat_ret (claripy.balancer.Balancer property)
compilation_units (cle.BackedCGC attribute)
(cle.backends.BackedCGC attribute)
(cle.backends.CGC attribute)
(cle.backends.cgc.BackedCGC attribute)
(cle.backends.cgc.backedcgc.BackedCGC attribute)
(cle.backends.cgc.CGC attribute)
(cle.backends.cgc.cgc.CGC attribute)
(cle.backends.ELF attribute)
(cle.backends.elf.ELF attribute)
(cle.backends.elf.elf.ELF attribute)
(cle.backends.elf.ELFCore attribute)
(cle.backends.elf.elfcore.ELFCore attribute)
(cle.backends.ELFCore attribute)
(cle.ELFCore attribute)
CompilationUnit (class in cle.backends.elf.compilation_unit)
complement (claripy.vsa.strided_interval.StridedInterval property)
complement() (angr.sim_variable.SimVariableSet method)
complete() (angr.exploration_techniques.ExplorationTechnique method)
(angr.exploration_techniques.explorer.Explorer method)
(angr.exploration_techniques.symbion.Symbion method)
(angr.exploration_techniques.tracer.Tracer method)
(angr.sim_manager.SimulationManager method)
CompleteCallingConventionsAnalysis (class in angr.analyses.complete_calling_conventions)
CompositedCacheMixin (class in claripy.frontend_mixins.composited_cache_mixin)
CompositeFrontend (class in claripy.frontends.composite_frontend)
compute() (angr.state_plugins.trace_additions.FormatInfo method)
(angr.state_plugins.trace_additions.FormatInfoDontConstrain method)
(angr.state_plugins.trace_additions.FormatInfoIntToStr method)
(angr.state_plugins.trace_additions.FormatInfoStrToInt method)
compute_common_type() (angr.analyses.decompiler.structured_codegen.c.CBinaryOp static method)
compute_dominance_frontier() (in module angr.utils.graph)
compute_flags() (pyvex.lifting.util.instr_helper.Instruction method)
compute_result() (pyvex.lifting.util.instr_helper.Instruction method)
con (pyvex.expr.Const property)
concat() (claripy.ast.bv.BV method)
Concat() (claripy.ast.bv.BV static method)
(claripy.backends.backend_vsa.BackendVSA static method)
concat() (claripy.vsa.discrete_strided_interval_set.DiscreteStridedIntervalSet method)
(claripy.vsa.strided_interval.StridedInterval method)
(claripy.vsa.valueset.ValueSet method)
Concat() (in module claripy.bv)
concat_length_calc() (in module claripy.operations)
concat_simplifier() (claripy.simplifications.SimplificationManager static method)
concrete (angr.state_plugins.debug_variables.SimDebugVariable property)
(angr.state_plugins.view.SimMemView property)
(claripy.ast.base.Base property)
Concrete (class in angr.state_plugins.concrete)
concrete_load() (angr.storage.memory_mixins.address_concretization_mixin.AddressConcretizationMixin method)
(angr.storage.memory_mixins.MemoryMixin method)
(angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
(angr.storage.memory_mixins.paged_memory.pages.ultra_page.UltraPage method)
concrete_path_bool() (in module angr.state_plugins.solver)
concrete_path_list() (in module angr.state_plugins.solver)
concrete_path_not_bool() (in module angr.state_plugins.solver)
concrete_path_scalar() (in module angr.state_plugins.solver)
concrete_path_tuple() (in module angr.state_plugins.solver)
concrete_states (angr.analyses.variable_recovery.variable_recovery.VariableRecoveryState property)
ConcreteBackerMixin (class in angr.storage.memory_mixins.paged_memory.page_backer_mixins)
ConcreteHandlerMixin (class in claripy.frontend_mixins.concrete_handler_mixin)
concretize() (angr.concretization_strategies.SimConcretizationStrategy method)
(angr.storage.file.SimFile method)
(angr.storage.file.SimFileBase method)
(angr.storage.file.SimFileDescriptor method)
(angr.storage.file.SimFileDescriptorBase method)
(angr.storage.file.SimFileDescriptorDuplex method)
(angr.storage.file.SimPackets method)
(angr.storage.file.SimPacketsSlots method)
(in module angr.state_plugins.heap.utils)
concretize_load_idx() (angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin.JavaVmMemoryMixin method)
concretize_read_addr() (angr.storage.memory_mixins.address_concretization_mixin.AddressConcretizationMixin method)
concretize_store_idx() (angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin.JavaVmMemoryMixin method)
concretize_unique_registers (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
concretize_write_addr() (angr.storage.memory_mixins.address_concretization_mixin.AddressConcretizationMixin method)
cond (ailment.expression.ITE attribute)
(angr.analyses.decompiler.structured_codegen.c.CITE attribute)
(pyvex.expr.ITE attribute)
condition (ailment.statement.ConditionalJump attribute)
(angr.analyses.decompiler.structured_codegen.c.CDoWhileLoop attribute)
(angr.analyses.decompiler.structured_codegen.c.CForLoop attribute)
(angr.analyses.decompiler.structured_codegen.c.CIfBreak attribute)
(angr.analyses.decompiler.structured_codegen.c.CWhileLoop attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.ConditionalBreakNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.ConditionNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.LoopNode attribute)
Condition (class in angr.analyses.loop_analysis)
condition_and_nodes (angr.analyses.decompiler.structured_codegen.c.CIfElse attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.CascadingConditionNode attribute)
condition_to_lambda() (in module angr.exploration_techniques.common)
CONDITIONAL (angr.state_plugins.sim_action.SimActionExit attribute)
ConditionalBreakLocation (class in angr.analyses.decompiler.region_simplifiers.expr_folding)
ConditionalBreakNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
ConditionalJump (class in ailment.statement)
ConditionalMixin (class in angr.storage.memory_mixins.conditional_store_mixin)
ConditionLocation (class in angr.analyses.decompiler.region_simplifiers.expr_folding)
ConditionNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
ConditionProcessor (class in angr.analyses.decompiler.condition_processor)
condom() (in module claripy.backends.backend_z3)
configuration (angr.angrdb.models.DbStructuredCode attribute)
configure_project() (angr.simos.linux.SimLinux method)
(angr.simos.simos.SimOS method)
(angr.simos.userland.SimUserland method)
(angr.simos.windows.SimWindows method)
confirmed (angr.analyses.cfg.cfg_fast.FunctionFakeRetEdge attribute)
CongruencyCheck (class in angr.analyses.congruency_check)
connect() (angr.knowledge_plugins.sync.sync_controller.SyncController method)
connected (angr.knowledge_plugins.sync.sync_controller.SyncController property)
consecutive (cle.Clemory attribute)
(cle.memory.Clemory attribute)
const (angr.knowledge_plugins.key_definitions.atoms.ConstantSrc attribute)
Const (class in ailment)
(class in ailment.expression)
(class in pyvex.expr)
Const() (ailment.converter_vex.VEXExprConverter static method)
const_formats (angr.angrdb.models.DbStructuredCode attribute)
const_n() (ailment.converter_vex.VEXExprConverter static method)
CONST_TYPES (angr.engines.light.data.ArithmeticExpression attribute)
Constant (angr.analyses.data_dep.dep_nodes.DepNodeTypes attribute)
(class in angr.analyses.stack_pointer_tracker)
constant() (pyvex.lifting.util.instr_helper.Instruction method)
Constant() (pyvex.lifting.util.syntax_wrapper.VexValue class method)
constant_jump_targets (pyvex.block.IRSB property)
constant_jump_targets_and_jumpkinds (pyvex.block.IRSB property)
ConstantChange (class in angr.analyses.bindiff)
ConstantDepNode (class in angr.analyses.data_dep.dep_nodes)
ConstantDereferencesSimplifier (class in angr.analyses.decompiler.optimization_passes.const_derefs)
ConstantOperand (class in angr.analyses.disassembly)
ConstantPropagation (class in angr.analyses.binary_optimizer)
ConstantResolver (class in angr.analyses.cfg.indirect_jump_resolvers.const_resolver)
constants (pyvex.block.IRSB property)
(pyvex.expr.IRExpr property)
(pyvex.stmt.IRStmt property)
ConstantSrc (class in angr.knowledge_plugins.key_definitions.atoms)
ConstantValueManager (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
constrain_all_zero() (angr.analyses.identifier.identify.Identifier static method)
ConstrainedFrontend (class in claripy.frontends.constrained_frontend)
constraint_hook() (in module angr.state_plugins.trace_additions)
constraint_to_si() (claripy.backends.backend_vsa.BackendVSA method)
(in module claripy.ast.bool)
ConstraintDeduplicatorMixin (class in claripy.frontend_mixins.constraint_deduplicator_mixin)
ConstraintExpansionMixin (class in claripy.frontend_mixins.constraint_expansion_mixin)
ConstraintFilterMixin (class in claripy.frontend_mixins.constraint_filter_mixin)
ConstraintFixerMixin (class in claripy.frontend_mixins.constraint_fixer_mixin)
constraints (angr.state_plugins.solver.SimSolver property)
(claripy.frontends.hybrid_frontend.HybridFrontend property)
constraints_since() (angr.state_plugins.history.SimStateHistory method)
consume_assignment_list() (claripy.smtlib_utils.SMTParser method)
ContainerNode (class in angr.utils.graph)
contains() (angr.knowledge_plugins.debug_variables.DebugVariable method)
contains_addr() (angr.knowledge_plugins.functions.function_manager.FunctionManager method)
(cle.Backend method)
(cle.backends.Backend method)
(cle.backends.backend.Backend method)
(cle.backends.Blob method)
(cle.backends.blob.Blob method)
(cle.backends.named_region.NamedRegion method)
(cle.backends.NamedRegion method)
(cle.backends.Region method)
(cle.backends.region.Region method)
(cle.Blob method)
(cle.NamedRegion method)
(cle.Region method)
contains_atom() (angr.analyses.reaching_definitions.dep_graph.DepGraph method)
contains_memory_variable() (angr.sim_variable.SimVariableSet method)
contains_offset() (cle.backends.externs.ExternSegment method)
(cle.backends.Region method)
(cle.backends.region.Region method)
(cle.ExternSegment method)
(cle.Region method)
contains_register_variable() (angr.sim_variable.SimVariableSet method)
content (angr.analyses.reaching_definitions.subject.Subject property)
(angr.analyses.reassembler.Data property)
(angr.angrdb.models.DbObject attribute)
(angr.knowledge_plugins.cfg.memory_data.MemoryData attribute)
content_gen() (angr.storage.memory_mixins.paged_memory.pages.mv_list_page.MVListPage method)
context (angr.code_location.CodeLocation attribute)
context_sensitivity_level (angr.analyses.cfg.cfg_base.CFGBase property)
(angr.analyses.cfg.cfg_emulated.CFGEmulated property)
continue_addr (angr.analyses.decompiler.structuring.structurer_nodes.LoopNode property)
ContinueNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
ContinueScanningNotification
ConvenientMappingsMixin (class in angr.storage.memory_mixins.convenient_mappings_mixin)
Convert (class in ailment.expression)
convert() (ailment.converter_common.Converter static method)
(ailment.converter_vex.VEXExprConverter static method)
(ailment.converter_vex.VEXIRSBConverter static method)
(ailment.converter_vex.VEXStmtConverter static method)
(ailment.IRSBConverter static method)
(ailment.VEXIRSBConverter static method)
(claripy.backends.Backend method)
(claripy.backends.backend_concrete.BackendConcrete method)
(claripy.backends.backend_vsa.BackendVSA method)
convert_args() (in module claripy.backends.backend_vsa)
convert_claripy_bool_ast() (angr.analyses.decompiler.condition_processor.ConditionProcessor method)
convert_claripy_bool_ast_core() (angr.analyses.decompiler.condition_processor.ConditionProcessor method)
convert_cppproto_to_py() (in module angr.utils.library)
convert_cproto_to_py() (in module angr.utils.library)
convert_info_proc_maps() (in module cle)
(in module cle.gdb)
convert_info_sharedlibrary() (in module cle)
(in module cle.gdb)
convert_list() (ailment.converter_vex.VEXExprConverter static method)
(claripy.backends.Backend method)
convert_operand_to_si() (in module claripy.vsa.discrete_strided_interval_set)
convert_variable_list() (angr.knowledge_plugins.variables.variable_manager.VariableManager static method)
Converter (class in ailment.converter_common)
ConvertTo (class in angr.analyses.typehoon.typevars)
CooperationBase (class in angr.storage.memory_mixins.paged_memory.pages.cooperation)
copy() (ailment.Assignment method)
(ailment.BinaryOp method)
(ailment.Block method)
(ailment.block.Block method)
(ailment.Const method)
(ailment.expression.Atom method)
(ailment.expression.BasePointerOffset method)
(ailment.expression.BinaryOp method)
(ailment.expression.Const method)
(ailment.expression.Convert method)
(ailment.expression.DirtyExpression method)
(ailment.expression.ITE method)
(ailment.expression.Load method)
(ailment.expression.Register method)
(ailment.expression.Reinterpret method)
(ailment.expression.StackBaseOffset method)
(ailment.expression.TernaryOp method)
(ailment.expression.Tmp method)
(ailment.expression.UnaryOp method)
(ailment.expression.VEXCCallExpression method)
(ailment.Register method)
(ailment.statement.Assignment method)
(ailment.statement.Call method)
(ailment.statement.ConditionalJump method)
(ailment.statement.DirtyStatement method)
(ailment.statement.Jump method)
(ailment.statement.Label method)
(ailment.statement.Return method)
(ailment.statement.Store method)
(ailment.Tmp method)
(ailment.UnaryOp method)
(angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.cfg.cfg_emulated.CFGEmulated method)
(angr.analyses.cfg.cfg_fast.CFGFast method)
(angr.analyses.cfg.segment_list.Segment method)
(angr.analyses.cfg.segment_list.SegmentList method)
(angr.analyses.ddg.LiveDefinitions method)
(angr.analyses.decompiler.graph_region.GraphRegion method)
(angr.analyses.decompiler.optimization_passes.engine_base.SimplifierAILState method)
(angr.analyses.decompiler.region_simplifiers.expr_folding.StatementLocation method)
(angr.analyses.decompiler.structuring.structurer_nodes.CodeNode method)
(angr.analyses.decompiler.structuring.structurer_nodes.LoopNode method)
(angr.analyses.decompiler.structuring.structurer_nodes.MultiNode method)
(angr.analyses.decompiler.structuring.structurer_nodes.SequenceNode method)
(angr.analyses.loop_analysis.LoopAnalysisState method)
(angr.analyses.propagator.propagator.PropagatorAILState method)
(angr.analyses.propagator.propagator.PropagatorState method)
(angr.analyses.propagator.propagator.PropagatorVEXState method)
(angr.analyses.reaching_definitions.call_trace.CallTrace method)
(angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.analyses.stack_pointer_tracker.StackPointerTrackerState method)
(angr.analyses.typehoon.typevars.TypeVariables method)
(angr.analyses.variable_recovery.variable_recovery.VariableRecoveryState method)
(angr.analyses.variable_recovery.variable_recovery_fast.VariableRecoveryFastState method)
(angr.analyses.vfg.VFG method)
(angr.concretization_strategies.norepeats.SimConcretizationStrategyNorepeats method)
(angr.concretization_strategies.norepeats_range.SimConcretizationStrategyNorepeatsRange method)
(angr.concretization_strategies.SimConcretizationStrategy method)
(angr.keyed_region.KeyedRegion method)
(angr.keyed_region.RegionObject method)
(angr.knowledge_plugins.callsite_prototypes.CallsitePrototypes method)
(angr.knowledge_plugins.cfg.cfg_manager.CFGManager method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
(angr.knowledge_plugins.cfg.cfg_node.CFGENode method)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode method)
(angr.knowledge_plugins.cfg.memory_data.MemoryData method)
(angr.knowledge_plugins.comments.Comments method)
(angr.knowledge_plugins.data.Data method)
(angr.knowledge_plugins.functions.function.Function method)
(angr.knowledge_plugins.functions.function_manager.FunctionManager method)
(angr.knowledge_plugins.gotos.Gotos method)
(angr.knowledge_plugins.indirect_jumps.IndirectJumps method)
(angr.knowledge_plugins.key_definitions.key_definition_manager.KeyDefinitionManager method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
(angr.knowledge_plugins.key_definitions.rd_model.ReachingDefinitionsModel method)
(angr.knowledge_plugins.key_definitions.uses.Uses method)
(angr.knowledge_plugins.labels.Labels method)
(angr.knowledge_plugins.patches.PatchManager method)
(angr.knowledge_plugins.plugin.KnowledgeBasePlugin method)
(angr.knowledge_plugins.propagations.Propagations method)
(angr.knowledge_plugins.structured_code.manager.StructuredCodeManager method)
(angr.knowledge_plugins.sync.sync_controller.SyncController method)
(angr.knowledge_plugins.types.TypesStore method)
(angr.knowledge_plugins.variables.variable_manager.VariableManager method)
(angr.knowledge_plugins.xrefs.xref.XRef method)
(angr.knowledge_plugins.xrefs.xref_manager.XRefManager method)
(angr.misc.plugins.PluginPreset method)
(angr.procedures.definitions.SimLibrary method)
(angr.procedures.definitions.SimSyscallLibrary method)
(angr.sim_manager.SimulationManager method)
(angr.sim_state.SimState method)
(angr.sim_state_options.SimStateOptions method)
(angr.sim_type.SimCppClass method)
(angr.sim_type.SimCppClassValue method)
(angr.sim_type.SimStruct method)
(angr.sim_type.SimStructValue method)
(angr.sim_type.SimType method)
(angr.sim_type.SimTypeArray method)
(angr.sim_type.SimTypeBottom method)
(angr.sim_type.SimTypeChar method)
(angr.sim_type.SimTypeCppFunction method)
(angr.sim_type.SimTypeDouble method)
(angr.sim_type.SimTypeFd method)
(angr.sim_type.SimTypeFloat method)
(angr.sim_type.SimTypeFunction method)
(angr.sim_type.SimTypeInt method)
(angr.sim_type.SimTypeLength method)
(angr.sim_type.SimTypeNum method)
(angr.sim_type.SimTypeNumOffset method)
(angr.sim_type.SimTypePointer method)
(angr.sim_type.SimTypeReference method)
(angr.sim_type.SimTypeReg method)
(angr.sim_type.SimTypeString method)
(angr.sim_type.SimTypeTop method)
(angr.sim_type.SimTypeWString method)
(angr.sim_type.SimUnion method)
(angr.sim_type.SimUnionValue method)
(angr.sim_type.TypeRef method)
(angr.sim_variable.SimConstantVariable method)
(angr.sim_variable.SimMemoryVariable method)
(angr.sim_variable.SimRegisterVariable method)
(angr.sim_variable.SimStackVariable method)
(angr.sim_variable.SimTemporaryVariable method)
(angr.sim_variable.SimVariable method)
(angr.sim_variable.SimVariableSet method)
(angr.state_plugins.callstack.CallStack method)
(angr.state_plugins.cgc.SimStateCGC method)
(angr.state_plugins.concrete.Concrete method)
(angr.state_plugins.filesystem.SimConcreteFilesystem method)
(angr.state_plugins.filesystem.SimFilesystem method)
(angr.state_plugins.filesystem.SimHostFilesystem method)
(angr.state_plugins.gdb.GDB method)
(angr.state_plugins.globals.SimStateGlobals method)
(angr.state_plugins.heap.heap_base.SimHeapBase method)
(angr.state_plugins.heap.heap_brk.SimHeapBrk method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
(angr.state_plugins.history.SimStateHistory method)
(angr.state_plugins.inspect.SimInspector method)
(angr.state_plugins.javavm_classloader.SimJavaVmClassloader method)
(angr.state_plugins.jni_references.SimStateJNIReferences method)
(angr.state_plugins.libc.SimStateLibc method)
(angr.state_plugins.light_registers.SimLightRegisters method)
(angr.state_plugins.log.SimStateLog method)
(angr.state_plugins.loop_data.SimStateLoopData method)
(angr.state_plugins.plugin.SimStatePlugin method)
(angr.state_plugins.posix.PosixDevFS method)
(angr.state_plugins.posix.PosixProcFS method)
(angr.state_plugins.posix.SimSystemPosix method)
(angr.state_plugins.preconstrainer.SimStatePreconstrainer method)
(angr.state_plugins.scratch.SimStateScratch method)
(angr.state_plugins.sim_action.SimAction method)
(angr.state_plugins.sim_action_object.SimActionObject method)
(angr.state_plugins.solver.SimSolver method)
(angr.state_plugins.symbolizer.SimSymbolizer method)
(angr.state_plugins.trace_additions.ChallRespInfo method)
(angr.state_plugins.trace_additions.FormatInfo method)
(angr.state_plugins.trace_additions.FormatInfoDontConstrain method)
(angr.state_plugins.trace_additions.FormatInfoIntToStr method)
(angr.state_plugins.trace_additions.FormatInfoStrToInt method)
(angr.state_plugins.trace_additions.ZenPlugin method)
(angr.state_plugins.uc_manager.SimUCManager method)
(angr.state_plugins.unicorn_engine.Unicorn method)
(angr.state_plugins.view.SimMemView method)
(angr.state_plugins.view.SimRegNameView method)
(angr.storage.file.SimFile method)
(angr.storage.file.SimFileBase method)
(angr.storage.file.SimFileDescriptor method)
(angr.storage.file.SimFileDescriptorDuplex method)
(angr.storage.file.SimFileStream method)
(angr.storage.file.SimPackets method)
(angr.storage.file.SimPacketsSlots method)
(angr.storage.file.SimPacketsStream method)
(angr.storage.memory_mixins.address_concretization_mixin.AddressConcretizationMixin method)
(angr.storage.memory_mixins.convenient_mappings_mixin.ConvenientMappingsMixin method)
(angr.storage.memory_mixins.default_filler_mixin.ExplicitFillerMixin method)
(angr.storage.memory_mixins.default_filler_mixin.SpecialFillerMixin method)
(angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin.JavaVmMemoryMixin method)
(angr.storage.memory_mixins.keyvalue_memory.keyvalue_memory_mixin.KeyValueMemoryMixin method)
(angr.storage.memory_mixins.label_merger_mixin.LabelMergerMixin method)
(angr.storage.memory_mixins.MemoryMixin method)
(angr.storage.memory_mixins.multi_value_merger_mixin.MultiValueMergerMixin method)
(angr.storage.memory_mixins.paged_memory.page_backer_mixins.ClemoryBackerMixin method)
(angr.storage.memory_mixins.paged_memory.page_backer_mixins.DictBackerMixin method)
(angr.storage.memory_mixins.paged_memory.paged_memory_mixin.MVListPagesMixin method)
(angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
(angr.storage.memory_mixins.paged_memory.pages.history_tracking_mixin.HistoryTrackingMixin method)
(angr.storage.memory_mixins.paged_memory.pages.list_page.ListPage method)
(angr.storage.memory_mixins.paged_memory.pages.mv_list_page.MVListPage method)
(angr.storage.memory_mixins.paged_memory.pages.permissions_mixin.PermissionsMixin method)
(angr.storage.memory_mixins.paged_memory.pages.refcount_mixin.RefcountMixin method)
(angr.storage.memory_mixins.paged_memory.pages.ultra_page.UltraPage method)
(angr.storage.memory_mixins.paged_memory.stack_allocation_mixin.StackAllocationMixin method)
(angr.storage.memory_mixins.regioned_memory.region_data.RegionMap method)
(angr.storage.memory_mixins.regioned_memory.region_meta_mixin.MemoryRegionMetaMixin method)
(angr.storage.memory_mixins.regioned_memory.regioned_address_concretization_mixin.RegionedAddressConcretizationMixin method)
(angr.storage.memory_mixins.regioned_memory.regioned_memory_mixin.RegionedMemoryMixin method)
(angr.storage.memory_mixins.size_resolution_mixin.SizeConcretizationMixin method)
(angr.storage.memory_mixins.slotted_memory.SlottedMemoryMixin method)
(angr.storage.memory_mixins.top_merger_mixin.TopMergerMixin method)
(angr.storage.memory_mixins.underconstrained_mixin.UnderconstrainedMixin method)
(angr.storage.pcap.PCAP method)
(angr.utils.cowdict.ChainMapCOW method)
(archinfo.Arch method)
(archinfo.arch.Arch method)
(archinfo.arch_soot.SootAddressDescriptor method)
(claripy.vsa.abstract_location.AbstractLocation method)
(claripy.vsa.discrete_strided_interval_set.DiscreteStridedIntervalSet method)
(claripy.vsa.strided_interval.StridedInterval method)
(claripy.vsa.valueset.ValueSet method)
(pyvex.block.IRSB method)
copy_contents() (angr.storage.memory_mixins.MemoryMixin method)
(angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
(angr.storage.memory_mixins.unwrapper_mixin.UnwrapperMixin method)
copy_graph() (angr.analyses.decompiler.clinic.Clinic method)
CouldNotResolveException
count (angr.state_plugins.unicorn_engine.TRANSMIT_RECORD attribute)
count() (angr.exploration_techniques.spiller.PickledStatesDb method)
(angr.state_plugins.history.TreeIter method)
(angr.storage.memory_mixins.paged_memory.pages.multi_values.MultiValues method)
cprotos2py() (in module angr.utils.library)
cpu_flag_register_offsets_and_bitmasks_map (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
crash_windup() (angr.exploration_techniques.tracer.Tracer class method)
create_bitstrm() (pyvex.lifting.util.lifter_helper.GymratLifter method)
create_extract_vtable() (angr.analyses.vtable.VtableFinder method)
create_jump_target_var() (angr.analyses.decompiler.condition_processor.ConditionProcessor method)
create_new_reference() (angr.state_plugins.jni_references.SimStateJNIReferences method)
create_process() (claripy.backends.backend_smtlib_solvers.abc_popen.ABCProxy method)
(claripy.backends.backend_smtlib_solvers.AbstractSMTLibSolverProxy method)
(claripy.backends.backend_smtlib_solvers.cvc4_popen.CVC4Proxy method)
(claripy.backends.backend_smtlib_solvers.z3_popen.Z3Proxy method)
(claripy.backends.backend_smtlib_solvers.z3str_popen.Z3StrProxy method)
CreateStridedInterval() (claripy.backends.backend_vsa.BackendVSA static method)
(in module claripy.vsa.strided_interval)
CreateTopStridedInterval() (claripy.backends.backend_vsa.BackendVSA static method)
creation_failed (angr.knowledge_plugins.cfg.cfg_node.CFGENode property)
creation_failure_info (angr.knowledge_plugins.cfg.cfg_node.CFGENode attribute)
CRegister (class in angr.analyses.decompiler.structured_codegen.c)
CReturn (class in angr.analyses.decompiler.structured_codegen.c)
cross_insn_opt (pyvex.lifting.lifter.Lifter attribute)
cs_action (cle.backends.elf.lsda.CallSiteEntry attribute)
cs_arch (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_arm.ArchARMCortexM attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchARMCortexM attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
cs_len (cle.backends.elf.lsda.CallSiteEntry attribute)
cs_lp (cle.backends.elf.lsda.CallSiteEntry attribute)
cs_mode (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_arm.ArchARMCortexM attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchARMCortexM attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
cs_operand (angr.analyses.disassembly.Operand property)
cs_start (cle.backends.elf.lsda.CallSiteEntry attribute)
CStatement (class in angr.analyses.decompiler.structured_codegen.c)
CStatements (class in angr.analyses.decompiler.structured_codegen.c)
CStructField (class in angr.analyses.decompiler.structured_codegen.c)
CStructuredCodeGenerator (class in angr.analyses.decompiler.structured_codegen.c)
CStructuredCodeWalker (class in angr.analyses.decompiler.structured_codegen.c)
CSwitchCase (class in angr.analyses.decompiler.structured_codegen.c)
CTypeCast (class in angr.analyses.decompiler.structured_codegen.c)
CUnaryOp (class in angr.analyses.decompiler.structured_codegen.c)
CUnsupportedStatement (class in angr.analyses.decompiler.structured_codegen.c)
current_codeloc (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState attribute)
current_function_address (angr.state_plugins.callstack.CallStack property)
current_function_address() (angr.analyses.reaching_definitions.call_trace.CallTrace method)
current_return_target (angr.state_plugins.callstack.CallStack property)
current_stack_pointer (angr.analyses.cfg.cfg_job_base.CFGJobBase property)
(angr.state_plugins.callstack.CallStack property)
CVariable (class in angr.analyses.decompiler.structured_codegen.c)
CVariableField (class in angr.analyses.decompiler.structured_codegen.c)
CVC4Proxy (class in claripy.backends.backend_smtlib_solvers.cvc4_popen)
cvt (pyvex.stmt.LoadG attribute)
cvt_types (pyvex.stmt.LoadG attribute)
CWhileLoop (class in angr.analyses.decompiler.structured_codegen.c)
cyclic (angr.analyses.decompiler.graph_region.GraphRegion attribute)
D
data (ailment.statement.Store attribute)
(angr.analyses.variable_recovery.engine_base.RichR attribute)
(angr.knowledge_plugins.key_definitions.definition.Definition attribute)
(angr.state_plugins.unicorn_engine.TRANSMIT_RECORD attribute)
Data (class in angr.analyses.reassembler)
(class in angr.knowledge_plugins.data)
data (cle.backends.externs.simdata.common.StaticData attribute)
(pyvex.lifting.lifter.Lifter attribute)
(pyvex.lifting.util.instr_helper.Instruction attribute)
(pyvex.stmt.Put attribute)
(pyvex.stmt.PutI attribute)
(pyvex.stmt.Store attribute)
(pyvex.stmt.StoreG attribute)
(pyvex.stmt.WrTmp attribute)
data_addr (pyvex.data_ref.DataRef attribute)
data_graph (angr.analyses.ddg.DDG property)
data_ptr() (angr.state_plugins.heap.heap_freelist.Chunk method)
(angr.state_plugins.heap.heap_ptmalloc.PTChunk method)
data_ref_type_str() (in module pyvex.data_ref)
data_refs (pyvex.block.IRSB attribute)
data_size (pyvex.data_ref.DataRef attribute)
data_sub_graph() (angr.analyses.ddg.DDG method)
data_type (pyvex.data_ref.DataRef attribute)
data_type_str (pyvex.data_ref.DataRef property)
DataDependencyGraphAnalysis (class in angr.analyses.data_dep.data_dependency_analysis)
DataGraphMeta (class in angr.analyses.datagraph_meta)
dataHi (pyvex.stmt.CAS attribute)
DataLabel (class in angr.analyses.reassembler)
dataLo (pyvex.stmt.CAS attribute)
DataNormalizationMixin (class in angr.storage.memory_mixins.bvv_conversion_mixin)
DataRef (class in pyvex.data_ref)
db_compatible() (angr.angrdb.db.AngrDB method)
DbCFGModel (class in angr.angrdb.models)
DbComment (class in angr.angrdb.models)
DbFunction (class in angr.angrdb.models)
dbg_comments() (angr.analyses.reassembler.Instruction method)
dbg_draw() (angr.knowledge_plugins.functions.function.Function method)
(angr.knowledge_plugins.functions.function_manager.FunctionManager method)
dbg_get_repr() (angr.analyses.decompiler.graph_region.GraphRegion static method)
dbg_is_looped() (claripy.ast.base.Base method)
dbg_print() (angr.analyses.decompiler.graph_region.GraphRegion method)
(angr.knowledge_plugins.functions.function.Function method)
(angr.storage.memory_mixins.regioned_memory.region_meta_mixin.MemoryRegionMetaMixin method)
dbg_print_irsb() (angr.annocfg.AnnotatedCFG method)
dbg_print_stack() (angr.sim_state.SimState method)
dbg_repr() (angr.analyses.backward_slice.BackwardSlice method)
(angr.analyses.cfg.cfb.CFBlanket method)
(angr.analyses.ddg.DDG method)
(angr.analyses.decompiler.clinic.Clinic method)
(angr.analyses.decompiler.structuring.structurer_nodes.CodeNode method)
(angr.analyses.decompiler.structuring.structurer_nodes.ConditionNode method)
(angr.analyses.decompiler.structuring.structurer_nodes.SequenceNode method)
(angr.annocfg.AnnotatedCFG method)
(angr.blade.Blade method)
(angr.keyed_region.KeyedRegion method)
(angr.state_plugins.callstack.CallStack method)
(claripy.ast.base.Base method)
dbg_repr_run() (angr.analyses.backward_slice.BackwardSlice method)
DbInformation (class in angr.angrdb.models)
DbKnowledgeBase (class in angr.angrdb.models)
DbLabel (class in angr.angrdb.models)
DbObject (class in angr.angrdb.models)
DbStructuredCode (class in angr.angrdb.models)
DbVariableCollection (class in angr.angrdb.models)
DbXRefs (class in angr.angrdb.models)
DDG (class in angr.analyses.ddg)
DDGJob (class in angr.analyses.ddg)
DDGView (class in angr.analyses.ddg)
DDGViewInstruction (class in angr.analyses.ddg)
DDGViewItem (class in angr.analyses.ddg)
deactivate() (angr.misc.plugins.PluginPreset method)
dead_ref() (angr.state_hierarchy.StateHierarchy method)
DeadAssignment (class in angr.analyses.binary_optimizer)
deadends (angr.analyses.cfg.cfg_emulated.CFGEmulated property)
debug() (angr.sim_manager.ErrorRecord method)
debug_decorator() (in module claripy.frontend_mixins.debug_mixin)
DebugMixin (class in claripy.frontend_mixins.debug_mixin)
DebugVariable (class in angr.knowledge_plugins.debug_variables)
DebugVariableContainer (class in angr.knowledge_plugins.debug_variables)
DebugVariableManager (class in angr.knowledge_plugins.debug_variables)
dec_active_workers() (angr.distributed.server.Server method)
decimal_float_128 (pyvex.lifting.util.vex_helper.Type attribute)
decimal_float_32 (pyvex.lifting.util.vex_helper.Type attribute)
decimal_float_64 (pyvex.lifting.util.vex_helper.Type attribute)
decode() (pyvex.lifting.util.lifter_helper.GymratLifter method)
decode_instruction() (in module angr.analyses.disassembly_utils)
decode_method_signature() (archinfo.arch_soot.ArchSoot static method)
(archinfo.ArchSoot static method)
decode_parameter_list_signature() (archinfo.arch_soot.ArchSoot static method)
(archinfo.ArchSoot static method)
decode_thumb_interworking() (cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.MachO method)
decode_type_signature() (archinfo.arch_soot.ArchSoot static method)
(archinfo.ArchSoot static method)
DecodingAssumption (class in angr.analyses.cfg.cfg_fast)
DecompilationCache (class in angr.analyses.decompiler.decompilation_cache)
DecompilationOption (class in angr.analyses.decompiler.decompilation_options)
Decompiler (class in angr.analyses.decompiler.decompiler)
def_at (angr.analyses.propagator.prop_value.Detail attribute)
default (angr.analyses.decompiler.structured_codegen.c.CSwitchCase attribute)
(angr.sim_state_options.StateOption attribute)
DEFAULT (angr.state_plugins.sim_action.SimActionExit attribute)
default() (claripy.fp.RM static method)
default_binding_handler() (in module cle.backends.macho.binding)
default_exit_target (pyvex.block.IRSB attribute)
default_indirect_jump_resolvers() (in module angr.analyses.cfg.indirect_jump_resolvers.default_resolvers)
default_node (angr.analyses.decompiler.structuring.structurer_nodes.SwitchCaseNode attribute)
default_op() (angr.type_backend.TypeBackend static method)
(claripy.backends.Backend method)
default_register_values (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
default_simtype_from_size() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeGenerator method)
default_symbolic_registers (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
default_vex_archinfo() (in module pyvex.enums)
DefaultChainMapCOW (class in angr.utils.cowdict)
DefaultFillerMixin (class in angr.storage.memory_mixins.default_filler_mixin)
DefaultListPagesMemory (class in angr.storage.memory_mixins)
DefaultMemory (class in angr.storage.memory_mixins)
defer_cleanup() (angr.state_hierarchy.StateHierarchy method)
definition (angr.knowledge_plugins.key_definitions.live_definitions.DefinitionAnnotation attribute)
Definition (class in angr.knowledge_plugins.key_definitions.definition)
DefinitionAnnotation (class in angr.knowledge_plugins.key_definitions.live_definitions)
definitions (angr.analyses.ddg.DDGViewInstruction property)
defs (angr.knowledge_base.knowledge_base.KnowledgeBase attribute)
DefUseChain (class in angr.analyses.vsa_ddg)
delete() (angr.state_plugins.filesystem.SimConcreteFilesystem method)
(angr.state_plugins.filesystem.SimFilesystem method)
(angr.state_plugins.filesystem.SimMount method)
(angr.state_plugins.posix.PosixDevFS method)
(angr.state_plugins.posix.PosixProcFS method)
delete_reference() (angr.state_plugins.jni_references.SimStateJNIReferences method)
delete_uc() (angr.state_plugins.unicorn_engine.Unicorn static method)
delta (pyvex.stmt.IMark attribute)
demangled_name (angr.analyses.decompiler.structured_codegen.c.CFunction attribute)
(angr.knowledge_plugins.functions.function.Function property)
demangled_name() (cle.backends.macho.symbol.BindingSymbol method)
(cle.backends.macho.symbol.DyldBoundSymbol method)
demote() (angr.state_plugins.history.SimStateHistory method)
dep_graph (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState property)
(angr.analyses.reaching_definitions.reaching_definitions.ReachingDefinitionsAnalysis property)
dependents (angr.analyses.ddg.DDGViewItem property)
depends_on (angr.analyses.ddg.DDGViewItem property)
DepGraph (class in angr.analyses.reaching_definitions.dep_graph)
DepNodeTypes (class in angr.analyses.data_dep.dep_nodes)
depth (ailment.Expression attribute)
(ailment.expression.Expression attribute)
(angr.knowledge_plugins.cfg.cfg_node.CFGENode attribute)
(claripy.ast.base.Base attribute)
(claripy.ast.bits.Bits attribute)
deref (angr.state_plugins.debug_variables.SimDebugVariable property)
(angr.state_plugins.view.SimMemView property)
DerivedTypeVariable (class in angr.analyses.typehoon.typevars)
descr (pyvex.expr.GetI attribute)
(pyvex.stmt.PutI attribute)
describe_addr() (cle.Loader method)
(cle.loader.Loader method)
describe_variables() (angr.state_plugins.solver.SimSolver method)
DESCRIPTION (angr.analyses.decompiler.optimization_passes.base_ptr_save_simplifier.BasePointerSaveSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.const_derefs.ConstantDereferencesSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.div_simplifier.DivSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.eager_returns.EagerReturnsSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.expr_op_swapper.ExprOpSwapper attribute)
(angr.analyses.decompiler.optimization_passes.ite_expr_converter.ITEExprConverter attribute)
(angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier.LoweredSwitchSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.mod_simplifier.ModSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.multi_simplifier.MultiSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.register_save_area_simplifier.RegisterSaveAreaSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.ret_addr_save_simplifier.RetAddrSaveSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.stack_canary_simplifier.StackCanarySimplifier attribute)
(angr.analyses.decompiler.optimization_passes.x86_gcc_getpc_simplifier.X86GccGetPcSimplifier attribute)
(angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationExprBase attribute)
(angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationStmtBase attribute)
description (angr.sim_state_options.StateOption attribute)
(pyvex.expr.GetI property)
descriptions (angr.state_plugins.history.SimStateHistory property)
dest_addr (cle.backends.macho.binding.MachORelocation property)
(cle.backends.relocation.Relocation property)
destroy() (angr.state_plugins.unicorn_engine.Unicorn method)
desymbolize() (angr.analyses.reassembler.Data method)
Detail (class in angr.analyses.propagator.prop_value)
determine() (angr.analyses.typehoon.simple_solver.SimpleSolver method)
DFS (class in angr.exploration_techniques.dfs)
dfs_back_edges() (in module angr.utils.graph)
dict_content (angr.utils.dynamic_dictlist.DynamicDictList attribute)
dict_strkey_to_intkey() (angr.angrdb.serializers.structured_code.StructuredCodeManagerSerializer static method)
DictBackerMixin (class in angr.storage.memory_mixins.paged_memory.page_backer_mixins)
Difference (class in angr.analyses.bindiff)
difference() (angr.sim_state_options.SimStateOptions method)
differing_blocks (angr.analyses.bindiff.BinDiff property)
(angr.analyses.bindiff.FunctionDiff property)
differing_constants() (in module angr.analyses.bindiff)
differing_functions (angr.analyses.bindiff.BinDiff property)
differing_functions_with_consts() (angr.analyses.bindiff.BinDiff method)
diop_natural_solution_linear() (claripy.vsa.strided_interval.StridedInterval static method)
direct_next (pyvex.block.IRSB property)
Director (class in angr.exploration_techniques.director)
dirty (angr.analyses.decompiler.structured_codegen.c.CDirtyExpression attribute)
Dirty (class in pyvex.stmt)
dirty() (pyvex.lifting.util.instr_helper.Instruction method)
(pyvex.lifting.util.vex_helper.IRSBCustomizer method)
dirty_expr (ailment.expression.DirtyExpression attribute)
dirty_stmt (ailment.statement.DirtyStatement attribute)
DirtyAddrsMixin (class in angr.storage.memory_mixins.dirty_addrs_mixin)
DirtyExpression (class in ailment.expression)
DirtyStatement (class in ailment.statement)
disable_timing() (in module angr.state_plugins.solver)
disasm() (archinfo.Arch method)
(archinfo.arch.Arch method)
disassemble() (pyvex.lifting.util.instr_helper.Instruction method)
(pyvex.lifting.util.lifter_helper.GymratLifter method)
DisassemblerBlock (class in angr.block)
DisassemblerInsn (class in angr.block)
disassembly (angr.block.Block property)
Disassembly (class in angr.analyses.disassembly)
DisassemblyPiece (class in angr.analyses.disassembly)
discard() (angr.knowledge_plugins.structured_code.manager.StructuredCodeManager method)
(angr.sim_state_options.SimStateOptions method)
(angr.sim_variable.SimVariableSet method)
discard_input() (angr.state_plugins.cgc.SimStateCGC method)
discard_memory_variable() (angr.sim_variable.SimVariableSet method)
discard_output() (angr.state_plugins.cgc.SimStateCGC method)
discard_plugin_preset() (angr.misc.plugins.PluginHub method)
discard_register_variable() (angr.sim_variable.SimVariableSet method)
DiscreteStridedIntervalSet (class in claripy.vsa.discrete_strided_interval_set)
display_name (angr.analyses.data_dep.dep_nodes.VarDepNode property)
dissect_instruction() (angr.analyses.disassembly.Instruction method)
dissect_instruction_by_default() (angr.analyses.disassembly.Instruction method)
dissect_instruction_for_arm() (angr.analyses.disassembly.Instruction method)
DivSimplifier (class in angr.analyses.decompiler.optimization_passes.div_simplifier)
DivSimplifierAILEngine (class in angr.analyses.decompiler.optimization_passes.div_simplifier)
DllImport (class in cle.backends.pe.relocation.generic)
do_binding() (cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.MachO method)
do_binops (angr.analyses.propagator.propagator.PropagatorVEXState attribute)
do_full_xrefs() (angr.analyses.cfg.cfg_fast.CFGFast method)
do_lazy_bind() (cle.backends.macho.binding.BindingHelper method)
do_normal_bind() (cle.backends.macho.binding.BindingHelper method)
do_preprocess() (in module angr.sim_type)
do_trace() (angr.analyses.identifier.identify.Identifier method)
dom (angr.utils.graph.Dominators attribute)
(angr.utils.graph.PostDominators attribute)
dominance_frontiers (angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase property)
DominanceFrontier (class in angr.analyses.dominance_frontier)
dominates() (in module angr.utils.graph)
Dominators (class in angr.utils.graph)
done (angr.analyses.vfg.AnalysisTask property)
(angr.analyses.vfg.CallAnalysis property)
(angr.analyses.vfg.FunctionAnalysis property)
DoNotUpdate (angr.analyses.calling_convention.UpdateArgumentsOption attribute)
Double (class in angr.analyses.typehoon.typeconsts)
downsize() (angr.analyses.cfg.cfg_emulated.CFGEmulated method)
(angr.analyses.forward_analysis.forward_analysis.ForwardAnalysis method)
(angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase method)
(angr.knowledge_plugins.cfg.cfg_node.CFGENode method)
(angr.sim_state.SimState method)
(angr.state_plugins.inspect.SimInspector method)
(angr.state_plugins.sim_action.SimAction method)
(angr.state_plugins.sim_action.SimActionData method)
(angr.state_plugins.solver.SimSolver method)
(claripy.backend_manager.BackendManager method)
(claripy.backends.Backend method)
(claripy.backends.backend_z3.BackendZ3 method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.composited_cache_mixin.CompositedCacheMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
(in module claripy)
downsize_region() (angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase static method)
DreamStructurer (class in angr.analyses.decompiler.structuring.dream)
DrillerCore (class in angr.exploration_techniques.driller_core)
DROP (angr.sim_manager.SimulationManager attribute)
drop() (angr.sim_manager.SimulationManager method)
DSIS() (in module claripy.ast.bv)
dst (ailment.Assignment attribute)
(ailment.statement.Assignment attribute)
(angr.knowledge_plugins.xrefs.xref.XRef attribute)
(pyvex.stmt.Exit attribute)
(pyvex.stmt.LoadG attribute)
dst_addr (angr.analyses.cfg.cfg_fast.FunctionCallEdge attribute)
(angr.analyses.cfg.cfg_fast.FunctionFakeRetEdge attribute)
(angr.analyses.cfg.cfg_fast.FunctionTransitionEdge attribute)
dst_func_addr (angr.analyses.cfg.cfg_fast.FunctionReturnEdge attribute)
(angr.analyses.cfg.cfg_fast.FunctionTransitionEdge attribute)
dst_type (angr.analyses.decompiler.structured_codegen.c.CTypeCast attribute)
dtv (cle.backends.tls.elfcore_tls.ELFCoreThread property)
dtv_entry_offset (archinfo.tls.TLSArchInfo attribute)
dtv_offset (cle.backends.tls.elf_tls.ELFTLSObjectV1 attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV2 attribute)
dtv_offsets (archinfo.tls.TLSArchInfo attribute)
dummy (angr.knowledge_plugins.key_definitions.definition.Definition attribute)
DummyFunctionHandler (class in angr.analyses.calling_convention)
DummyStructuredCodeGenerator (class in angr.analyses.decompiler.structured_codegen.dummy)
dump() (angr.angrdb.db.AngrDB method)
(angr.angrdb.serializers.cfg_model.CFGModelSerializer static method)
(angr.angrdb.serializers.comments.CommentsSerializer static method)
(angr.angrdb.serializers.funcs.FunctionManagerSerializer static method)
(angr.angrdb.serializers.kb.KnowledgeBaseSerializer static method)
(angr.angrdb.serializers.labels.LabelsSerializer static method)
(angr.angrdb.serializers.loader.LoaderSerializer static method)
(angr.angrdb.serializers.structured_code.StructuredCodeManagerSerializer static method)
(angr.angrdb.serializers.variables.VariableManagerSerializer static method)
(angr.angrdb.serializers.xrefs.XRefsSerializer static method)
(angr.calling_conventions.AllocHelper method)
dump_file_by_path() (angr.state_plugins.posix.SimSystemPosix method)
dump_internal() (angr.angrdb.serializers.variables.VariableManagerSerializer static method)
dumps() (angr.state_plugins.posix.SimSystemPosix method)
(angr.vaults.Vault method)
DUPLICATION_CHECK (angr.analyses.decompiler.structured_codegen.base.PositionMapping attribute)
DURING_REGION_IDENTIFICATION (angr.analyses.decompiler.optimization_passes.optimization_pass.OptimizationPassStage attribute)
dwarf_cfa (angr.state_plugins.debug_variables.SimDebugVariablePlugin property)
dwarf_cfa_approx (angr.state_plugins.debug_variables.SimDebugVariablePlugin property)
dyld_chained_fixups_header (class in cle.backends.macho.structs)
dyld_chained_import (class in cle.backends.macho.structs)
DYLD_CHAINED_IMPORT (cle.backends.macho.structs.DyldImportFormats attribute)
dyld_chained_import_addend (class in cle.backends.macho.structs)
DYLD_CHAINED_IMPORT_ADDEND (cle.backends.macho.structs.DyldImportFormats attribute)
dyld_chained_import_addend64 (class in cle.backends.macho.structs)
DYLD_CHAINED_IMPORT_ADDEND64 (cle.backends.macho.structs.DyldImportFormats attribute)
DYLD_CHAINED_PTR_32 (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
DYLD_CHAINED_PTR_32_CACHE (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
DYLD_CHAINED_PTR_32_FIRMWARE (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
DYLD_CHAINED_PTR_64 (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
dyld_chained_ptr_64_bind (class in cle.backends.macho.structs)
DYLD_CHAINED_PTR_64_KERNEL_CACHE (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
DYLD_CHAINED_PTR_64_OFFSET (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
dyld_chained_ptr_64_rebase (class in cle.backends.macho.structs)
DYLD_CHAINED_PTR_ARM64E (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
dyld_chained_ptr_arm64e_auth_bind (class in cle.backends.macho.structs)
dyld_chained_ptr_arm64e_auth_bind24 (class in cle.backends.macho.structs)
dyld_chained_ptr_arm64e_auth_rebase (class in cle.backends.macho.structs)
dyld_chained_ptr_arm64e_bind (class in cle.backends.macho.structs)
dyld_chained_ptr_arm64e_bind24 (class in cle.backends.macho.structs)
DYLD_CHAINED_PTR_ARM64E_FIRMWARE (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
DYLD_CHAINED_PTR_ARM64E_KERNEL (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
dyld_chained_ptr_arm64e_rebase (class in cle.backends.macho.structs)
DYLD_CHAINED_PTR_ARM64E_USERLAND (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
DYLD_CHAINED_PTR_ARM64E_USERLAND24 (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
DYLD_CHAINED_PTR_X86_64_KERNEL_CACHE (cle.backends.macho.structs.DyldChainedPtrFormats attribute)
dyld_chained_starts_in_image (class in cle.backends.macho.structs)
dyld_chained_starts_in_segment (class in cle.backends.macho.structs)
DyldBoundSymbol (class in cle.backends.macho.symbol)
DyldChainedPtrFormats (class in cle.backends.macho.structs)
DyldImportFormats (class in cle.backends.macho.structs)
DyldImportStruct (class in cle.backends.macho.structs)
dynamic_load() (cle.Loader method)
(cle.loader.Loader method)
DYNAMIC_RET (angr.sim_procedure.SimProcedure attribute)
dynamic_returns() (angr.sim_procedure.SimProcedure method)
dynamic_tag_translation (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC64 attribute)
DynamicDictList (class in angr.utils.dynamic_dictlist)
E
E2BIG (angr.state_plugins.posix.SimSystemPosix attribute)
EACCES (angr.state_plugins.posix.SimSystemPosix attribute)
EAGAIN (angr.state_plugins.posix.SimSystemPosix attribute)
EagerResolutionMixin (class in claripy.frontend_mixins.eager_resolution_mixin)
EagerReturnsSimplifier (class in angr.analyses.decompiler.optimization_passes.eager_returns)
EBADF (angr.state_plugins.cgc.SimStateCGC attribute)
(angr.state_plugins.posix.SimSystemPosix attribute)
EBUSY (angr.state_plugins.posix.SimSystemPosix attribute)
ECHILD (angr.state_plugins.posix.SimSystemPosix attribute)
EDOM (angr.state_plugins.posix.SimSystemPosix attribute)
EEXIST (angr.state_plugins.posix.SimSystemPosix attribute)
EFAULT (angr.state_plugins.cgc.SimStateCGC attribute)
(angr.state_plugins.posix.SimSystemPosix attribute)
EFBIG (angr.state_plugins.posix.SimSystemPosix attribute)
EH_FRAME (cle.backends.backend.FunctionHintSource attribute)
(cle.backends.FunctionHintSource attribute)
(cle.FunctionHintSource attribute)
EINTR (angr.state_plugins.posix.SimSystemPosix attribute)
EINVAL (angr.state_plugins.cgc.SimStateCGC attribute)
(angr.state_plugins.posix.SimSystemPosix attribute)
EIO (angr.state_plugins.posix.SimSystemPosix attribute)
EISDIR (angr.state_plugins.posix.SimSystemPosix attribute)
element_type (cle.backends.elf.variable_type.ArrayType property)
elemTy (pyvex.enums.IRRegArray attribute)
ELF (class in cle)
(class in cle.backends)
(class in cle.backends.elf)
(class in cle.backends.elf.elf)
elf_hash() (cle.backends.elf.hashtable.ELFHashTable static method)
elf_tls (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_arm.ArchARMEL attribute)
(archinfo.arch_avr.ArchAVR8 attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchARMEL attribute)
(archinfo.ArchAVR8 attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
elf_value (cle.backends.elf.symbol_type.ELFSymbolType property)
ELFCore (class in cle)
(class in cle.backends)
(class in cle.backends.elf)
(class in cle.backends.elf.elfcore)
elfcore_object (cle.Loader property)
(cle.loader.Loader property)
ELFCoreThread (class in cle.backends.tls.elfcore_tls)
ELFCoreThreadManager (class in cle)
(class in cle.backends.tls)
(class in cle.backends.tls.elfcore_tls)
ELFHashTable (class in cle.backends.elf.hashtable)
ELFHeader (angr.knowledge_plugins.cfg.memory_data.MemoryDataSort attribute)
ELFReloc (class in cle.backends.elf.relocation.elfreloc)
ELFSection (class in cle.backends.elf.regions)
ELFSegment (class in cle.backends.elf.regions)
ELFSymbol (class in cle.backends.elf.elf)
(class in cle.backends.elf.symbol)
ELFSymbolType (class in cle.backends.elf.symbol_type)
ELFThreadManager (class in cle)
(class in cle.backends.tls)
(class in cle.backends.tls.elf_tls)
ELFTLSObject (class in cle.backends.tls.elf_tls)
ELFTLSObjectV1 (class in cle.backends.tls.elf_tls)
ELFTLSObjectV2 (class in cle.backends.tls.elf_tls)
eliminatable (angr.analyses.cfg.indirect_jump_resolvers.jumptable.RegOffsetAnnotation property)
(angr.analyses.data_dep.data_dependency_analysis.NodalAnnotation property)
(angr.analyses.variable_recovery.annotations.StackLocationAnnotation property)
(angr.analyses.variable_recovery.annotations.VariableSourceAnnotation property)
(angr.analyses.variable_recovery.variable_recovery_base.VariableAnnotation property)
(angr.knowledge_plugins.key_definitions.live_definitions.DefinitionAnnotation property)
(angr.storage.memory_mixins.address_concretization_mixin.MultiwriteAnnotation property)
(angr.type_backend.TypeAnnotation property)
(claripy.annotation.Annotation property)
(claripy.annotation.SimplificationAvoidanceAnnotation property)
(claripy.vsa.valueset.RegionAnnotation property)
else_node (angr.analyses.decompiler.structured_codegen.c.CIfElse attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.CascadingConditionNode attribute)
EMFILE (angr.state_plugins.posix.SimSystemPosix attribute)
EMLINK (angr.state_plugins.posix.SimSystemPosix attribute)
Empty (angr.analyses.proximity_graph.ProxiNodeTypes attribute)
empty() (claripy.vsa.strided_interval.StridedInterval static method)
(claripy.vsa.valueset.ValueSet static method)
empty_block() (pyvex.block.IRSB static method)
EmptyBlockNotice
EmptyNodeRemover (class in angr.analyses.decompiler.empty_node_remover)
EmptySegment (class in cle.backends.region)
enable_timing() (in module angr.state_plugins.solver)
end (angr.analyses.cfg.segment_list.Segment attribute)
(angr.keyed_region.RegionObject property)
(pyvex.expr.Load attribute)
(pyvex.stmt.CAS attribute)
(pyvex.stmt.LLSC attribute)
(pyvex.stmt.LoadG attribute)
(pyvex.stmt.Store attribute)
(pyvex.stmt.StoreG attribute)
end_info_hook() (in module angr.state_plugins.trace_additions)
endness (ailment.expression.Load attribute)
(ailment.statement.Store attribute)
(angr.knowledge_plugins.key_definitions.atoms.MemoryLocation attribute)
(angr.storage.memory_object.SimMemoryObject attribute)
Endness (class in archinfo)
(class in archinfo.arch)
endness (pyvex.expr.Load property)
(pyvex.stmt.CAS property)
(pyvex.stmt.LLSC property)
(pyvex.stmt.LoadG property)
(pyvex.stmt.Store property)
(pyvex.stmt.StoreG property)
endpoints (angr.knowledge_plugins.functions.function.Function property)
endpoints_with_type (angr.knowledge_plugins.functions.function.Function property)
ENFILE (angr.state_plugins.posix.SimSystemPosix attribute)
ENODEV (angr.state_plugins.posix.SimSystemPosix attribute)
ENOENT (angr.state_plugins.posix.SimSystemPosix attribute)
ENOEXEC (angr.state_plugins.posix.SimSystemPosix attribute)
ENOMEM (angr.state_plugins.cgc.SimStateCGC attribute)
(angr.state_plugins.posix.SimSystemPosix attribute)
ENOSPC (angr.state_plugins.posix.SimSystemPosix attribute)
ENOSYS (angr.state_plugins.cgc.SimStateCGC attribute)
ENOTBLK (angr.state_plugins.posix.SimSystemPosix attribute)
ENOTDIR (angr.state_plugins.posix.SimSystemPosix attribute)
ENOTTY (angr.state_plugins.posix.SimSystemPosix attribute)
entry (cle.Backend property)
(cle.backends.Backend property)
(cle.backends.backend.Backend property)
(cle.backends.binja.BinjaBin property)
(cle.backends.java.soot.Soot property)
(cle.backends.Soot property)
(cle.Soot property)
entry_register_values (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
entry_state() (angr.factory.AngrObjectFactory method)
entrypoints (angr.analyses.cfg_slice_to_sink.cfg_slice_to_sink.CFGSliceToSink property)
enum_to_expr_class() (in module pyvex.expr)
enum_to_stmt_class() (in module pyvex.stmt)
environment (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState property)
Environment (class in angr.knowledge_plugins.key_definitions.environment)
ENXIO (angr.state_plugins.posix.SimSystemPosix attribute)
eof() (angr.storage.file.SimFileDescriptor method)
(angr.storage.file.SimFileDescriptorBase method)
(angr.storage.file.SimFileDescriptorDuplex method)
EPERM (angr.state_plugins.posix.SimSystemPosix attribute)
EPIPE (angr.state_plugins.cgc.SimStateCGC attribute)
(angr.state_plugins.posix.SimSystemPosix attribute)
eq() (ailment.statement.Statement method)
(claripy.vsa.strided_interval.StridedInterval method)
eq_simplifier() (claripy.simplifications.SimplificationManager static method)
Equal (angr.analyses.loop_analysis.Condition attribute)
Equivalence (class in angr.analyses.propagator.propagator)
(class in angr.analyses.typehoon.typevars)
ERANGE (angr.state_plugins.posix.SimSystemPosix attribute)
erase() (angr.storage.memory_mixins.MemoryMixin method)
(angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
(angr.storage.memory_mixins.paged_memory.pages.list_page.ListPage method)
(angr.storage.memory_mixins.paged_memory.pages.mv_list_page.MVListPage method)
EROFS (angr.state_plugins.posix.SimSystemPosix attribute)
errno (angr.state_plugins.libc.SimStateLibc property)
error() (pyvex.lifting.util.lifter_helper.GymratLifter method)
error_converter() (in module angr.state_plugins.solver)
ERROR_REG (angr.calling_conventions.SimCCO32LinuxSyscall attribute)
(angr.calling_conventions.SimCCO64LinuxSyscall attribute)
(angr.calling_conventions.SimCCPowerPC64LinuxSyscall attribute)
(angr.calling_conventions.SimCCPowerPCLinuxSyscall attribute)
(angr.calling_conventions.SimCCSyscall attribute)
errored (angr.sim_manager.SimulationManager property)
ErrorRecord (class in angr.sim_manager)
errors (angr.analyses.analysis.Analysis attribute)
(pyvex.lifting.util.lifter_helper.GymratLifter attribute)
ESI() (in module claripy.ast.bv)
ESPIPE (angr.state_plugins.posix.SimSystemPosix attribute)
ESRCH (angr.state_plugins.posix.SimSystemPosix attribute)
ETXTBSY (angr.state_plugins.posix.SimSystemPosix attribute)
eval() (angr.state_plugins.solver.SimSolver method)
(claripy.backends.Backend method)
(claripy.backends.backend_smtlib_solvers.SMTLibSolverBackend method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.concrete_handler_mixin.ConcreteHandlerMixin method)
(claripy.frontend_mixins.constraint_expansion_mixin.ConstraintExpansionMixin method)
(claripy.frontend_mixins.constraint_filter_mixin.ConstraintFilterMixin method)
(claripy.frontend_mixins.model_cache_mixin.ModelCacheMixin method)
(claripy.frontend_mixins.sat_cache_mixin.SatCacheMixin method)
(claripy.frontend_mixins.simplify_helper_mixin.SimplifyHelperMixin method)
(claripy.frontend_mixins.solve_block_mixin.SolveBlockMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.light_frontend.LightFrontend method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
(claripy.vsa.discrete_strided_interval_set.DiscreteStridedIntervalSet method)
(claripy.vsa.strided_interval.StridedInterval method)
(claripy.vsa.valueset.ValueSet method)
eval_ast() (claripy.frontend_mixins.model_cache_mixin.ModelCache method)
eval_atleast() (angr.state_plugins.solver.SimSolver method)
eval_atmost() (angr.state_plugins.solver.SimSolver method)
eval_constraints() (claripy.frontend_mixins.model_cache_mixin.ModelCache method)
eval_exact() (angr.state_plugins.solver.SimSolver method)
eval_list() (claripy.frontend_mixins.model_cache_mixin.ModelCache method)
eval_one() (angr.state_plugins.solver.SimSolver method)
eval_to_ast() (angr.state_plugins.solver.SimSolver method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.eval_string_to_ast_mixin.EvalStringsToASTsMixin method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
eval_upto() (angr.state_plugins.solver.SimSolver method)
EvalStringsToASTsMixin (class in claripy.frontend_mixins.eval_string_to_ast_mixin)
event (pyvex.stmt.MBE attribute)
events (angr.state_plugins.history.SimStateHistory property)
events_of_type() (angr.state_plugins.log.SimStateLog method)
EXC_COUNTER (angr.analyses.decompiler.condition_processor.ConditionProcessor attribute)
exception_handlings (cle.BackedCGC attribute)
(cle.backends.Apk attribute)
(cle.backends.BackedCGC attribute)
(cle.backends.Backend attribute)
(cle.backends.backend.Backend attribute)
(cle.backends.binja.BinjaBin attribute)
(cle.backends.Blob attribute)
(cle.backends.blob.Blob attribute)
(cle.backends.CGC attribute)
(cle.backends.cgc.BackedCGC attribute)
(cle.backends.cgc.backedcgc.BackedCGC attribute)
(cle.backends.cgc.CGC attribute)
(cle.backends.cgc.cgc.CGC attribute)
(cle.backends.ELF attribute)
(cle.backends.elf.ELF attribute)
(cle.backends.elf.elf.ELF attribute)
(cle.backends.elf.ELFCore attribute)
(cle.backends.elf.elfcore.ELFCore attribute)
(cle.backends.elf.MetaELF attribute)
(cle.backends.elf.metaelf.MetaELF attribute)
(cle.backends.ELFCore attribute)
(cle.backends.externs.ExternObject attribute)
(cle.backends.externs.KernelObject attribute)
(cle.backends.Hex attribute)
(cle.backends.ihex.Hex attribute)
(cle.backends.Jar attribute)
(cle.backends.java.apk.Apk attribute)
(cle.backends.java.jar.Jar attribute)
(cle.backends.java.soot.Soot attribute)
(cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.backends.MetaELF attribute)
(cle.backends.Minidump attribute)
(cle.backends.minidump.Minidump attribute)
(cle.backends.named_region.NamedRegion attribute)
(cle.backends.NamedRegion attribute)
(cle.backends.PE attribute)
(cle.backends.pe.PE attribute)
(cle.backends.pe.pe.PE attribute)
(cle.backends.Soot attribute)
(cle.backends.static_archive.StaticArchive attribute)
(cle.backends.StaticArchive attribute)
(cle.backends.tls.elf_tls.ELFTLSObject attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV1 attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV2 attribute)
(cle.backends.tls.pe_tls.PETLSObject attribute)
(cle.backends.tls.tls_object.TLSObject attribute)
(cle.backends.tls.TLSObject attribute)
(cle.backends.XBE attribute)
(cle.backends.xbe.XBE attribute)
(cle.Blob attribute)
(cle.ELFCore attribute)
(cle.ExternObject attribute)
(cle.Hex attribute)
(cle.Jar attribute)
(cle.KernelObject attribute)
(cle.MetaELF attribute)
(cle.Minidump attribute)
(cle.NamedRegion attribute)
(cle.Soot attribute)
(cle.StaticArchive attribute)
(cle.TLSObject attribute)
ExceptionHandling (class in cle)
(class in cle.backends)
(class in cle.backends.backend)
exceptions (archinfo.arch_soot.SootMethodDescriptor property)
ExceptionTableHeader (class in cle.backends.elf.lsda)
EXDEV (angr.state_plugins.posix.SimSystemPosix attribute)
execute() (angr.project.Project method)
(angr.sim_procedure.SimProcedure method)
ExecuteAddressGoal (class in angr.exploration_techniques.director)
executed_instruction_count (angr.errors.SimError attribute)
Existence (class in angr.analyses.typehoon.typevars)
exists() (angr.knowledge_plugins.propagations.Propagations method)
exists_in_replacements() (in module angr.analyses.cfg.indirect_jump_resolvers.const_resolver)
Exit (class in pyvex.stmt)
(pyvex.lifting.util.vex_helper.JumpKind attribute)
Exit() (ailment.converter_vex.VEXStmtConverter static method)
exit() (angr.sim_procedure.SimProcedure method)
exit_hook() (in module angr.state_plugins.trace_additions)
exit_statements (pyvex.block.IRSB property)
expdHi (pyvex.stmt.CAS attribute)
expdLo (pyvex.stmt.CAS attribute)
expect() (claripy.smtlib_utils.SMTParser method)
expect_assignment_tuple() (claripy.smtlib_utils.SMTParser method)
ExplicitFillerMixin (class in angr.storage.memory_mixins.default_filler_mixin)
ExplorationStatusNotifier (class in angr.distributed.worker)
ExplorationTechnique (class in angr.exploration_techniques)
explore() (angr.sim_manager.SimulationManager method)
Explorer (class in angr.exploration_techniques.explorer)
expr (angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier.Case attribute)
(angr.analyses.decompiler.structured_codegen.c.CTypeCast attribute)
(angr.analyses.propagator.prop_value.Detail attribute)
expr_classes (angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationExprBase attribute)
expr_comments (angr.angrdb.models.DbStructuredCode attribute)
expr_idx (angr.analyses.decompiler.region_simplifiers.expr_folding.ExpressionLocation attribute)
Expression (class in ailment)
(class in ailment.expression)
ExpressionCounter (class in angr.analyses.decompiler.region_simplifiers.expr_folding)
ExpressionFolder (class in angr.analyses.decompiler.region_simplifiers.expr_folding)
ExpressionLocation (class in angr.analyses.decompiler.region_simplifiers.expr_folding)
ExpressionNarrowingWalker (class in angr.analyses.decompiler.expression_narrower)
ExpressionReplacer (class in angr.analyses.decompiler.optimization_passes.expr_op_swapper)
(class in angr.analyses.decompiler.optimization_passes.ite_expr_converter)
(class in angr.analyses.decompiler.region_simplifiers.expr_folding)
expressions (pyvex.block.IRSB property)
(pyvex.stmt.IRStmt property)
ExpressionUseFinder (class in angr.analyses.decompiler.region_simplifiers.expr_folding)
ExprOpSwapper (class in angr.analyses.decompiler.optimization_passes.expr_op_swapper)
ext_length_calc() (in module claripy.operations)
extend() (pyvex.block.IRSB method)
extend_actions() (angr.state_plugins.history.SimStateHistory method)
(angr.state_plugins.log.SimStateLog method)
extend_ail_expression() (angr.analyses.propagator.prop_value.PropValue static method)
extend_check() (in module claripy.operations)
extended_euclid() (claripy.vsa.strided_interval.StridedInterval static method)
extern_object (cle.Loader property)
(cle.loader.Loader property)
EXTERNAL_EH_FRAME (cle.backends.backend.FunctionHintSource attribute)
(cle.backends.FunctionHintSource attribute)
(cle.FunctionHintSource attribute)
ExternalCodeLocation (class in angr.analyses.reaching_definitions.external_codeloc)
ExternObject (class in cle)
(class in cle.backends.externs)
ExternSegment (class in cle)
(class in cle.backends.externs)
extra_bvs_data (claripy.backends.backend_z3.BackendZ3 property)
extract() (angr.sim_type.SimCppClass method)
(angr.sim_type.SimStruct method)
(angr.sim_type.SimTypeArray method)
(angr.sim_type.SimTypeBool method)
(angr.sim_type.SimTypeChar method)
(angr.sim_type.SimTypeFloat method)
(angr.sim_type.SimTypeInt method)
(angr.sim_type.SimTypeNum method)
(angr.sim_type.SimTypeNumOffset method)
(angr.sim_type.SimTypeReg method)
(angr.sim_type.SimTypeString method)
(angr.sim_type.SimTypeWString method)
(angr.sim_type.SimUnion method)
Extract() (claripy.ast.bv.BV static method)
(claripy.backends.backend_vsa.BackendVSA static method)
extract() (claripy.vsa.discrete_strided_interval_set.DiscreteStridedIntervalSet method)
(claripy.vsa.strided_interval.StridedInterval method)
(claripy.vsa.valueset.ValueSet method)
Extract() (in module claripy.bv)
extract_ail_expression() (angr.analyses.propagator.prop_value.PropValue static method)
extract_arch() (cle.backends.ELF static method)
(cle.backends.elf.ELF static method)
(cle.backends.elf.elf.ELF static method)
(cle.ELF static method)
extract_check() (in module claripy.operations)
extract_claripy() (angr.sim_type.SimType method)
extract_components() (angr.procedures.stubs.format_parser.FormatParser method)
extract_defs() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions static method)
extract_defs_from_mv() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions static method)
extract_jump_targets() (in module angr.analyses.decompiler.utils)
extract_length_calc() (in module claripy.operations)
extract_offset_to_sp() (angr.analyses.propagator.engine_ail.SimEnginePropagatorAIL method)
(angr.engines.light.engine.SimEngineLightMixin method)
extract_simplifier() (claripy.simplifications.SimplificationManager static method)
extract_soname() (cle.Backend static method)
(cle.backends.Backend static method)
(cle.backends.backend.Backend static method)
(cle.backends.elf.MetaELF static method)
(cle.backends.elf.metaelf.MetaELF static method)
(cle.backends.MetaELF static method)
(cle.MetaELF static method)
extract_terms() (in module angr.analyses.decompiler.structured_codegen.c)
extract_value_if_concrete() (angr.analyses.xrefs.SimEngineXRefsVEX static method)
extract_variables() (angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase static method)
F
f (angr.utils.mp.Closure attribute)
F32 (class in pyvex.const)
F32i (class in pyvex.const)
F64 (class in pyvex.const)
F64i (class in pyvex.const)
failure() (angr.engines.successors.SimSuccessors class method)
FakeSegment (class in cle.backends.cgc.backedcgc)
false_node (angr.analyses.decompiler.structuring.structurer_nodes.ConditionNode attribute)
false_target (ailment.statement.ConditionalJump attribute)
FalseResult (class in claripy.vsa.bool_result)
fast_memory_load() (angr.analyses.reassembler.Reassembler method)
FastMemory (class in angr.storage.memory_mixins)
fd (angr.state_plugins.unicorn_engine.TRANSMIT_RECORD attribute)
FD_SETSIZE (angr.state_plugins.cgc.SimStateCGC attribute)
fetch_operands() (pyvex.lifting.util.instr_helper.Instruction method)
FetchingZeroPageError
field (angr.analyses.decompiler.structured_codegen.c.CStructField attribute)
FieldReferenceCleanup (class in angr.analyses.decompiler.structured_codegen.c)
fields (angr.sim_type.SimUnion attribute)
(archinfo.arch_soot.SootClassDescriptor property)
filesize (cle.backends.cgc.backedcgc.FakeSegment attribute)
(cle.backends.elf.regions.ELFSection attribute)
(cle.backends.elf.regions.ELFSegment attribute)
(cle.backends.externs.ExternSegment attribute)
(cle.backends.macho.macho.MachOSection attribute)
(cle.backends.macho.macho.MachOSegment attribute)
(cle.backends.macho.section.MachOSection attribute)
(cle.backends.macho.segment.MachOSegment attribute)
(cle.backends.pe.regions.PESection attribute)
(cle.backends.Region attribute)
(cle.backends.region.EmptySegment attribute)
(cle.backends.region.Region attribute)
(cle.backends.region.Section attribute)
(cle.backends.region.Segment attribute)
(cle.backends.Section attribute)
(cle.backends.Segment attribute)
(cle.backends.xbe.XBESection attribute)
(cle.ExternSegment attribute)
(cle.Region attribute)
(cle.Section attribute)
(cle.Segment attribute)
fill_content() (angr.knowledge_plugins.cfg.memory_data.MemoryData method)
fill_reg_map() (in module angr.analyses.reassembler)
filter() (angr.analyses.cfg.indirect_jump_resolvers.amd64_elf_got.AMD64ElfGotResolver method)
(angr.analyses.cfg.indirect_jump_resolvers.arm_elf_fast.ArmElfFastResolver method)
(angr.analyses.cfg.indirect_jump_resolvers.const_resolver.ConstantResolver method)
(angr.analyses.cfg.indirect_jump_resolvers.jumptable.JumpTableResolver method)
(angr.analyses.cfg.indirect_jump_resolvers.mips_elf_fast.MipsElfFastResolver method)
(angr.analyses.cfg.indirect_jump_resolvers.resolver.IndirectJumpResolver method)
(angr.analyses.cfg.indirect_jump_resolvers.x86_elf_pic_plt.X86ElfPicPltResolver method)
(angr.analyses.cfg.indirect_jump_resolvers.x86_pe_iat.X86PeIatResolver method)
(angr.analyses.veritesting.CallTracingFilter method)
(angr.exploration_techniques.ExplorationTechnique method)
(angr.exploration_techniques.explorer.Explorer method)
(angr.exploration_techniques.local_loop_seer.LocalLoopSeer method)
(angr.exploration_techniques.loop_seer.LoopSeer method)
(angr.exploration_techniques.slicecutor.Slicecutor method)
(angr.exploration_techniques.tracer.Tracer method)
(angr.sim_manager.SimulationManager method)
(claripy.frontend_mixins.model_cache_mixin.ModelCache method)
filter_actions() (angr.state_plugins.history.SimStateHistory method)
filter_constraints() (angr.state_plugins.trace_additions.ZenPlugin method)
filter_replacements() (angr.analyses.propagator.propagator.PropagatorAILState method)
(angr.analyses.propagator.propagator.PropagatorState method)
filter_variables() (angr.analyses.decompiler.optimization_passes.engine_base.SimplifierAILState method)
final_states (angr.knowledge_plugins.cfg.cfg_node.CFGENode attribute)
finalize() (claripy.frontend.Frontend method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
finalizers (cle.Backend property)
(cle.backends.Backend property)
(cle.backends.backend.Backend property)
(cle.backends.ELF property)
(cle.backends.elf.ELF property)
(cle.backends.elf.elf.ELF property)
(cle.ELF property)
(cle.Loader property)
(cle.loader.Loader property)
find() (angr.storage.memory_mixins.MemoryMixin method)
(angr.storage.memory_mixins.regioned_memory.regioned_memory_mixin.RegionedMemoryMixin method)
(angr.storage.memory_mixins.regioned_memory.static_find_mixin.StaticFindMixin method)
(angr.storage.memory_mixins.smart_find_mixin.SmartFindMixin method)
(angr.storage.memory_mixins.unwrapper_mixin.UnwrapperMixin method)
(cle.Clemory method)
(cle.ClemoryBase method)
(cle.ClemoryView method)
(cle.memory.Clemory method)
(cle.memory.ClemoryBase method)
(cle.memory.ClemoryView method)
find_all_symbols() (cle.Loader method)
(cle.loader.Loader method)
find_cc() (angr.calling_conventions.SimCC static method)
find_consumers() (angr.analyses.ddg.DDG method)
find_declaration() (angr.knowledge_plugins.functions.function.Function method)
find_definitions() (angr.analyses.ddg.DDG method)
find_killers() (angr.analyses.ddg.DDG method)
find_loadable_containing() (cle.Backend method)
(cle.backends.Backend method)
(cle.backends.backend.Backend method)
(cle.Loader method)
(cle.loader.Loader method)
find_merge_points() (angr.analyses.cfg.cfg_utils.CFGUtils static method)
find_object() (cle.Loader method)
(cle.loader.Loader method)
find_object_containing() (cle.Loader method)
(cle.loader.Loader method)
find_plt_stub_name() (cle.Loader method)
(cle.loader.Loader method)
find_region_containing() (cle.backends.Regions method)
(cle.backends.regions.Regions method)
(cle.Regions method)
find_region_next_to() (cle.backends.Regions method)
(cle.backends.regions.Regions method)
(cle.Regions method)
find_relevant_relocations() (cle.Loader method)
(cle.loader.Loader method)
find_section_containing() (cle.Backend method)
(cle.backends.Backend method)
(cle.backends.backend.Backend method)
(cle.Loader method)
(cle.loader.Loader method)
find_section_next_to() (cle.Loader method)
(cle.loader.Loader method)
find_segment_by_name() (cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.MachO method)
find_segment_containing() (cle.Backend method)
(cle.backends.Backend method)
(cle.backends.backend.Backend method)
(cle.Loader method)
(cle.loader.Loader method)
find_sources() (angr.analyses.ddg.DDG method)
find_stack_vars_x86() (angr.analyses.identifier.identify.Identifier method)
find_symbol() (cle.Loader method)
(cle.loader.Loader method)
find_variable_by_atom() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
find_variable_by_stmt() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
find_variables_by_atom() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
find_variables_by_insn() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
find_variables_by_register() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
find_variables_by_stack_offset() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
find_variables_by_stmt() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
find_widening_points() (angr.analyses.cfg.cfg_utils.CFGUtils static method)
finish() (angr.state_plugins.unicorn_engine.Unicorn method)
fire() (angr.state_plugins.inspect.BP method)
first_nonlabel_node() (in module angr.analyses.decompiler.utils)
first_nonlabel_statement() (in module angr.analyses.decompiler.utils)
fixups_version (cle.backends.macho.structs.dyld_chained_fixups_header attribute)
flags (angr.procedures.stubs.format_parser.FormatParser attribute)
Flags (class in angr.storage.file)
flavor (angr.angrdb.models.DbStructuredCode attribute)
FlirtAnalysis (class in angr.analyses.flirt)
FlirtSignature (class in angr.flirt)
Float (class in angr.analyses.typehoon.typeconsts)
float_len_mod (angr.procedures.stubs.format_parser.ScanfFormatParser attribute)
float_spec (angr.procedures.stubs.format_parser.ScanfFormatParser attribute)
float_type() (in module angr.analyses.typehoon.typeconsts)
FloatBase (class in angr.analyses.typehoon.typeconsts)
floating_point (ailment.BinaryOp attribute)
(ailment.expression.BinaryOp attribute)
FloatingPoint (angr.knowledge_plugins.cfg.memory_data.MemoryDataSort attribute)
floor_addr() (angr.analyses.cfg.cfb.CFBlanket method)
(angr.knowledge_plugins.functions.function_manager.FunctionDict method)
floor_func() (angr.knowledge_plugins.functions.function_manager.FunctionManager method)
floor_item() (angr.analyses.cfg.cfb.CFBlanket method)
floor_items() (angr.analyses.cfg.cfb.CFBlanket method)
flush_pages() (angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
fmt (angr.analyses.decompiler.structured_codegen.c.CConstant property)
fmt_hex (angr.analyses.decompiler.structured_codegen.c.CConstant property)
fmt_neg (angr.analyses.decompiler.structured_codegen.c.CConstant property)
force_unroll_loops() (angr.analyses.cfg.cfg_emulated.CFGEmulated method)
FormatInfo (class in angr.state_plugins.trace_additions)
FormatInfoDontConstrain (class in angr.state_plugins.trace_additions)
FormatInfoIntToStr (class in angr.state_plugins.trace_additions)
FormatInfoStrToInt (class in angr.state_plugins.trace_additions)
FormatParser (class in angr.procedures.stubs.format_parser)
FormatSpecifier (class in angr.procedures.stubs.format_parser)
FormatString (class in angr.procedures.stubs.format_parser)
ForwardAnalysis (class in angr.analyses.forward_analysis.forward_analysis)
FP (class in claripy.ast.fp)
FP_ARG_REGS (angr.calling_conventions.SimCC attribute)
(angr.calling_conventions.SimCCAArch64 attribute)
(angr.calling_conventions.SimCCAArch64LinuxSyscall attribute)
(angr.calling_conventions.SimCCAMD64WindowsSyscall attribute)
(angr.calling_conventions.SimCCARM attribute)
(angr.calling_conventions.SimCCARMHF attribute)
(angr.calling_conventions.SimCCARMLinuxSyscall attribute)
(angr.calling_conventions.SimCCCdecl attribute)
(angr.calling_conventions.SimCCMicrosoftAMD64 attribute)
(angr.calling_conventions.SimCCO32 attribute)
(angr.calling_conventions.SimCCO32LinuxSyscall attribute)
(angr.calling_conventions.SimCCO64 attribute)
(angr.calling_conventions.SimCCO64LinuxSyscall attribute)
(angr.calling_conventions.SimCCPowerPC attribute)
(angr.calling_conventions.SimCCPowerPC64 attribute)
(angr.calling_conventions.SimCCPowerPC64LinuxSyscall attribute)
(angr.calling_conventions.SimCCPowerPCLinuxSyscall attribute)
(angr.calling_conventions.SimCCS390X attribute)
(angr.calling_conventions.SimCCS390XLinuxSyscall attribute)
(angr.calling_conventions.SimCCSystemVAMD64 attribute)
(angr.calling_conventions.SimCCX86LinuxSyscall attribute)
(angr.calling_conventions.SimCCX86WindowsSyscall attribute)
fp_args (angr.calling_conventions.SimCC property)
fp_iter (angr.calling_conventions.ArgSession attribute)
(angr.calling_conventions.SimCC.ArgSession attribute)
fp_ret_expr (ailment.statement.Call attribute)
fp_ret_offset (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_arm.ArchARMHF attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchARMHF attribute)
FP_RETURN_VAL (angr.calling_conventions.SimCC attribute)
(angr.calling_conventions.SimCCARMHF attribute)
(angr.calling_conventions.SimCCCdecl attribute)
(angr.calling_conventions.SimCCMicrosoftAMD64 attribute)
(angr.calling_conventions.SimCCSystemVAMD64 attribute)
fpAbs() (in module claripy.fp)
fpAdd() (in module claripy.fp)
fpDiv() (in module claripy.fp)
fpEQ() (in module claripy.fp)
fpFP() (in module claripy.fp)
fpGEQ() (in module claripy.fp)
fpGT() (in module claripy.fp)
fpIsInf() (in module claripy.fp)
fpIsNaN() (in module claripy.fp)
fpLEQ() (in module claripy.fp)
fpLT() (in module claripy.fp)
fpMul() (in module claripy.fp)
fpNE() (in module claripy.fp)
fpNeg() (in module claripy.fp)
FPS() (claripy.backends.backend_z3.BackendZ3 method)
(in module claripy.ast.fp)
fpSqrt() (claripy.fp.FPV method)
fpSub() (in module claripy.fp)
fptobv_simplifier() (claripy.simplifications.SimplificationManager static method)
fpToFP() (in module claripy.fp)
fptofp_simplifier() (claripy.simplifications.SimplificationManager static method)
fpToFPUnsigned() (in module claripy.fp)
fpToIEEEBV() (in module claripy.fp)
fpToSBV() (in module claripy.fp)
fpToUBV() (in module claripy.fp)
FPV (class in claripy.fp)
FPV() (claripy.backends.backend_concrete.BackendConcrete static method)
(claripy.backends.backend_z3.BackendZ3 method)
(in module claripy.ast.fp)
free() (angr.analyses.reaching_definitions.heap_allocator.HeapAllocator method)
(angr.state_plugins.heap.heap_libc.SimHeapLibc method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
free_chunks() (angr.state_plugins.heap.heap_freelist.SimHeapFreelist method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
freeze() (angr.analyses.stack_pointer_tracker.StackPointerTrackerState method)
fresh_block() (angr.factory.AngrObjectFactory method)
fresh_constraints (angr.state_plugins.log.SimStateLog property)
from_argument() (angr.knowledge_plugins.key_definitions.atoms.Atom static method)
from_bits (ailment.expression.Convert attribute)
(ailment.expression.Reinterpret attribute)
from_c() (pyvex.block.IRSB static method)
(pyvex.data_ref.DataRef class method)
from_cle_variable() (angr.state_plugins.debug_variables.SimDebugVariable static method)
from_die() (cle.backends.elf.variable.Variable static method)
from_digraph() (angr.annocfg.AnnotatedCFG method)
from_iterable() (in module claripy)
(in module claripy.ast.base)
(in module claripy.ops)
from_linked_va() (cle.address_translator.AddressTranslator class method)
(cle.AddressTranslator class method)
from_lva() (cle.address_translator.AddressTranslator class method)
(cle.AddressTranslator class method)
from_mapped_va() (cle.address_translator.AddressTranslator class method)
(cle.AddressTranslator class method)
from_mva() (cle.address_translator.AddressTranslator class method)
(cle.AddressTranslator class method)
from_name() (angr.knowledge_plugins.debug_variables.DebugVariableManager method)
from_name_and_pc() (angr.knowledge_plugins.debug_variables.DebugVariableManager method)
from_opstr() (angr.analyses.loop_analysis.Condition class method)
from_params() (claripy.fp.FSort static method)
from_pc() (angr.knowledge_plugins.debug_variables.DebugVariable method)
(angr.knowledge_plugins.debug_variables.DebugVariableContainer method)
from_py() (pyvex.block.IRSB static method)
from_raw() (cle.address_translator.AddressTranslator class method)
(cle.AddressTranslator class method)
from_relative_va() (cle.address_translator.AddressTranslator class method)
(cle.AddressTranslator class method)
from_rva() (cle.address_translator.AddressTranslator class method)
(cle.AddressTranslator class method)
from_signature (angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
from_size() (claripy.fp.FSort static method)
from_soot_method() (archinfo.arch_soot.SootMethodDescriptor class method)
from_state() (angr.analyses.variable_recovery.annotations.VariableSourceAnnotation static method)
from_string() (archinfo.arch_soot.SootMethodDescriptor class method)
from_type (ailment.expression.Convert attribute)
(ailment.expression.Reinterpret attribute)
from_va() (cle.address_translator.AddressTranslator class method)
(cle.AddressTranslator class method)
from_value_and_details() (angr.analyses.propagator.prop_value.PropValue static method)
from_value_and_labels() (angr.analyses.propagator.prop_value.PropValue static method)
Frontend (class in claripy.frontend)
FrozenStackPointerTrackerState (class in angr.analyses.stack_pointer_tracker)
FS (in module angr.flirt)
FSort (class in claripy.fp)
fstat() (angr.state_plugins.posix.SimSystemPosix method)
full_graph (angr.analyses.decompiler.graph_region.GraphRegion attribute)
full_init_state() (angr.factory.AngrObjectFactory method)
FULL_REPR (claripy.ast.base.Base attribute)
FULL_SIMPLIFY (claripy.ast.base.Base attribute)
full_simplify() (angr.state_hierarchy.StateHierarchy method)
FullFrontend (class in claripy.frontends.full_frontend)
fullname (archinfo.arch_soot.SootMethodDescriptor property)
func_addr (angr.analyses.cfg.cfg_fast.CFGJob attribute)
(angr.analyses.cfg.cfg_job_base.BlockID property)
(angr.analyses.cfg.cfg_job_base.CFGJobBase property)
(angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationExprBase attribute)
(angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationStmtBase attribute)
(angr.analyses.variable_recovery.engine_base.SimEngineVRBase property)
(angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase property)
(angr.angrdb.models.DbStructuredCode attribute)
(angr.angrdb.models.DbVariableCollection attribute)
(angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
(cle.backends.backend.ExceptionHandling attribute)
(cle.backends.ExceptionHandling attribute)
(cle.ExceptionHandling attribute)
func_edge_type_from_pb() (in module angr.utils.enums_conv)
func_edge_type_to_pb() (in module angr.utils.enums_conv)
func_graph (angr.analyses.reaching_definitions.subject.Subject property)
func_lookup() (angr.analyses.disassembly.Disassembly method)
FuncComment (class in angr.analyses.disassembly)
FuncIn (class in angr.analyses.typehoon.typevars)
FuncInfo (class in angr.analyses.identifier.identify)
FuncOut (class in angr.analyses.typehoon.typevars)
funcs (angr.angrdb.models.DbKnowledgeBase attribute)
Function (angr.analyses.proximity_graph.ProxiNodeTypes attribute)
(angr.analyses.reaching_definitions.subject.SubjectType attribute)
(class in angr.knowledge_plugins.functions.function)
function() (angr.knowledge_plugins.functions.function_manager.FunctionManager method)
function_address (angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
(angr.storage.memory_mixins.regioned_memory.region_data.AddressWrapper attribute)
function_address_types (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_soot.ArchSoot attribute)
(archinfo.ArchSoot attribute)
function_dependency_graph() (angr.analyses.ddg.DDG method)
function_epilogs (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_arm.ArchARMCortexM attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchARMCortexM attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
function_final_states (angr.analyses.vfg.VFG property)
function_hints (cle.BackedCGC attribute)
(cle.backends.Apk attribute)
(cle.backends.BackedCGC attribute)
(cle.backends.Backend attribute)
(cle.backends.backend.Backend attribute)
(cle.backends.binja.BinjaBin attribute)
(cle.backends.Blob attribute)
(cle.backends.blob.Blob attribute)
(cle.backends.CGC attribute)
(cle.backends.cgc.BackedCGC attribute)
(cle.backends.cgc.backedcgc.BackedCGC attribute)
(cle.backends.cgc.CGC attribute)
(cle.backends.cgc.cgc.CGC attribute)
(cle.backends.ELF attribute)
(cle.backends.elf.ELF attribute)
(cle.backends.elf.elf.ELF attribute)
(cle.backends.elf.ELFCore attribute)
(cle.backends.elf.elfcore.ELFCore attribute)
(cle.backends.elf.MetaELF attribute)
(cle.backends.elf.metaelf.MetaELF attribute)
(cle.backends.ELFCore attribute)
(cle.backends.externs.ExternObject attribute)
(cle.backends.externs.KernelObject attribute)
(cle.backends.Hex attribute)
(cle.backends.ihex.Hex attribute)
(cle.backends.Jar attribute)
(cle.backends.java.apk.Apk attribute)
(cle.backends.java.jar.Jar attribute)
(cle.backends.java.soot.Soot attribute)
(cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.backends.MetaELF attribute)
(cle.backends.Minidump attribute)
(cle.backends.minidump.Minidump attribute)
(cle.backends.named_region.NamedRegion attribute)
(cle.backends.NamedRegion attribute)
(cle.backends.PE attribute)
(cle.backends.pe.PE attribute)
(cle.backends.pe.pe.PE attribute)
(cle.backends.Soot attribute)
(cle.backends.static_archive.StaticArchive attribute)
(cle.backends.StaticArchive attribute)
(cle.backends.tls.elf_tls.ELFTLSObject attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV1 attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV2 attribute)
(cle.backends.tls.pe_tls.PETLSObject attribute)
(cle.backends.tls.tls_object.TLSObject attribute)
(cle.backends.tls.TLSObject attribute)
(cle.backends.XBE attribute)
(cle.backends.xbe.XBE attribute)
(cle.Blob attribute)
(cle.ELFCore attribute)
(cle.ExternObject attribute)
(cle.Hex attribute)
(cle.Jar attribute)
(cle.KernelObject attribute)
(cle.MetaELF attribute)
(cle.Minidump attribute)
(cle.NamedRegion attribute)
(cle.Soot attribute)
(cle.StaticArchive attribute)
(cle.TLSObject attribute)
function_initial_states (angr.analyses.vfg.VFG property)
function_name (angr.analyses.reassembler.FunctionLabel property)
function_name() (cle.backends.binja.BinjaBin method)
(cle.backends.Blob method)
(cle.backends.blob.Blob method)
(cle.backends.named_region.NamedRegion method)
(cle.backends.NamedRegion method)
(cle.Blob method)
(cle.NamedRegion method)
function_needs_variable_recovery() (angr.analyses.complete_calling_conventions.CompleteCallingConventionsAnalysis static method)
function_prologs (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_arm.ArchARMCortexM attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchARMCortexM attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
FunctionAnalysis (class in angr.analyses.vfg)
FunctionCall (angr.analyses.proximity_graph.ProxiNodeTypes attribute)
(class in angr.knowledge_plugins.key_definitions.atoms)
FunctionCallEdge (class in angr.analyses.cfg.cfg_fast)
FunctionDict (class in angr.knowledge_plugins.functions.function_manager)
FunctionDiff (class in angr.analyses.bindiff)
FunctionEdge (class in angr.analyses.cfg.cfg_fast)
FunctionFakeRetEdge (class in angr.analyses.cfg.cfg_fast)
FunctionGraphVisitor (class in angr.analyses.forward_analysis.visitors.function_graph)
FunctionHandler (class in angr.analyses.reaching_definitions.function_handler)
FunctionHint (class in cle)
(class in cle.backends)
(class in cle.backends.backend)
FunctionHintSource (class in cle)
(class in cle.backends)
(class in cle.backends.backend)
FunctionKey (class in angr.analyses.cfg.cfg_job_base)
FunctionLabel (class in angr.analyses.reassembler)
FunctionManager (class in angr.knowledge_plugins.functions.function_manager)
FunctionManagerSerializer (class in angr.angrdb.serializers.funcs)
FunctionParser (class in angr.knowledge_plugins.functions.function_parser)
FunctionProxiNode (class in angr.analyses.proximity_graph)
FunctionReturn (class in angr.analyses.cfg.cfg_fast)
FunctionReturnEdge (class in angr.analyses.cfg.cfg_fast)
functions (angr.analyses.cfg.cfg_base.CFGBase property)
(angr.knowledge_base.knowledge_base.KnowledgeBase attribute)
functions_called() (angr.knowledge_plugins.functions.function.Function method)
functions_probably_identical() (angr.analyses.bindiff.BinDiff method)
FunctionStart (class in angr.analyses.disassembly)
FunctionTag (class in angr.knowledge_plugins.key_definitions.tag)
FunctionTransitionEdge (class in angr.analyses.cfg.cfg_fast)
functy (angr.analyses.decompiler.structured_codegen.c.CFunction attribute)
fwd_chunk() (angr.state_plugins.heap.heap_freelist.Chunk method)
(angr.state_plugins.heap.heap_ptmalloc.PTChunk method)
G
g_label_ctr (angr.analyses.reassembler.Label attribute)
gcd() (claripy.vsa.strided_interval.StridedInterval static method)
GDB (class in angr.state_plugins.gdb)
generate_code_cover() (angr.analyses.cfg.cfg_fast.CFGFast method)
generate_gdt() (angr.simos.simos.SimOS method)
generate_index() (angr.analyses.cfg.cfg_base.CFGBase method)
generate_symbolic_cmd_line_arg() (angr.simos.javavm.SimJavaVM static method)
GENERATED_BVS_IDENTIFIER (claripy.ast.strings.String attribute)
Generic64 (class in cle.backends.macho.structs)
generic64 (cle.backends.macho.structs.ChainedFixupPointerOnDisk attribute)
generic_info_hook() (in module angr.state_plugins.trace_additions)
generic_name_from_vex_op() (ailment.converter_vex.VEXExprConverter static method)
GenericAbsoluteAddendReloc (class in cle.backends.elf.relocation.generic)
GenericAbsoluteReloc (class in cle.backends.elf.relocation.generic)
GenericCopyReloc (class in cle.backends.elf.relocation.generic)
GenericIRelativeReloc (class in cle.backends.elf.relocation.generic)
GenericJumpslotReloc (class in cle.backends.elf.relocation.generic)
GenericPCRelativeAddendReloc (class in cle.backends.elf.relocation.generic)
GenericRelativeReloc (class in cle.backends.elf.relocation.generic)
GenericTLSDescriptorReloc (class in cle.backends.elf.relocation.generic)
GenericTLSDoffsetReloc (class in cle.backends.elf.relocation.generic)
GenericTLSModIdReloc (class in cle.backends.elf.relocation.generic)
GenericTLSOffsetReloc (class in cle.backends.elf.relocation.generic)
Get (class in pyvex.expr)
Get() (ailment.converter_vex.VEXExprConverter static method)
get() (angr.analyses.stack_pointer_tracker.StackPointerTrackerState method)
(angr.knowledge_plugins.functions.function_manager.FunctionDict method)
(angr.knowledge_plugins.key_definitions.environment.Environment method)
(angr.knowledge_plugins.labels.Labels method)
(angr.knowledge_plugins.propagations.Propagations method)
(angr.procedures.definitions.SimCppLibrary method)
(angr.procedures.definitions.SimLibrary method)
(angr.procedures.definitions.SimSyscallLibrary method)
(angr.state_plugins.filesystem.SimConcreteFilesystem method)
(angr.state_plugins.filesystem.SimFilesystem method)
(angr.state_plugins.filesystem.SimMount method)
(angr.state_plugins.globals.SimStateGlobals method)
(angr.state_plugins.posix.PosixDevFS method)
(angr.state_plugins.posix.PosixProcFS method)
(angr.state_plugins.view.SimRegNameView method)
(angr.utils.mp.Initializer class method)
(cle.backends.elf.hashtable.ELFHashTable method)
(cle.backends.elf.hashtable.GNUHashTable method)
(pyvex.lifting.util.instr_helper.Instruction method)
get_abstract_locations() (angr.storage.memory_mixins.regioned_memory.region_meta_mixin.MemoryRegionMetaMixin method)
get_addr() (angr.annocfg.AnnotatedCFG method)
(cle.backends.tls.elf_tls.ELFTLSObject method)
(cle.backends.tls.elfcore_tls.ELFCoreThread method)
get_addr_of_native_method() (angr.simos.javavm.SimJavaVM method)
get_all_definitions() (in module angr.analyses.reaching_definitions)
get_all_nodes() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.vfg.VFG method)
(angr.analyses.vsa_ddg.VSA_DDG method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_all_patches() (angr.knowledge_plugins.patches.PatchManager method)
get_all_predecessors() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_all_successors() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_all_variables() (angr.keyed_region.KeyedRegion method)
get_alloc_depth() (angr.state_plugins.uc_manager.SimUCManager method)
get_any_node() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.vfg.VFG method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_arg_info() (angr.calling_conventions.SimCC method)
get_args() (angr.calling_conventions.SimCC method)
get_ast_subexprs() (in module angr.analyses.decompiler.utils)
get_base_addr() (angr.keyed_region.KeyedRegion method)
get_base_register() (archinfo.Arch method)
(archinfo.arch.Arch method)
get_basic_info() (in module angr.flirt.build_sig)
get_bit() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
get_bits() (in module ailment.utils)
get_block() (angr.knowledge_plugins.functions.function.Function method)
get_block_size() (angr.knowledge_plugins.functions.function.Function method)
get_branching_nodes() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_by_addr() (angr.knowledge_plugins.functions.function_manager.FunctionManager method)
get_byte() (angr.state_plugins.trace_additions.ChallRespInfo static method)
(claripy.ast.bv.BV method)
get_bytes() (claripy.ast.bv.BV method)
get_call_args() (angr.analyses.identifier.identify.Identifier method)
get_call_return() (angr.knowledge_plugins.functions.function.Function method)
get_call_sites() (angr.knowledge_plugins.functions.function.Function method)
get_call_stack_suffix() (angr.analyses.cfg.cfg_job_base.CFGJobBase method)
get_call_target() (angr.knowledge_plugins.functions.function.Function method)
get_callbacks() (cle.Apk method)
(cle.backends.Apk method)
(cle.backends.java.apk.Apk method)
get_cc() (angr.knowledge_plugins.callsite_prototypes.CallsitePrototypes method)
get_class() (angr.state_plugins.javavm_classloader.SimJavaVmClassloader method)
get_class_hierarchy() (angr.state_plugins.javavm_classloader.SimJavaVmClassloader method)
get_cmd_line_args() (angr.simos.javavm.SimJavaVM static method)
get_concrete_state() (angr.analyses.variable_recovery.variable_recovery.VariableRecoveryState method)
get_cpp_function_name() (in module angr.utils.library)
get_data_dep() (angr.analyses.data_dep.data_dependency_analysis.DataDependencyGraphAnalysis method)
get_data_references() (angr.knowledge_plugins.cfg.cfg_node.CFGNode method)
get_data_size() (angr.state_plugins.heap.heap_freelist.Chunk method)
(angr.state_plugins.heap.heap_ptmalloc.PTChunk method)
get_dbinfo() (angr.angrdb.db.AngrDB method)
get_default_optimization_passes() (in module angr.analyses.decompiler.optimization_passes)
get_default_reg_value() (archinfo.Arch method)
(archinfo.arch.Arch method)
get_default_value_by_type() (angr.simos.javavm.SimJavaVM static method)
get_definitions() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_definitions_from_atoms() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_dependants() (angr.analyses.cdg.CDG method)
get_element() (angr.analyses.decompiler.structured_codegen.base.PositionMapping method)
get_enum_from_int() (in module pyvex.enums)
get_exit_stmt_idx() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_expr_depth() (angr.state_plugins.trace_additions.ZenPlugin method)
get_fd() (angr.state_plugins.posix.SimSystemPosix method)
get_flag_bytes() (angr.state_plugins.trace_additions.ZenPlugin method)
get_flag_rand_args() (angr.state_plugins.trace_additions.ZenPlugin static method)
get_footprint() (angr.calling_conventions.SimArrayArg method)
(angr.calling_conventions.SimComboArg method)
(angr.calling_conventions.SimFunctionArgument method)
(angr.calling_conventions.SimReferenceArgument method)
(angr.calling_conventions.SimRegArg method)
(angr.calling_conventions.SimStackArg method)
(angr.calling_conventions.SimStructArg method)
get_func_addr_from_addr() (angr.knowledge_plugins.sync.sync_controller.SyncController method)
get_func_info() (angr.analyses.identifier.identify.Identifier method)
get_function_diff() (angr.analyses.bindiff.BinDiff method)
get_function_manager() (angr.knowledge_plugins.variables.variable_manager.VariableManager method)
get_function_name() (in module angr.utils.library)
get_function_subgraph() (angr.analyses.cfg.cfg_emulated.CFGEmulated method)
get_global_variables() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
get_guardians() (angr.analyses.cdg.CDG method)
get_heap_definitions() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_heap_offset() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState static method)
get_host_arch() (in module archinfo)
(in module archinfo.arch)
get_implementers() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
get_info() (angr.angrdb.db.AngrDB static method)
get_instance() (pyvex.expr.Const static method)
(pyvex.expr.RdTmp static method)
get_int_from_enum() (in module pyvex.enums)
get_irsb_at() (angr.analyses.datagraph_meta.DataGraphMeta method)
get_knowledge() (angr.knowledge_base.knowledge_base.KnowledgeBase method)
get_last_statement() (angr.analyses.decompiler.condition_processor.ConditionProcessor class method)
get_last_statement_index() (angr.annocfg.AnnotatedCFG method)
get_last_statements() (angr.analyses.decompiler.condition_processor.ConditionProcessor class method)
get_loader_symbolic_constraints() (cle.Loader method)
(cle.loader.Loader method)
get_loop_back_edges() (angr.analyses.cfg.cfg_base.CFGBase method)
get_loops() (angr.annocfg.AnnotatedCFG method)
get_manifest() (cle.backends.Jar method)
(cle.backends.java.jar.Jar method)
(cle.Jar method)
get_max_sinkhole() (angr.state_plugins.cgc.SimStateCGC method)
get_memory_definitions() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_method_native_type() (angr.simos.javavm.SimJavaVM method)
get_mmaped_data() (in module cle.utils)
get_model() (angr.knowledge_plugins.key_definitions.key_definition_manager.KeyDefinitionManager method)
get_most_accurate() (angr.knowledge_plugins.cfg.cfg_manager.CFGManager method)
get_mountpoint() (angr.state_plugins.filesystem.SimFilesystem method)
get_msb() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
get_native_cc() (angr.simos.javavm.SimJavaVM method)
get_native_type() (angr.simos.javavm.SimJavaVM method)
get_nearest_pos() (angr.analyses.decompiler.structured_codegen.base.InstructionMapping method)
get_new_uuid() (angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin.JavaVmMemoryMixin static method)
get_node() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.decompiler.structured_codegen.base.PositionMapping method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
(angr.knowledge_plugins.functions.function.Function method)
get_normalized_block() (angr.analyses.bindiff.FunctionDiff static method)
get_objects_by_offset() (angr.keyed_region.KeyedRegion method)
get_op_format_from_const_ty() (in module pyvex.lifting.util.vex_helper)
get_op_retty() (in module pyvex.expr)
get_optimization_passes() (in module angr.analyses.decompiler.optimization_passes)
get_patch() (angr.knowledge_plugins.patches.PatchManager method)
get_phi_subvariables() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
get_phi_variables() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
get_plugin() (angr.knowledge_base.knowledge_base.KnowledgeBase method)
(angr.misc.plugins.PluginHub method)
(angr.sim_state.SimState method)
get_possible_len() (angr.state_plugins.trace_additions.ChallRespInfo method)
get_post_dominators() (angr.analyses.cdg.CDG method)
get_predecessors() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.ddg.DDG method)
(angr.analyses.vsa_ddg.VSA_DDG method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_predecessors_and_jumpkind() (angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_predecessors_and_jumpkinds() (angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_prototype() (angr.knowledge_plugins.callsite_prototypes.CallsitePrototypes method)
(angr.procedures.definitions.SimCppLibrary method)
(angr.procedures.definitions.SimLibrary method)
(angr.procedures.definitions.SimSyscallLibrary method)
get_prototype_type() (angr.knowledge_plugins.callsite_prototypes.CallsitePrototypes method)
get_pseudo_addr() (cle.backends.externs.ExternObject method)
(cle.ExternObject method)
get_rdt_width() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
get_reaching_definitions() (angr.analyses.reaching_definitions.reaching_definitions.ReachingDefinitionsAnalysis method)
get_reaching_definitions_by_insn() (angr.analyses.reaching_definitions.reaching_definitions.ReachingDefinitionsAnalysis method)
get_reaching_definitions_by_node() (angr.analyses.reaching_definitions.reaching_definitions.ReachingDefinitionsAnalysis method)
get_real_address_if_arm() (in module archinfo.arch_arm)
get_real_len() (angr.state_plugins.trace_additions.ChallRespInfo method)
get_recent_bbl_addrs() (angr.state_plugins.unicorn_engine.Unicorn method)
get_recent_n() (angr.exploration_techniques.spiller.PickledStatesDb method)
get_ref() (angr.state_hierarchy.StateHierarchy method)
get_reg() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
get_reg_name() (angr.analyses.identifier.identify.Identifier static method)
get_register_by_name() (archinfo.Arch method)
(archinfo.arch.Arch method)
get_register_definitions() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_register_offset() (archinfo.Arch method)
(archinfo.arch.Arch method)
get_regs() (angr.state_plugins.unicorn_engine.Unicorn method)
get_relocation() (in module cle.backends.elf.relocation)
(in module cle.backends.pe.relocation)
get_run() (angr.annocfg.AnnotatedCFG method)
get_same_length_constraints() (angr.state_plugins.trace_additions.ChallRespInfo method)
get_section_by_name() (cle.backends.macho.macho.MachOSegment method)
(cle.backends.macho.segment.MachOSegment method)
get_segment_by_name() (cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.MachO method)
get_segment_register_name() (angr.simos.linux.SimLinux method)
(angr.simos.windows.SimWindows method)
get_si() (claripy.vsa.valueset.ValueSet method)
get_size() (angr.state_plugins.heap.heap_freelist.Chunk method)
(angr.state_plugins.heap.heap_ptmalloc.PTChunk method)
get_smtlib_script_satisfiability() (claripy.frontend_mixins.smtlib_script_dumper_mixin.SMTLibScriptDumperMixin method)
get_soot_class() (cle.backends.java.soot.Soot method)
(cle.backends.Soot method)
(cle.Soot method)
get_soot_method() (cle.backends.java.soot.Soot method)
(cle.backends.Soot method)
(cle.Soot method)
get_sp() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_stack_address() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_stack_definitions() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_stack_offset() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions static method)
get_stdin_indices() (angr.state_plugins.trace_additions.ChallRespInfo method)
get_stdout_indices() (angr.state_plugins.trace_additions.ChallRespInfo method)
get_stop_details() (angr.state_plugins.unicorn_engine.Unicorn method)
get_stop_msg() (angr.state_plugins.unicorn_engine.STOP static method)
get_string() (cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.MachO method)
get_strings() (cle.backends.binja.BinjaBin method)
get_struct() (cle.backends.macho.structs.DyldImportStruct static method)
get_structurer_option() (in module angr.analyses.decompiler.decompilation_options)
get_stub() (angr.procedures.definitions.SimCppLibrary method)
(angr.procedures.definitions.SimLibrary method)
(angr.procedures.definitions.SimSyscallLibrary method)
get_sub_classes() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
get_sub_classes_including() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
get_sub_interfaces() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
get_sub_interfaces_including() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
get_subgraph() (angr.analyses.cfg.cfg_emulated.CFGEmulated method)
get_successors() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_successors_and_jumpkind() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_successors_and_jumpkinds() (angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
get_super_classes() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
get_super_classes_including() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
get_superclass() (angr.state_plugins.javavm_classloader.SimJavaVmClassloader method)
get_symbol() (cle.Backend method)
(cle.backends.Backend method)
(cle.backends.backend.Backend method)
(cle.backends.ELF method)
(cle.backends.elf.ELF method)
(cle.backends.elf.elf.ELF method)
(cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.backends.PE method)
(cle.backends.pe.PE method)
(cle.backends.pe.pe.PE method)
(cle.ELF method)
(cle.MachO method)
(cle.PE method)
get_symbol_addr() (cle.backends.binja.BinjaBin method)
get_symbol_by_address_fuzzy() (cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.MachO method)
get_symbol_by_insertion_order() (cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.MachO method)
get_symbolic_addrs() (angr.storage.memory_mixins.convenient_mappings_mixin.ConvenientMappingsMixin method)
get_tag_size() (in module pyvex.const)
get_targets() (angr.annocfg.AnnotatedCFG method)
get_text_offset() (in module cle.utils)
get_thread_registers_by_id() (cle.backends.Minidump method)
(cle.backends.minidump.Minidump method)
(cle.Minidump method)
get_tls_data_addr() (cle.backends.tls.minidump_tls.MinidumpThread method)
(cle.backends.tls.pe_tls.PETLSObject method)
get_tmp_definitions() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_topological_order() (angr.analyses.cfg.cfg_emulated.CFGEmulated method)
get_type() (angr.state_plugins.trace_additions.FormatInfo method)
(angr.state_plugins.trace_additions.FormatInfoDontConstrain method)
(angr.state_plugins.trace_additions.FormatInfoIntToStr method)
(angr.state_plugins.trace_additions.FormatInfoStrToInt method)
(pyvex.lifting.util.vex_helper.IRSBCustomizer method)
get_type_size() (in module pyvex.const)
get_type_spec_size() (in module pyvex.const)
get_type_variable() (angr.analyses.typehoon.typevars.TypeVariables method)
get_unconstrained_simprocedure() (angr.engines.soot.engine.SootMixin method)
get_unique_label() (angr.knowledge_plugins.labels.Labels method)
get_unique_strings() (in module angr.flirt.build_sig)
get_unique_symbol_name() (angr.analyses.reassembler.SymbolManager method)
get_uses() (angr.knowledge_plugins.key_definitions.uses.Uses method)
get_uses_by_insaddr() (angr.knowledge_plugins.key_definitions.uses.Uses method)
get_uses_by_location() (angr.knowledge_plugins.key_definitions.uses.Uses method)
get_uses_with_expr() (angr.knowledge_plugins.key_definitions.uses.Uses method)
get_value() (angr.calling_conventions.SimArrayArg method)
(angr.calling_conventions.SimComboArg method)
(angr.calling_conventions.SimFunctionArgument method)
(angr.calling_conventions.SimLyingRegArg method)
(angr.calling_conventions.SimReferenceArgument method)
(angr.calling_conventions.SimRegArg method)
(angr.calling_conventions.SimStackArg method)
(angr.calling_conventions.SimStructArg method)
get_value_from_atom() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_value_from_definition() (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
get_variable() (angr.analyses.decompiler.optimization_passes.engine_base.SimplifierAILState method)
(angr.state_plugins.debug_variables.SimDebugVariablePlugin method)
get_variable_accesses() (angr.knowledge_plugins.variables.variable_manager.VariableManager method)
(angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
get_variable_definitions() (angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryBase method)
(angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase method)
get_variable_type() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
get_variables() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
(angr.state_plugins.solver.SimSolver method)
get_variables_by_offset() (angr.keyed_region.KeyedRegion method)
get_version() (in module claripy.backends.backend_smtlib_solvers.abc_popen)
(in module claripy.backends.backend_smtlib_solvers.cvc4_popen)
(in module claripy.backends.backend_smtlib_solvers.z3_popen)
(in module claripy.backends.backend_smtlib_solvers.z3str_popen)
get_vex_log() (pyvex.lifting.libvex.LibVEXLifter static method)
get_whitelisted_statements() (angr.annocfg.AnnotatedCFG method)
get_xrefs_by_dst() (angr.knowledge_plugins.xrefs.xref_manager.XRefManager method)
get_xrefs_by_dst_region() (angr.knowledge_plugins.xrefs.xref_manager.XRefManager method)
get_xrefs_by_ins_addr() (angr.knowledge_plugins.xrefs.xref_manager.XRefManager method)
get_xrefs_by_ins_addr_region() (angr.knowledge_plugins.xrefs.xref_manager.XRefManager method)
GetI (class in pyvex.expr)
getpiece() (angr.analyses.disassembly.DisassemblyPiece method)
getstate() (angr.calling_conventions.ArgSession method)
(angr.calling_conventions.SerializableCounter method)
(angr.calling_conventions.SerializableIterator method)
(angr.calling_conventions.SerializableListIterator method)
(angr.calling_conventions.SimCC.ArgSession method)
(angr.calling_conventions.UsercallArgSession method)
give_up_on_memory_tracking() (angr.analyses.stack_pointer_tracker.StackPointerTrackerState method)
global_stores (angr.analyses.propagator.propagator.PropagatorAILState attribute)
GlobalDescriptorTable (class in angr.simos.simos)
gnu_hash() (cle.backends.elf.hashtable.GNUHashTable static method)
GNUHashTable (class in cle.backends.elf.hashtable)
got_section_name (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
Goto (class in angr.knowledge_plugins.gotos)
goto() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
Gotos (class in angr.knowledge_plugins.gotos)
GotoSimplifier (class in angr.analyses.decompiler.region_simplifiers.goto)
GOTPLTEntry (angr.knowledge_plugins.cfg.memory_data.MemoryDataSort attribute)
gp (angr.analyses.cfg.cfg_fast.CFGJob attribute)
gp_register_read_hook() (angr.analyses.cfg.indirect_jump_resolvers.jumptable.MIPSGPHook method)
gp_register_write_hook() (angr.analyses.cfg.indirect_jump_resolvers.jumptable.MIPSGPHook method)
gpr_size (angr.analyses.propagator.propagator.PropagatorState attribute)
graph (angr.analyses.cdg.CDG property)
(angr.analyses.cfg.cfg_base.CFGBase property)
(angr.analyses.cfg.cfg_emulated.CFGEmulated property)
(angr.analyses.cfg.cfg_fast.CFGFast property)
(angr.analyses.data_dep.data_dependency_analysis.DataDependencyGraphAnalysis property)
(angr.analyses.ddg.DDG property)
(angr.analyses.decompiler.graph_region.GraphRegion attribute)
(angr.analyses.forward_analysis.forward_analysis.ForwardAnalysis property)
(angr.analyses.reaching_definitions.dep_graph.DepGraph property)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel attribute)
(angr.knowledge_plugins.functions.function.Function property)
graph_ex() (angr.knowledge_plugins.functions.function.Function method)
graph_with_successors (angr.analyses.decompiler.graph_region.GraphRegion attribute)
GraphChangedNotification
GraphRegion (class in angr.analyses.decompiler.graph_region)
GraphVisitor (class in angr.analyses.forward_analysis.visitors.graph)
GSPTR (class in pyvex.expr)
guard (ailment.expression.Load attribute)
(ailment.statement.Store attribute)
(angr.errors.SimError attribute)
(pyvex.stmt.Dirty attribute)
(pyvex.stmt.Exit attribute)
(pyvex.stmt.LoadG attribute)
(pyvex.stmt.StoreG attribute)
GuardUse (class in angr.knowledge_plugins.key_definitions.atoms)
guess_prototype() (angr.calling_conventions.SimCC static method)
(angr.calling_conventions.SimCCSoot static method)
guess_value_type() (in module angr.analyses.decompiler.structured_codegen.c)
GymratLifter (class in pyvex.lifting.util.lifter_helper)
H
half_signature() (in module pyvex.expr)
handle() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CAssignment() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
(angr.analyses.decompiler.structured_codegen.c.MakeTypecastsImplicit class method)
handle_CBinaryOp() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
(angr.analyses.decompiler.structured_codegen.c.MakeTypecastsImplicit class method)
(angr.analyses.decompiler.structured_codegen.c.PointerArithmeticFixer class method)
handle_CDoWhileLoop() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CForLoop() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CFunction() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CFunctionCall() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
(angr.analyses.decompiler.structured_codegen.c.MakeTypecastsImplicit class method)
handle_CGoto() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CIfBreak() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CIfElse() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CIndexedVariable() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CITE() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CReturn() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
(angr.analyses.decompiler.structured_codegen.c.MakeTypecastsImplicit class method)
handle_CStatements() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CSwitchCase() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CTypeCast() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
(angr.analyses.decompiler.structured_codegen.c.FieldReferenceCleanup class method)
(angr.analyses.decompiler.structured_codegen.c.MakeTypecastsImplicit class method)
handle_CUnaryOp() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CVariableField() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_CWhileLoop() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_default() (angr.analyses.decompiler.structured_codegen.c.CStructuredCodeWalker class method)
handle_exception() (angr.simos.simos.SimOS method)
(angr.simos.windows.SimWindows method)
handle_external_function_fallback() (angr.analyses.reaching_definitions.function_handler.FunctionHandler method)
handle_external_function_name() (angr.analyses.reaching_definitions.function_handler.FunctionHandler method)
handle_external_function_symbol() (angr.analyses.reaching_definitions.function_handler.FunctionHandler method)
handle_indirect_call() (angr.analyses.reaching_definitions.function_handler.FunctionHandler method)
handle_local_function() (angr.analyses.calling_convention.DummyFunctionHandler method)
(angr.analyses.find_objects_static.NewFunctionHandler method)
(angr.analyses.reaching_definitions.function_handler.FunctionHandler method)
handle_sigint() (in module claripy.backends.backend_z3)
handle_unknown_call() (angr.analyses.reaching_definitions.function_handler.FunctionHandler method)
handler_addr (cle.backends.backend.ExceptionHandling attribute)
(cle.backends.ExceptionHandling attribute)
(cle.ExceptionHandling attribute)
handles() (claripy.backends.Backend method)
hardcopy (angr.state_plugins.history.TreeIter property)
has_atom() (ailment.BinaryOp method)
(ailment.Expression method)
(ailment.expression.BinaryOp method)
(ailment.expression.Expression method)
(ailment.expression.ITE method)
(ailment.expression.Load method)
(ailment.expression.TernaryOp method)
(ailment.expression.UnaryOp method)
(ailment.UnaryOp method)
HAS_BITSHIFTS (angr.analyses.code_tagging.CodeTags attribute)
has_bitshifts() (angr.analyses.code_tagging.CodeTagging method)
has_blocks (angr.analyses.cfg.segment_list.SegmentList property)
has_default_value (angr.sim_state_options.StateOption property)
has_false() (claripy.backends.Backend method)
(claripy.vsa.bool_result.BoolResult static method)
has_function_manager() (angr.knowledge_plugins.variables.variable_manager.VariableManager method)
has_implementation() (angr.procedures.definitions.SimCppLibrary method)
(angr.procedures.definitions.SimLibrary method)
(angr.procedures.definitions.SimSyscallLibrary method)
has_job() (angr.analyses.forward_analysis.forward_analysis.ForwardAnalysis method)
has_load (angr.analyses.decompiler.region_simplifiers.expr_folding.ExpressionUseFinder attribute)
has_memory (cle.backends.named_region.NamedRegion attribute)
(cle.backends.NamedRegion attribute)
(cle.NamedRegion attribute)
has_memory_dep (angr.state_plugins.unicorn_engine.VEXStmtDetails attribute)
has_metadata() (angr.procedures.definitions.SimCppLibrary method)
(angr.procedures.definitions.SimLibrary method)
(angr.procedures.definitions.SimSyscallLibrary method)
has_model() (angr.knowledge_plugins.key_definitions.key_definition_manager.KeyDefinitionManager method)
has_nonlabel_statements() (in module angr.analyses.decompiler.utils)
has_plugin() (angr.knowledge_base.knowledge_base.KnowledgeBase method)
(angr.misc.plugins.PluginHub method)
(angr.sim_state.SimState method)
has_plugin_preset (angr.misc.plugins.PluginHub property)
has_prototype() (angr.knowledge_plugins.callsite_prototypes.CallsitePrototypes method)
(angr.procedures.definitions.SimCppLibrary method)
(angr.procedures.definitions.SimLibrary method)
(angr.procedures.definitions.SimSyscallLibrary method)
has_remote (angr.knowledge_plugins.sync.sync_controller.SyncController property)
has_return (angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
(angr.knowledge_plugins.functions.function.Function property)
HAS_SQL (angr.analyses.code_tagging.CodeTags attribute)
has_sql() (angr.analyses.code_tagging.CodeTagging method)
has_statements (pyvex.block.IRSB property)
has_store() (angr.analyses.decompiler.region_simplifiers.expr_folding.StoreStatementFinder method)
has_super_class() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
has_symbolic_exit (angr.state_plugins.unicorn_engine.BlockDetails attribute)
has_tmpexpr() (angr.analyses.propagator.engine_ail.SimEnginePropagatorAIL static method)
has_true() (claripy.backends.Backend method)
(claripy.vsa.bool_result.BoolResult static method)
has_type_variable_for() (angr.analyses.typehoon.typevars.TypeVariables method)
has_unresolved_calls (angr.knowledge_plugins.functions.function.Function property)
has_unresolved_jumps (angr.knowledge_plugins.functions.function.Function property)
HAS_XOR (angr.analyses.code_tagging.CodeTags attribute)
has_xor() (angr.analyses.code_tagging.CodeTagging method)
HasCallNotification
HasField (class in angr.analyses.typehoon.typevars)
HasNext (angr.analyses.loop_analysis.VariableTypes attribute)
head (angr.analyses.decompiler.graph_region.GraphRegion attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.IncompleteSwitchCaseNode attribute)
head_offset (cle.backends.tls.elf_tls.ELFTLSObjectV1 attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV2 attribute)
head_offsets (archinfo.tls.TLSArchInfo attribute)
heap_address() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
heap_allocator (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState attribute)
heap_definitions (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState property)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions attribute)
heap_uses (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState property)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions attribute)
HeapAddress (class in angr.knowledge_plugins.key_definitions.heap_address)
HeapAllocator (class in angr.analyses.reaching_definitions.heap_allocator)
height() (angr.analyses.disassembly.Comment method)
(angr.analyses.disassembly.DisassemblyPiece method)
(angr.analyses.disassembly.FunctionStart method)
HelperStruct (class in cle.backends.macho.structs)
Hex (class in cle)
(class in cle.backends)
(class in cle.backends.ihex)
hex_dump() (angr.storage.memory_mixins.hex_dumper_mixin.HexDumperMixin method)
HexDumperMixin (class in angr.storage.memory_mixins.hex_dumper_mixin)
high8 (cle.backends.macho.structs.dyld_chained_ptr_64_rebase attribute)
highbit() (claripy.vsa.strided_interval.StridedInterval static method)
highlight() (angr.analyses.disassembly.DisassemblyPiece method)
history (angr.sim_state.SimState attribute)
history_contains() (angr.state_hierarchy.StateHierarchy method)
history_predecessors() (angr.state_hierarchy.StateHierarchy method)
history_successors() (angr.state_hierarchy.StateHierarchy method)
HistoryIter (class in angr.state_plugins.history)
HistoryTrackingMixin (class in angr.storage.memory_mixins.paged_memory.pages.history_tracking_mixin)
Hook (class in angr.analyses.disassembly)
hook() (angr.analyses.cfg.indirect_jump_resolvers.jumptable.PutHook static method)
(angr.analyses.cfg.indirect_jump_resolvers.jumptable.RegisterInitializerHook method)
(angr.analyses.cfg.indirect_jump_resolvers.jumptable.StoreHook static method)
(angr.analyses.find_objects_static.NewFunctionHandler method)
(angr.analyses.reaching_definitions.function_handler.FunctionHandler method)
(angr.project.Project method)
(angr.state_plugins.unicorn_engine.Unicorn method)
hook_add() (angr.state_plugins.unicorn_engine.Uniwrapper method)
hook_after() (angr.analyses.cfg.indirect_jump_resolvers.jumptable.LoadHook method)
hook_before() (angr.analyses.cfg.indirect_jump_resolvers.jumptable.LoadHook method)
hook_del() (angr.state_plugins.unicorn_engine.Uniwrapper method)
hook_reset() (angr.state_plugins.unicorn_engine.Uniwrapper method)
hook_symbol() (angr.project.Project method)
hooked_by() (angr.project.Project method)
HookNode (class in angr.codenode)
HooksMixin (class in angr.engines.hook)
HybridFrontend (class in claripy.frontends.hybrid_frontend)
I
id (angr.angrdb.models.DbCFGModel attribute)
(angr.angrdb.models.DbComment attribute)
(angr.angrdb.models.DbFunction attribute)
(angr.angrdb.models.DbInformation attribute)
(angr.angrdb.models.DbKnowledgeBase attribute)
(angr.angrdb.models.DbLabel attribute)
(angr.angrdb.models.DbObject attribute)
(angr.angrdb.models.DbStructuredCode attribute)
(angr.angrdb.models.DbVariableCollection attribute)
(angr.angrdb.models.DbXRefs attribute)
(angr.exploration_techniques.spiller_db.PickledState attribute)
ida_processor (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchX86 attribute)
ident (angr.analyses.disassembly.DisassemblyPiece attribute)
(angr.analyses.disassembly.OperandPiece attribute)
(angr.angrdb.models.DbCFGModel attribute)
(angr.angrdb.models.DbVariableCollection attribute)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel attribute)
(angr.sim_variable.SimVariable attribute)
identical() (claripy.backends.Backend method)
(claripy.vsa.bool_result.BoolResult method)
(claripy.vsa.bool_result.FalseResult method)
(claripy.vsa.bool_result.MaybeResult method)
(claripy.vsa.bool_result.TrueResult method)
(claripy.vsa.strided_interval.StridedInterval method)
(claripy.vsa.valueset.ValueSet method)
identical_blocks (angr.analyses.bindiff.BinDiff property)
(angr.analyses.bindiff.FunctionDiff property)
identical_functions (angr.analyses.bindiff.BinDiff property)
Identifier (class in angr.analyses.identifier.identify)
identify_func() (angr.analyses.identifier.identify.Identifier method)
idx (ailment.Block attribute)
(ailment.block.Block attribute)
(ailment.tagged_object.TaggedObject attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.CodeNode property)
(angr.analyses.decompiler.structuring.structurer_nodes.MultiNode attribute)
(angr.analyses.typehoon.typevars.TypeVariable attribute)
ieee_float_128 (pyvex.lifting.util.vex_helper.Type attribute)
ieee_float_16 (pyvex.lifting.util.vex_helper.Type attribute)
ieee_float_32 (pyvex.lifting.util.vex_helper.Type attribute)
ieee_float_64 (pyvex.lifting.util.vex_helper.Type attribute)
If() (claripy.backends.backend_vsa.BackendVSA method)
(in module claripy.ast.bool)
(in module claripy.bv)
if_simplifier() (claripy.simplifications.SimplificationManager static method)
IfElseFlattener (class in angr.analyses.decompiler.region_simplifiers.ifelse)
iffalse (ailment.expression.ITE attribute)
(angr.analyses.decompiler.structured_codegen.c.CITE attribute)
(pyvex.expr.ITE attribute)
IfSimplifier (class in angr.analyses.decompiler.region_simplifiers.if_)
iftrue (ailment.expression.ITE attribute)
(angr.analyses.decompiler.structured_codegen.c.CITE attribute)
(pyvex.expr.ITE attribute)
igcd() (claripy.vsa.strided_interval.StridedInterval static method)
image_base_delta (cle.Backend property)
(cle.backends.Backend property)
(cle.backends.backend.Backend property)
IMAGE_REL_BASED_ABSOLUTE (class in cle.backends.pe.relocation.generic)
IMAGE_REL_BASED_ARM_MOV32 (class in cle.backends.pe.relocation.arm)
IMAGE_REL_BASED_DIR64 (class in cle.backends.pe.relocation.amd64)
(class in cle.backends.pe.relocation.arm)
(class in cle.backends.pe.relocation.generic)
(class in cle.backends.pe.relocation.i386)
(class in cle.backends.pe.relocation.mips)
(class in cle.backends.pe.relocation.riscv)
IMAGE_REL_BASED_HIGH (class in cle.backends.pe.relocation.amd64)
(class in cle.backends.pe.relocation.arm)
(class in cle.backends.pe.relocation.generic)
(class in cle.backends.pe.relocation.i386)
(class in cle.backends.pe.relocation.mips)
(class in cle.backends.pe.relocation.riscv)
IMAGE_REL_BASED_HIGHADJ (class in cle.backends.pe.relocation.amd64)
(class in cle.backends.pe.relocation.arm)
(class in cle.backends.pe.relocation.generic)
(class in cle.backends.pe.relocation.i386)
(class in cle.backends.pe.relocation.mips)
(class in cle.backends.pe.relocation.riscv)
IMAGE_REL_BASED_HIGHLOW (class in cle.backends.pe.relocation.amd64)
(class in cle.backends.pe.relocation.arm)
(class in cle.backends.pe.relocation.generic)
(class in cle.backends.pe.relocation.i386)
(class in cle.backends.pe.relocation.mips)
(class in cle.backends.pe.relocation.riscv)
IMAGE_REL_BASED_LOW (class in cle.backends.pe.relocation.amd64)
(class in cle.backends.pe.relocation.arm)
(class in cle.backends.pe.relocation.generic)
(class in cle.backends.pe.relocation.i386)
(class in cle.backends.pe.relocation.mips)
(class in cle.backends.pe.relocation.riscv)
IMAGE_REL_BASED_MIPS_JMPADDR (class in cle.backends.pe.relocation.mips)
IMAGE_REL_BASED_MIPS_JMPADDR16 (class in cle.backends.pe.relocation.mips)
IMAGE_REL_BASED_RISCV_HIGH20 (class in cle.backends.pe.relocation.riscv)
IMAGE_REL_BASED_RISCV_LOW12I (class in cle.backends.pe.relocation.riscv)
IMAGE_REL_BASED_RISCV_LOW12S (class in cle.backends.pe.relocation.riscv)
IMAGE_REL_BASED_THUMB_MOV32 (class in cle.backends.pe.relocation.arm)
IMark (class in pyvex.stmt)
imark() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
immediate_dominators() (angr.analyses.cfg.cfg_emulated.CFGEmulated method)
immediate_postdominators() (angr.analyses.cfg.cfg_emulated.CFGEmulated method)
import_binsync() (in module angr.knowledge_plugins.sync.sync_controller)
ImportedLine (class in angr.analyses.decompiler.structured_codegen.dwarf_import)
imports (cle.BackedCGC attribute)
(cle.backends.Apk attribute)
(cle.backends.BackedCGC attribute)
(cle.backends.Backend attribute)
(cle.backends.backend.Backend attribute)
(cle.backends.binja.BinjaBin attribute)
(cle.backends.Blob attribute)
(cle.backends.blob.Blob attribute)
(cle.backends.CGC attribute)
(cle.backends.cgc.BackedCGC attribute)
(cle.backends.cgc.backedcgc.BackedCGC attribute)
(cle.backends.cgc.CGC attribute)
(cle.backends.cgc.cgc.CGC attribute)
(cle.backends.ELF attribute)
(cle.backends.elf.ELF attribute)
(cle.backends.elf.elf.ELF attribute)
(cle.backends.elf.ELFCore attribute)
(cle.backends.elf.elfcore.ELFCore attribute)
(cle.backends.elf.MetaELF attribute)
(cle.backends.elf.metaelf.MetaELF attribute)
(cle.backends.ELFCore attribute)
(cle.backends.externs.ExternObject attribute)
(cle.backends.externs.KernelObject attribute)
(cle.backends.Hex attribute)
(cle.backends.ihex.Hex attribute)
(cle.backends.Jar attribute)
(cle.backends.java.apk.Apk attribute)
(cle.backends.java.jar.Jar attribute)
(cle.backends.java.soot.Soot attribute)
(cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.backends.MetaELF attribute)
(cle.backends.Minidump attribute)
(cle.backends.minidump.Minidump attribute)
(cle.backends.named_region.NamedRegion attribute)
(cle.backends.NamedRegion attribute)
(cle.backends.PE attribute)
(cle.backends.pe.PE attribute)
(cle.backends.pe.pe.PE attribute)
(cle.backends.Soot attribute)
(cle.backends.static_archive.StaticArchive attribute)
(cle.backends.StaticArchive attribute)
(cle.backends.tls.elf_tls.ELFTLSObject attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV1 attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV2 attribute)
(cle.backends.tls.pe_tls.PETLSObject attribute)
(cle.backends.tls.tls_object.TLSObject attribute)
(cle.backends.tls.TLSObject attribute)
(cle.backends.XBE attribute)
(cle.backends.xbe.XBE attribute)
(cle.Blob attribute)
(cle.ELFCore attribute)
(cle.ExternObject attribute)
(cle.Hex attribute)
(cle.Jar attribute)
(cle.KernelObject attribute)
(cle.MetaELF attribute)
(cle.Minidump attribute)
(cle.NamedRegion attribute)
(cle.Soot attribute)
(cle.StaticArchive attribute)
(cle.TLSObject attribute)
imports_count (cle.backends.macho.structs.dyld_chained_fixups_header attribute)
imports_format (cle.backends.macho.structs.dyld_chained_fixups_header attribute)
imports_offset (cle.backends.macho.structs.dyld_chained_fixups_header attribute)
ImportSourceCode (class in angr.analyses.decompiler.structured_codegen.dwarf_import)
in_which_segment() (cle.backends.binja.BinjaBin method)
(cle.backends.Blob method)
(cle.backends.blob.Blob method)
(cle.Blob method)
inc_active_workers() (angr.distributed.server.Server method)
includes() (angr.keyed_region.RegionObject method)
(angr.storage.memory_object.SimMemoryObject method)
includes_function() (angr.analyses.reaching_definitions.call_trace.CallTrace method)
IncompleteSwitchCaseHeadStatement (class in angr.analyses.decompiler.structuring.structurer_nodes)
IncompleteSwitchCaseNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
inconsistent (angr.analyses.stack_pointer_tracker.StackPointerTracker property)
inconsistent_for() (angr.analyses.stack_pointer_tracker.StackPointerTracker method)
indent_str() (angr.analyses.decompiler.structured_codegen.c.CConstruct static method)
independent_constraints() (claripy.frontends.constrained_frontend.ConstrainedFrontend method)
index (angr.utils.graph.ContainerNode attribute)
(pyvex.expr.GetI property)
indexOf() (claripy.ast.strings.String method)
indirect_jumps (angr.analyses.cfg.cfg_fast.CFGFast attribute)
(angr.analyses.cfg.cfg_fast_soot.CFGFastSoot attribute)
IndirectJump (class in angr.knowledge_plugins.cfg.indirect_jump)
IndirectJumpResolver (class in angr.analyses.cfg.indirect_jump_resolvers.resolver)
IndirectJumps (class in angr.knowledge_plugins.indirect_jumps)
IndirectJumpType (class in angr.knowledge_plugins.cfg.indirect_jump)
info (angr.code_location.CodeLocation attribute)
(angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
init_checker() (in module angr.knowledge_plugins.sync.sync_controller)
init_class() (angr.state_plugins.javavm_classloader.SimJavaVmClassloader method)
init_hierarchy() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
init_state() (angr.state_plugins.heap.heap_base.SimHeapBase method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
(angr.state_plugins.history.SimStateHistory method)
(angr.state_plugins.plugin.SimStatePlugin method)
(angr.state_plugins.posix.SimSystemPosix method)
(angr.state_plugins.symbolizer.SimSymbolizer method)
init_static_field() (angr.simos.javavm.SimJavaVM static method)
initial_register_values() (cle.Backend method)
(cle.backends.Backend method)
(cle.backends.backend.Backend method)
initial_sp (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
INITIAL_SP_32BIT (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions attribute)
INITIAL_SP_64BIT (angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions attribute)
initialization_image() (cle.backends.tls.ThreadManager static method)
(cle.backends.tls.tls_object.ThreadManager static method)
(cle.ThreadManager static method)
InitializationFinder (class in angr.analyses.init_finder)
initialize() (angr.storage.pcap.PCAP method)
(angr.utils.mp.Initializer method)
initialize_dominance_frontiers() (angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryBase method)
initialize_gdt_x86() (angr.simos.linux.SimLinux method)
(angr.simos.windows.SimWindows method)
initialize_segment_register_x64() (angr.simos.linux.SimLinux method)
(angr.simos.windows.SimWindows method)
initialize_tags() (ailment.tagged_object.TaggedObject method)
initialize_variable_names() (angr.knowledge_plugins.variables.variable_manager.VariableManager method)
initialized_classes (angr.state_plugins.javavm_classloader.SimJavaVmClassloader property)
initializer (angr.analyses.decompiler.structured_codegen.c.CForLoop attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.LoopNode attribute)
Initializer (class in angr.utils.mp)
initializers (cle.Backend property)
(cle.backends.Backend property)
(cle.backends.backend.Backend property)
(cle.backends.ELF property)
(cle.backends.elf.ELF property)
(cle.backends.elf.elf.ELF property)
(cle.ELF property)
(cle.Loader property)
(cle.loader.Loader property)
InitialValueTag (class in angr.knowledge_plugins.key_definitions.tag)
inline_call() (angr.sim_procedure.SimProcedure method)
inner_step() (angr.exploration_techniques.threading.Threading method)
input_state (angr.knowledge_plugins.cfg.cfg_node.CFGENode attribute)
input_variables() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
ins_addr (ailment.Manager property)
(ailment.manager.Manager property)
(ailment.statement.Label attribute)
(angr.analyses.cfg.cfg_fast.FunctionEdge attribute)
(angr.analyses.decompiler.structured_codegen.base.InstructionMappingElement attribute)
(angr.analyses.decompiler.structured_codegen.c.CLabel attribute)
(angr.code_location.CodeLocation attribute)
(angr.errors.SimError attribute)
(angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
(angr.knowledge_plugins.xrefs.xref.XRef attribute)
(pyvex.data_ref.DataRef attribute)
ins_addrs (angr.state_plugins.history.SimStateHistory property)
insert() (angr.state_plugins.filesystem.SimConcreteFilesystem method)
(angr.state_plugins.filesystem.SimFilesystem method)
(angr.state_plugins.filesystem.SimMount method)
(angr.state_plugins.posix.PosixDevFS method)
(angr.state_plugins.posix.PosixProcFS method)
insert_annotation() (claripy.ast.base.Base method)
insert_annotations() (claripy.ast.base.Base method)
insert_asm() (angr.analyses.reassembler.Reassembler method)
insert_node() (angr.analyses.decompiler.structuring.structurer_nodes.SequenceNode method)
(in module angr.analyses.decompiler.utils)
inserted_asm_after_label (angr.analyses.reassembler.Reassembler property)
inserted_asm_before_label (angr.analyses.reassembler.Reassembler property)
insn (angr.block.CapstoneInsn attribute)
insn_addr_to_memory_data (angr.analyses.cfg.cfg_fast.CFGFast property)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel attribute)
insn_observe() (angr.analyses.reaching_definitions.reaching_definitions.ReachingDefinitionsAnalysis method)
insn_op_idx (angr.knowledge_plugins.xrefs.xref.XRef attribute)
insn_op_type (angr.knowledge_plugins.xrefs.xref.XRef attribute)
insns (angr.block.DisassemblerBlock attribute)
inspect (angr.sim_state.SimState attribute)
InspectMixinHigh (class in angr.storage.memory_mixins.clouseau_mixin)
instrs (pyvex.lifting.util.lifter_helper.GymratLifter attribute)
Instruction (class in angr.analyses.disassembly)
(class in angr.analyses.reassembler)
(class in pyvex.lifting.util.instr_helper)
instruction_addresses (pyvex.block.IRSB property)
instruction_addresses() (angr.analyses.reassembler.BasicBlock method)
(angr.analyses.reassembler.Procedure method)
instruction_addrs (angr.block.Block property)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
instruction_alignment (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_avr.ArchAVR8 attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchAVR8 attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
instruction_endness (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.ArchAArch64 attribute)
instruction_size() (angr.knowledge_plugins.functions.function.Function method)
InstructionError
InstructionMapping (class in angr.analyses.decompiler.structured_codegen.base)
InstructionMappingElement (class in angr.analyses.decompiler.structured_codegen.base)
instructions (angr.analyses.reassembler.Reassembler property)
(angr.block.Block property)
(pyvex.block.IRSB property)
Int (class in angr.analyses.typehoon.typeconsts)
(class in claripy.ast.int)
Int1 (class in angr.analyses.typehoon.typeconsts)
Int128 (class in angr.analyses.typehoon.typeconsts)
Int16 (class in angr.analyses.typehoon.typeconsts)
int2base() (in module angr.state_plugins.trace_additions)
Int32 (class in angr.analyses.typehoon.typeconsts)
Int64 (class in angr.analyses.typehoon.typeconsts)
Int8 (class in angr.analyses.typehoon.typeconsts)
int_args (angr.calling_conventions.SimCC property)
int_iter (angr.calling_conventions.ArgSession attribute)
(angr.calling_conventions.SimCC.ArgSession attribute)
int_len_mod (angr.procedures.stubs.format_parser.FormatParser attribute)
int_sign (angr.procedures.stubs.format_parser.FormatParser attribute)
int_to_str_length_calc() (in module claripy.operations)
int_type() (in module angr.analyses.typehoon.typeconsts)
int_type_for_size() (in module pyvex.expr)
Integer (angr.analyses.proximity_graph.ProxiNodeTypes attribute)
(angr.knowledge_plugins.cfg.memory_data.MemoryDataSort attribute)
IntegerProxiNode (class in angr.analyses.proximity_graph)
internal_objects (angr.keyed_region.RegionObject property)
InternalTLSRelocation (class in cle)
(class in cle.backends.tls)
(class in cle.backends.tls.tls_object)
interpret() (angr.procedures.stubs.format_parser.FormatString method)
intersection() (angr.state_plugins.sim_action_object.SimActionObject method)
(claripy.ast.bool.Bool method)
(claripy.ast.bv.BV method)
(claripy.backends.backend_vsa.BackendVSA method)
(claripy.vsa.discrete_strided_interval_set.DiscreteStridedIntervalSet method)
(claripy.vsa.strided_interval.StridedInterval method)
(claripy.vsa.valueset.ValueSet method)
IntToStr() (claripy.ast.strings.String static method)
(in module claripy.strings)
Invalid (pyvex.lifting.util.vex_helper.JumpKind attribute)
invalidate_direct_next() (pyvex.block.IRSB method)
inverted_idoms() (in module angr.utils.graph)
ip (angr.sim_state.SimState property)
ip_offset (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
IRCallee (class in pyvex.enums)
IRConst (class in pyvex.const)
IRExpr (class in pyvex.expr)
IROp (class in angr.analyses.disassembly)
IRRegArray (class in pyvex.enums)
irsb (angr.analyses.disassembly.IROp attribute)
(angr.engines.UberEngine attribute)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
IRSB (class in pyvex.block)
irsb (pyvex.lifting.lifter.Lifter attribute)
irsb_c (pyvex.lifting.util.instr_helper.Instruction attribute)
irsb_from_node() (angr.analyses.vfg.VFG method)
irsb_postproc_flatten() (in module pyvex.lifting.util.irsb_postprocess)
IRSBConverter (class in ailment)
IRSBCustomizer (class in pyvex.lifting.util.vex_helper)
IRStmt (class in pyvex.stmt)
IRTypeEnv (class in pyvex.block)
is_a_jump_target() (angr.analyses.decompiler.structuring.structurer_base.StructurerBase static method)
is_active (cle.backends.elf.regions.ELFSection property)
is_alignment_mask() (in module angr.utils.constants)
is_alt_entry (cle.backends.macho.symbol.SymbolTableSymbol property)
is_arm (angr.knowledge_plugins.cfg.cfg_model.CFGModel attribute)
is_arm_arch() (in module archinfo.arch_arm)
is_artificial_register() (archinfo.Arch method)
(archinfo.arch.Arch method)
is_base (angr.engines.light.data.SpOffset attribute)
is_base_reloc (cle.backends.pe.relocation.pereloc.PEReloc property)
is_bool_expr() (angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationExprBase static method)
is_bottom (claripy.vsa.strided_interval.StridedInterval property)
is_bounded() (angr.state_plugins.uc_manager.SimUCManager method)
is_bytes (angr.storage.memory_object.SimMemoryObject attribute)
is_class_initialized() (angr.state_plugins.javavm_classloader.SimJavaVmClassloader method)
is_common (cle.backends.macho.symbol.SymbolTableSymbol property)
(cle.backends.Symbol attribute)
(cle.backends.symbol.Symbol attribute)
(cle.Symbol attribute)
is_compatible() (cle.Apk static method)
(cle.BackedCGC static method)
(cle.Backend class method)
(cle.backends.Apk static method)
(cle.backends.BackedCGC static method)
(cle.backends.Backend class method)
(cle.backends.backend.Backend class method)
(cle.backends.binja.BinjaBin static method)
(cle.backends.Blob static method)
(cle.backends.blob.Blob static method)
(cle.backends.CGC static method)
(cle.backends.cgc.BackedCGC static method)
(cle.backends.cgc.backedcgc.BackedCGC static method)
(cle.backends.cgc.CGC static method)
(cle.backends.cgc.cgc.CGC static method)
(cle.backends.ELF static method)
(cle.backends.elf.ELF static method)
(cle.backends.elf.elf.ELF static method)
(cle.backends.elf.ELFCore static method)
(cle.backends.elf.elfcore.ELFCore static method)
(cle.backends.ELFCore static method)
(cle.backends.Hex static method)
(cle.backends.ihex.Hex static method)
(cle.backends.Jar static method)
(cle.backends.java.apk.Apk static method)
(cle.backends.java.jar.Jar static method)
(cle.backends.MachO class method)
(cle.backends.macho.MachO class method)
(cle.backends.macho.macho.MachO class method)
(cle.backends.Minidump static method)
(cle.backends.minidump.Minidump static method)
(cle.backends.named_region.NamedRegion static method)
(cle.backends.NamedRegion static method)
(cle.backends.PE static method)
(cle.backends.pe.PE static method)
(cle.backends.pe.pe.PE static method)
(cle.backends.static_archive.StaticArchive class method)
(cle.backends.StaticArchive class method)
(cle.backends.XBE static method)
(cle.backends.xbe.XBE static method)
(cle.Blob static method)
(cle.CGC static method)
(cle.ELF static method)
(cle.ELFCore static method)
(cle.Hex static method)
(cle.Jar static method)
(cle.MachO class method)
(cle.Minidump static method)
(cle.NamedRegion static method)
(cle.PE static method)
(cle.StaticArchive class method)
(cle.XBE static method)
is_concrete() (angr.analyses.init_finder.SimEngineInitFinderVEX static method)
is_const_or_register() (angr.analyses.propagator.propagator.PropagatorAILState static method)
is_cross_referenced() (angr.analyses.vtable.VtableFinder method)
is_custom_os_proc (cle.backends.elf.symbol_type.ELFSymbolType property)
is_default (cle.Apk attribute)
(cle.BackedCGC attribute)
(cle.Backend attribute)
(cle.backends.Apk attribute)
(cle.backends.BackedCGC attribute)
(cle.backends.Backend attribute)
(cle.backends.backend.Backend attribute)
(cle.backends.binja.BinjaBin attribute)
(cle.backends.Blob attribute)
(cle.backends.blob.Blob attribute)
(cle.backends.CGC attribute)
(cle.backends.cgc.BackedCGC attribute)
(cle.backends.cgc.backedcgc.BackedCGC attribute)
(cle.backends.cgc.CGC attribute)
(cle.backends.cgc.cgc.CGC attribute)
(cle.backends.ELF attribute)
(cle.backends.elf.ELF attribute)
(cle.backends.elf.elf.ELF attribute)
(cle.backends.elf.ELFCore attribute)
(cle.backends.elf.elfcore.ELFCore attribute)
(cle.backends.ELFCore attribute)
(cle.backends.Hex attribute)
(cle.backends.ihex.Hex attribute)
(cle.backends.Jar attribute)
(cle.backends.java.apk.Apk attribute)
(cle.backends.java.jar.Jar attribute)
(cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.backends.Minidump attribute)
(cle.backends.minidump.Minidump attribute)
(cle.backends.named_region.NamedRegion attribute)
(cle.backends.NamedRegion attribute)
(cle.backends.PE attribute)
(cle.backends.pe.PE attribute)
(cle.backends.pe.pe.PE attribute)
(cle.backends.static_archive.StaticArchive attribute)
(cle.backends.StaticArchive attribute)
(cle.backends.XBE attribute)
(cle.backends.xbe.XBE attribute)
(cle.Blob attribute)
(cle.CGC attribute)
(cle.ELF attribute)
(cle.ELFCore attribute)
(cle.Hex attribute)
(cle.Jar attribute)
(cle.MachO attribute)
(cle.Minidump attribute)
(cle.NamedRegion attribute)
(cle.PE attribute)
(cle.StaticArchive attribute)
(cle.XBE attribute)
is_default_name (angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
is_desc_discarded (cle.backends.macho.symbol.SymbolTableSymbol property)
is_empty (angr.engines.successors.SimSuccessors property)
(angr.keyed_region.RegionObject property)
(angr.storage.memory_mixins.regioned_memory.region_data.RegionMap property)
(claripy.vsa.strided_interval.StridedInterval property)
(claripy.vsa.valueset.ValueSet property)
is_empty() (angr.analyses.cfg_slice_to_sink.cfg_slice_to_sink.CFGSliceToSink method)
(in module pyvex.lifting.util.lifter_helper)
is_empty_node() (in module angr.analyses.decompiler.utils)
is_empty_or_label_only_node() (in module angr.analyses.decompiler.utils)
is_exception (angr.analyses.cfg.cfg_fast.FunctionTransitionEdge attribute)
is_executable (cle.backends.elf.regions.ELFSection property)
(cle.backends.elf.regions.ELFSegment property)
(cle.backends.externs.ExternSegment attribute)
(cle.backends.macho.macho.MachOSection property)
(cle.backends.macho.macho.MachOSegment property)
(cle.backends.macho.section.MachOSection property)
(cle.backends.macho.segment.MachOSegment property)
(cle.backends.pe.regions.PESection property)
(cle.backends.Region property)
(cle.backends.region.EmptySegment property)
(cle.backends.region.Region property)
(cle.backends.region.Section property)
(cle.backends.Section property)
(cle.backends.xbe.XBESection property)
(cle.ExternSegment attribute)
(cle.Region property)
(cle.Section property)
is_export (cle.backends.Symbol attribute)
(cle.backends.symbol.Symbol attribute)
(cle.Symbol attribute)
is_expr (angr.analyses.decompiler.structured_codegen.c.CFunctionCall attribute)
is_extern (cle.backends.Symbol attribute)
(cle.backends.symbol.Symbol attribute)
(cle.Symbol attribute)
is_external (cle.backends.macho.symbol.SymbolTableSymbol property)
is_false() (angr.state_plugins.solver.SimSolver method)
(claripy.ast.bool.Bool method)
(claripy.backends.Backend method)
(claripy.backends.backend_concrete.BackendConcrete method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.concrete_handler_mixin.ConcreteHandlerMixin method)
(claripy.frontend_mixins.constraint_filter_mixin.ConstraintFilterMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.light_frontend.LightFrontend method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
(claripy.vsa.bool_result.BoolResult static method)
(in module claripy.ast.bool)
(in module claripy.balancer)
is_forward (cle.backends.Symbol attribute)
(cle.backends.symbol.Symbol attribute)
(cle.Symbol attribute)
is_fp_arg() (angr.calling_conventions.SimCC method)
is_fp_value() (angr.calling_conventions.SimCC static method)
is_free() (angr.state_plugins.heap.heap_freelist.Chunk method)
(angr.state_plugins.heap.heap_ptmalloc.PTChunk method)
IS_FUNCTION (angr.sim_procedure.SimProcedure attribute)
is_function (cle.backends.macho.symbol.BindingSymbol property)
(cle.backends.macho.symbol.DyldBoundSymbol property)
(cle.backends.macho.symbol.SymbolTableSymbol property)
(cle.backends.Symbol property)
(cle.backends.symbol.Symbol property)
(cle.Symbol property)
is_function() (angr.analyses.vtable.VtableFinder method)
is_function_argument (angr.sim_variable.SimVariable property)
is_global_variable_address() (angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase method)
is_heap_address() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState static method)
is_hex() (in module angr.analyses.reassembler)
is_hook (angr.codenode.BlockNode attribute)
(angr.codenode.CodeNode attribute)
(angr.codenode.HookNode attribute)
(angr.codenode.SyscallNode attribute)
is_hooked() (angr.project.Project method)
is_immediate (angr.analyses.reassembler.Operand property)
is_import (cle.backends.pe.relocation.pereloc.PEReloc property)
(cle.backends.Symbol attribute)
(cle.backends.symbol.Symbol attribute)
(cle.Symbol attribute)
is_in_readonly_section() (in module angr.utils.loader)
is_in_readonly_segment() (in module angr.utils.loader)
is_int_tag() (in module pyvex.const)
is_int_ty() (in module pyvex.const)
is_integer (claripy.vsa.strided_interval.StridedInterval property)
is_interval (claripy.vsa.strided_interval.StridedInterval property)
is_java (angr.sim_procedure.SimProcedure property)
is_jumptable (angr.analyses.cfg.indirect_jump_resolvers.jumptable.JumpTableProcessorState attribute)
is_loaded (archinfo.arch_soot.SootClassDescriptor property)
(archinfo.arch_soot.SootMethodDescriptor property)
is_local (cle.backends.Symbol attribute)
(cle.backends.symbol.Symbol attribute)
(cle.Symbol attribute)
is_machine_word_size_type() (in module angr.analyses.decompiler.structured_codegen.c)
is_maybe() (claripy.vsa.bool_result.BoolResult static method)
is_no_dead_strip (cle.backends.macho.symbol.SymbolTableSymbol property)
is_none_or_likeable() (in module ailment.utils)
is_not_in_cfg() (angr.analyses.veritesting.Veritesting method)
is_occupied() (angr.analyses.cfg.segment_list.SegmentList method)
is_on_stack (angr.knowledge_plugins.key_definitions.atoms.MemoryLocation property)
(angr.storage.memory_mixins.regioned_memory.region_data.AddressWrapper attribute)
is_overbound() (angr.analyses.veritesting.Veritesting method)
is_pc() (in module angr.utils.loader)
is_phi_variable() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
is_plt (angr.analyses.reassembler.Procedure property)
(angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
is_ppc64_abiv1 (cle.backends.elf.MetaELF property)
(cle.backends.elf.metaelf.MetaELF property)
(cle.backends.MetaELF property)
(cle.MetaELF property)
is_ppc64_abiv2 (cle.backends.elf.MetaELF property)
(cle.backends.elf.metaelf.MetaELF property)
(cle.backends.MetaELF property)
(cle.MetaELF property)
is_prev_free() (angr.state_plugins.heap.heap_ptmalloc.PTChunk method)
is_private_external (cle.backends.macho.symbol.SymbolTableSymbol property)
is_prototype_guessed (angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
is_pyinstaller() (in module angr.utils.env)
is_readable (cle.backends.elf.regions.ELFSection property)
(cle.backends.elf.regions.ELFSegment property)
(cle.backends.externs.ExternSegment attribute)
(cle.backends.macho.macho.MachOSection property)
(cle.backends.macho.macho.MachOSegment property)
(cle.backends.macho.section.MachOSection property)
(cle.backends.macho.segment.MachOSegment property)
(cle.backends.pe.regions.PESection property)
(cle.backends.Region property)
(cle.backends.region.EmptySegment property)
(cle.backends.region.Region property)
(cle.backends.region.Section property)
(cle.backends.Section property)
(cle.backends.xbe.XBESection property)
(cle.ExternSegment attribute)
(cle.Region property)
(cle.Section property)
is_reference_to_weak (cle.backends.macho.symbol.SymbolTableSymbol property)
is_relro (cle.backends.elf.regions.ELFSegment property)
is_signed (ailment.expression.Convert attribute)
is_simprocedure (angr.knowledge_plugins.cfg.cfg_node.CFGNode property)
(angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
is_smt_backend (claripy.backends.Backend property)
(claripy.backends.backend_smtlib.BackendSMTLibBase property)
is_stab (cle.backends.macho.symbol.AbstractMachOSymbol property)
(cle.backends.macho.symbol.SymbolTableSymbol property)
is_stack (angr.storage.memory_mixins.regioned_memory.region_meta_mixin.MemoryRegionMetaMixin property)
is_stack_address() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase static method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions static method)
is_static (cle.backends.Symbol attribute)
(cle.backends.symbol.Symbol attribute)
(cle.Symbol attribute)
is_stored() (angr.vaults.Vault method)
(angr.vaults.VaultDict method)
is_strings (cle.backends.elf.regions.ELFSection property)
is_subclass() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
is_subclass_including() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
is_symbol_hooked() (angr.project.Project method)
is_symbol_resolver (cle.backends.macho.symbol.SymbolTableSymbol property)
is_symbolic (angr.state_plugins.sim_action.SimAction property)
(angr.state_plugins.sim_action.SimActionConstraint property)
(angr.state_plugins.sim_action.SimActionData property)
(angr.state_plugins.sim_action.SimActionExit property)
(angr.state_plugins.sim_action.SimActionOperation property)
is_syscall (angr.analyses.cfg.cfg_emulated.CFGJob property)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
(angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
is_syscall_addr() (angr.simos.simos.SimOS method)
(angr.simos.userland.SimUserland method)
is_taint_impacting_stack_pointers() (angr.analyses.backward_slice.BackwardSlice method)
is_taint_related_to_ip() (angr.analyses.backward_slice.BackwardSlice method)
is_this_ref (archinfo.arch_soot.SootArgument attribute)
is_thumb() (archinfo.Arch method)
(archinfo.arch.Arch method)
(archinfo.arch_arm.ArchARM method)
(archinfo.ArchARM method)
is_thumb_addr() (angr.analyses.cfg.cfg_base.CFGBase method)
is_thumb_definition (cle.backends.macho.symbol.SymbolTableSymbol property)
is_thumb_interworking() (cle.backends.MachO method)
(cle.backends.macho.MachO method)
(cle.backends.macho.macho.MachO method)
(cle.MachO method)
is_top (claripy.vsa.strided_interval.StridedInterval property)
is_top() (angr.analyses.propagator.propagator.PropagatorState static method)
(angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.analyses.variable_recovery.variable_recovery_base.VariableRecoveryStateBase static method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions static method)
is_tracking_memory (angr.analyses.stack_pointer_tracker.FrozenStackPointerTrackerState attribute)
(angr.analyses.stack_pointer_tracker.StackPointerTrackerState attribute)
is_true() (angr.state_plugins.solver.SimSolver method)
(claripy.ast.bool.Bool method)
(claripy.backends.Backend method)
(claripy.backends.backend_concrete.BackendConcrete method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.concrete_handler_mixin.ConcreteHandlerMixin method)
(claripy.frontend_mixins.constraint_filter_mixin.ConstraintFilterMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.light_frontend.LightFrontend method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
(claripy.vsa.bool_result.BoolResult static method)
(in module claripy.ast.bool)
(in module claripy.balancer)
is_using_outdated_def() (angr.analyses.propagator.engine_ail.SimEnginePropagatorAIL method)
is_value_set (angr.state_plugins.unicorn_engine.MemoryValue attribute)
is_value_symbolic (angr.state_plugins.unicorn_engine.MemoryValue attribute)
is_visible_class() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
is_visible_method() (angr.analyses.soot_class_hierarchy.SootClassHierarchy method)
is_weak (cle.backends.Symbol attribute)
(cle.backends.symbol.Symbol attribute)
(cle.Symbol attribute)
is_weak() (cle.backends.macho.symbol.SymbolTableSymbol method)
is_weak_defined (cle.backends.macho.symbol.SymbolTableSymbol property)
is_weak_referenced (cle.backends.macho.symbol.SymbolTableSymbol property)
is_writable (cle.backends.elf.regions.ELFSection property)
(cle.backends.elf.regions.ELFSegment property)
(cle.backends.externs.ExternSegment attribute)
(cle.backends.macho.macho.MachOSection property)
(cle.backends.macho.macho.MachOSegment property)
(cle.backends.macho.section.MachOSection property)
(cle.backends.macho.segment.MachOSegment property)
(cle.backends.pe.regions.PESection property)
(cle.backends.Region property)
(cle.backends.region.EmptySegment property)
(cle.backends.region.Region property)
(cle.backends.region.Section property)
(cle.backends.Section property)
(cle.backends.xbe.XBESection property)
(cle.ExternSegment attribute)
(cle.Region property)
(cle.Section property)
is_zip_archive() (cle.backends.java.soot.Soot static method)
(cle.backends.Soot static method)
(cle.Soot static method)
IsArray (class in angr.analyses.typehoon.typevars)
isBind() (cle.backends.macho.structs.ChainedFixupPointerOnDisk method)
isInf() (claripy.ast.fp.FP method)
isNaN() (claripy.ast.fp.FP method)
ISPOMixin (class in angr.storage.memory_mixins.paged_memory.pages.ispo_mixin)
isRebase() (cle.backends.macho.structs.ChainedFixupPointerOnDisk method)
ITE (class in ailment.expression)
(class in pyvex.expr)
ITE() (ailment.converter_vex.VEXExprConverter static method)
ite() (pyvex.lifting.util.instr_helper.Instruction method)
(pyvex.lifting.util.syntax_wrapper.VexValue method)
(pyvex.lifting.util.vex_helper.IRSBCustomizer method)
ite_burrowed (claripy.ast.base.Base property)
ite_cases() (in module claripy.ast.bool)
ite_dict() (in module claripy.ast.bool)
ite_excavated (claripy.ast.base.Base property)
ite_exprs (angr.analyses.decompiler.decompilation_cache.DecompilationCache attribute)
(angr.angrdb.models.DbStructuredCode attribute)
ITEExprConverter (class in angr.analyses.decompiler.optimization_passes.ite_expr_converter)
items() (angr.analyses.ddg.LiveDefinitions method)
(angr.analyses.decompiler.structured_codegen.base.InstructionMapping method)
(angr.analyses.decompiler.structured_codegen.base.PositionMapping method)
(angr.knowledge_plugins.labels.Labels method)
(angr.knowledge_plugins.patches.PatchManager method)
(angr.state_plugins.globals.SimStateGlobals method)
(angr.storage.memory_mixins.paged_memory.pages.multi_values.MultiValues method)
(claripy.vsa.valueset.ValueSet method)
iter_own() (angr.knowledge_plugins.types.TypesStore method)
iterator (angr.analyses.decompiler.structured_codegen.c.CForLoop attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.LoopNode attribute)
Iterator (angr.analyses.loop_analysis.VariableTypes attribute)
itervariables() (angr.analyses.ddg.LiveDefinitions method)
ix (pyvex.expr.GetI attribute)
(pyvex.stmt.PutI attribute)
J
Jar (class in cle)
(class in cle.backends)
(class in cle.backends.java.jar)
javavm_memory (angr.sim_state.SimState property)
javavm_registers (angr.sim_state.SimState property)
JavaVmMemory (class in angr.storage.memory_mixins)
JavaVmMemoryMixin (class in angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin)
jk (pyvex.stmt.Exit attribute)
jni_references (angr.sim_state.SimState attribute)
job (angr.analyses.forward_analysis.job_info.JobInfo property)
job_type (angr.analyses.cfg.cfg_fast.CFGJob attribute)
JOB_TYPE_COMPLETE_SCANNING (angr.analyses.cfg.cfg_fast.CFGJob attribute)
JOB_TYPE_DATAREF_HINTS (angr.analyses.cfg.cfg_fast.CFGJob attribute)
JOB_TYPE_FUNCTION_PROLOGUE (angr.analyses.cfg.cfg_fast.CFGJob attribute)
JOB_TYPE_IFUNC_HINTS (angr.analyses.cfg.cfg_fast.CFGJob attribute)
JOB_TYPE_NORMAL (angr.analyses.cfg.cfg_fast.CFGJob attribute)
JobInfo (class in angr.analyses.forward_analysis.job_info)
jobs (angr.analyses.forward_analysis.forward_analysis.ForwardAnalysis property)
Jump (class in ailment.statement)
jump() (angr.sim_procedure.SimProcedure method)
(pyvex.lifting.util.instr_helper.Instruction method)
jump_guards (angr.state_plugins.history.SimStateHistory property)
jump_sources (angr.state_plugins.history.SimStateHistory property)
jump_tables (angr.analyses.cfg.cfg_fast.CFGFast property)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel attribute)
jump_targets (angr.state_plugins.history.SimStateHistory property)
jumpkind (angr.analyses.cfg.cfg_fast.CFGJob attribute)
(angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
JumpKind (class in pyvex.lifting.util.vex_helper)
jumpkind (pyvex.block.IRSB attribute)
(pyvex.stmt.Exit property)
jumpkinds (angr.state_plugins.history.SimStateHistory property)
jumpout_sites (angr.knowledge_plugins.functions.function.Function property)
jumptable (angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
jumptable_addr (angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
Jumptable_AddressComputed (angr.knowledge_plugins.cfg.indirect_jump.IndirectJumpType attribute)
Jumptable_AddressLoadedFromMemory (angr.knowledge_plugins.cfg.indirect_jump.IndirectJumpType attribute)
jumptable_entries (angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
jumptable_entry_size (angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
jumptable_size (angr.knowledge_plugins.cfg.indirect_jump.IndirectJump attribute)
JumpTableEntryConditionRewriter (class in angr.analyses.decompiler.jumptable_entry_condition_rewriter)
JumpTableProcessor (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
JumpTableProcessorState (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
JumpTableResolver (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
JumpTargetBaseAddr (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
JumpTargetCollector (class in angr.analyses.decompiler.jump_target_collector)
K
K (angr.knowledge_base.knowledge_base.KnowledgeBase attribute)
kb (angr.analyses.analysis.Analysis attribute)
(angr.analyses.decompiler.optimization_passes.optimization_pass.BaseOptimizationPass property)
(angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationExprBase attribute)
(angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationStmtBase attribute)
(angr.angrdb.models.DbCFGModel attribute)
(angr.angrdb.models.DbComment attribute)
(angr.angrdb.models.DbFunction attribute)
(angr.angrdb.models.DbLabel attribute)
(angr.angrdb.models.DbStructuredCode attribute)
(angr.angrdb.models.DbVariableCollection attribute)
(angr.angrdb.models.DbXRefs attribute)
kb_id (angr.angrdb.models.DbCFGModel attribute)
(angr.angrdb.models.DbComment attribute)
(angr.angrdb.models.DbFunction attribute)
(angr.angrdb.models.DbLabel attribute)
(angr.angrdb.models.DbStructuredCode attribute)
(angr.angrdb.models.DbVariableCollection attribute)
(angr.angrdb.models.DbXRefs attribute)
keep_path() (angr.annocfg.AnnotatedCFG method)
kernel_object (cle.Loader property)
(cle.loader.Loader property)
KernelObject (class in cle)
(class in cle.backends.externs)
key (angr.angrdb.models.DbInformation attribute)
key_bisect_find() (in module cle.utils)
key_bisect_floor_key() (in module cle.utils)
key_bisect_insort_left() (in module cle.utils)
key_bisect_insort_right() (in module cle.utils)
KeyDefinitionManager (class in angr.knowledge_plugins.key_definitions.key_definition_manager)
KeyedRegion (class in angr.keyed_region)
keys() (angr.knowledge_plugins.patches.PatchManager method)
(angr.state_plugins.globals.SimStateGlobals method)
(angr.storage.memory_mixins.paged_memory.pages.multi_values.MultiValues method)
(angr.vaults.Vault method)
(angr.vaults.VaultDict method)
(angr.vaults.VaultDir method)
(angr.vaults.VaultDirShelf method)
keystone (archinfo.Arch property)
(archinfo.arch.Arch property)
keystone_support (archinfo.Arch property)
(archinfo.arch.Arch property)
keystone_thumb (archinfo.arch_arm.ArchARM property)
(archinfo.arch_arm.ArchARMCortexM property)
(archinfo.ArchARM property)
(archinfo.ArchARMCortexM property)
keystone_x86_syntax (archinfo.arch_amd64.ArchAMD64 property)
(archinfo.arch_x86.ArchX86 property)
(archinfo.ArchAMD64 property)
(archinfo.ArchX86 property)
KeyValueMemory (class in angr.storage.memory_mixins)
KeyValueMemoryMixin (class in angr.storage.memory_mixins.keyvalue_memory.keyvalue_memory_mixin)
kill_and_add_definition() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
kill_def() (angr.analyses.ddg.LiveDefinitions method)
kill_definitions() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
KnowledgeBase (class in angr.knowledge_base.knowledge_base)
KnowledgeBasePlugin (class in angr.knowledge_plugins.plugin)
KnowledgeBaseSerializer (class in angr.angrdb.serializers.kb)
ks_arch (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
ks_mode (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
kwargs (angr.utils.mp.Closure attribute)
L
l_opcode_do_bind() (in module cle.backends.macho.binding)
l_opcode_set_segment_and_offset_uleb() (in module cle.backends.macho.binding)
label (angr.analyses.typehoon.typevars.DerivedTypeVariable attribute)
(angr.storage.memory_object.SimLabeledMemoryObject attribute)
Label (class in ailment.statement)
(class in angr.analyses.disassembly)
(class in angr.analyses.reassembler)
label_got() (angr.analyses.reassembler.SymbolManager method)
LabeledMemory (class in angr.storage.memory_mixins)
LabeledPagesMixin (class in angr.storage.memory_mixins.paged_memory.paged_memory_mixin)
LabelMergerMixin (class in angr.storage.memory_mixins.label_merger_mixin)
labels (angr.angrdb.models.DbKnowledgeBase attribute)
Labels (class in angr.knowledge_plugins.labels)
LabelsSerializer (class in angr.angrdb.serializers.labels)
LambdaAttrIter (class in angr.state_plugins.history)
LambdaIterIter (class in angr.state_plugins.history)
LARGE_SWITCH (angr.analyses.code_tagging.CodeTags attribute)
last_addr (angr.analyses.cfg.cfg_fast.CFGJob attribute)
(angr.storage.memory_object.SimMemoryObject property)
last_stack_store (angr.analyses.propagator.propagator.PropagatorAILState attribute)
lazy_binding_blob (cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
lazy_import() (in module angr.utils.lazy_import)
LC_BUILD_VERSION (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_CODE_SIGNATURE (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_DATA_IN_CODE (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_DYLD_CHAINED_FIXUPS (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_DYLD_ENVIRONMENT (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_DYLD_EXPORTS_TRIE (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_DYLD_INFO (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_DYLD_INFO_ONLY (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_DYLIB_CODE_SIGN_DRS (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_DYSYMTAB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_ENCRYPTION_INFO (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_ENCRYPTION_INFO_64 (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_FUNCTION_STARTS (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_FVMFILE (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_ID_DYLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_ID_DYLINKER (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_IDENT (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_IDFVMLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_LAZY_LOAD_DYLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_LINKER_OPTIMIZATION_HINT (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_LINKER_OPTION (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_LOAD_DYLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_LOAD_DYLINKER (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_LOAD_UPWARD_DYLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_LOAD_WEAK_DYLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_LOADFVMLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_MAIN (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_NOTE (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_PREBIND_CKSUM (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_PREBOUND_DYLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_PREPAGE (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_REEXPORT_DYLIB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_REQ_DYLD (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_ROUTINES (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_ROUTINES_64 (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_RPATH (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SEGMENT (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SEGMENT_64 (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SEGMENT_SPLIT_INFO (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SOURCE_VERSION (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SUB_CLIENT (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SUB_FRAMEWORK (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SUB_LIBRARY (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SUB_UMBRELLA (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SYMSEG (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_SYMTAB (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_THREAD (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_TWOLEVEL_HINTS (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_UNIXTHREAD (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_UUID (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_VERSION_MIN_IPHONEOS (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_VERSION_MIN_MACOSX (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_VERSION_MIN_TVOS (cle.backends.macho.macho_load_commands.LoadCommands attribute)
LC_VERSION_MIN_WATCHOS (cle.backends.macho.macho_load_commands.LoadCommands attribute)
lcm() (claripy.vsa.strided_interval.StridedInterval static method)
ld_linux_name (archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_arm.ArchARMEL attribute)
(archinfo.arch_arm.ArchARMHF attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchARMEL attribute)
(archinfo.ArchARMHF attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
LE (archinfo.arch.Endness attribute)
(archinfo.Endness attribute)
leaf_asts() (claripy.ast.base.Base method)
least_upper_bound() (claripy.vsa.strided_interval.StridedInterval static method)
len (pyvex.stmt.AbiHint attribute)
(pyvex.stmt.IMark attribute)
length (angr.analyses.decompiler.structured_codegen.base.PositionMappingElement attribute)
(angr.state_plugins.unicorn_engine.MEM_PATCH attribute)
(angr.storage.memory_object.SimMemoryObject attribute)
(claripy.ast.base.Base attribute)
(claripy.ast.bits.Bits attribute)
(claripy.fp.FSort property)
length_same_check() (in module claripy.operations)
length_spec (angr.procedures.stubs.format_parser.FormatSpecifier attribute)
LengthLimiter (class in angr.exploration_techniques.lengthlimiter)
LexicalBlock (class in cle.backends.elf.subprogram)
lhs (angr.analyses.decompiler.structured_codegen.c.CAssignment attribute)
(angr.analyses.decompiler.structured_codegen.c.CBinaryOp attribute)
lib_ordinal (cle.backends.macho.structs.dyld_chained_import attribute)
(cle.backends.macho.structs.dyld_chained_import_addend attribute)
(cle.backends.macho.structs.dyld_chained_import_addend64 attribute)
(cle.backends.macho.structs.DyldImportStruct attribute)
lib_paths (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchX86 attribute)
libname (cle.backends.externs.simdata.SimData attribute)
(cle.backends.externs.simdata.simdata.SimData attribute)
library_name (cle.backends.macho.symbol.AbstractMachOSymbol property)
(cle.backends.macho.symbol.BindingSymbol property)
(cle.backends.macho.symbol.DyldBoundSymbol property)
(cle.backends.macho.symbol.SymbolTableSymbol property)
library_ordinal (cle.backends.macho.symbol.AbstractMachOSymbol property)
(cle.backends.macho.symbol.BindingSymbol property)
(cle.backends.macho.symbol.DyldBoundSymbol property)
(cle.backends.macho.symbol.SymbolTableSymbol property)
library_search_path() (archinfo.Arch method)
(archinfo.arch.Arch method)
(archinfo.arch_soot.ArchSoot method)
(archinfo.ArchSoot method)
LibVEXLifter (class in pyvex.lifting.libvex)
lift() (angr.analyses.typehoon.lifter.TypeLifter method)
(in module pyvex.lifting)
(pyvex.lifting.libvex.LibVEXLifter method)
(pyvex.lifting.lifter.Lifter method)
(pyvex.lifting.util.instr_helper.Instruction method)
(pyvex.lifting.util.lifter_helper.GymratLifter method)
lift_soot() (angr.engines.soot.engine.SootMixin method)
Lifter (class in pyvex.lifting.lifter)
LiftingException
LightFrontend (class in claripy.frontends.light_frontend)
likes() (ailment.Assignment method)
(ailment.BinaryOp method)
(ailment.Block method)
(ailment.block.Block method)
(ailment.Const method)
(ailment.Expression method)
(ailment.expression.BasePointerOffset method)
(ailment.expression.BinaryOp method)
(ailment.expression.Const method)
(ailment.expression.Convert method)
(ailment.expression.DirtyExpression method)
(ailment.expression.Expression method)
(ailment.expression.ITE method)
(ailment.expression.Load method)
(ailment.expression.Register method)
(ailment.expression.Reinterpret method)
(ailment.expression.TernaryOp method)
(ailment.expression.Tmp method)
(ailment.expression.UnaryOp method)
(ailment.expression.VEXCCallExpression method)
(ailment.Register method)
(ailment.statement.Assignment method)
(ailment.statement.Call method)
(ailment.statement.ConditionalJump method)
(ailment.statement.Jump method)
(ailment.statement.Label method)
(ailment.statement.Return method)
(ailment.statement.Store method)
(ailment.Tmp method)
(ailment.UnaryOp method)
lineage (angr.state_plugins.history.SimStateHistory property)
lineage() (angr.state_hierarchy.StateHierarchy method)
linked_addr (cle.backends.relocation.Relocation property)
(cle.backends.Symbol property)
(cle.backends.symbol.Symbol property)
(cle.Symbol property)
linux_loader_object (cle.Loader property)
(cle.loader.Loader property)
linux_name (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_avr.ArchAVR8 attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchAVR8 attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
linux_syscall_update_error_reg() (angr.calling_conventions.SimCCSyscall method)
list_content (angr.utils.dynamic_dictlist.DynamicDictList attribute)
list_default_plugins() (angr.misc.plugins.PluginPreset method)
ListPage (class in angr.storage.memory_mixins.paged_memory.pages.list_page)
ListPagesMixin (class in angr.storage.memory_mixins.paged_memory.paged_memory_mixin)
ListPagesWithLabelsMixin (class in angr.storage.memory_mixins.paged_memory.paged_memory_mixin)
LITE_REPR (claripy.ast.base.Base attribute)
LITE_SIMPLIFY (claripy.ast.base.Base attribute)
live_definitions (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState attribute)
LiveDefinitions (class in angr.analyses.ddg)
(class in angr.knowledge_plugins.key_definitions.live_definitions)
LiveVariables (class in angr.knowledge_plugins.variables.variable_manager)
LLSC (class in pyvex.stmt)
Load (class in ailment.expression)
(class in angr.analyses.typehoon.typevars)
(class in pyvex.expr)
Load() (ailment.converter_vex.VEXExprConverter static method)
load() (angr.analyses.stack_pointer_tracker.StackPointerTrackerState method)
(angr.angrdb.db.AngrDB method)
(angr.angrdb.serializers.cfg_model.CFGModelSerializer static method)
(angr.angrdb.serializers.comments.CommentsSerializer static method)
(angr.angrdb.serializers.funcs.FunctionManagerSerializer static method)
(angr.angrdb.serializers.kb.KnowledgeBaseSerializer static method)
(angr.angrdb.serializers.labels.LabelsSerializer static method)
(angr.angrdb.serializers.loader.LoaderSerializer static method)
(angr.angrdb.serializers.structured_code.StructuredCodeManagerSerializer static method)
(angr.angrdb.serializers.variables.VariableManagerSerializer static method)
(angr.angrdb.serializers.xrefs.XRefsSerializer static method)
(angr.state_plugins.light_registers.SimLightRegisters method)
(angr.storage.memory_mixins.actions_mixin.ActionsMixinHigh method)
(angr.storage.memory_mixins.actions_mixin.ActionsMixinLow method)
(angr.storage.memory_mixins.address_concretization_mixin.AddressConcretizationMixin method)
(angr.storage.memory_mixins.bvv_conversion_mixin.DataNormalizationMixin method)
(angr.storage.memory_mixins.clouseau_mixin.InspectMixinHigh method)
(angr.storage.memory_mixins.conditional_store_mixin.ConditionalMixin method)
(angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin.JavaVmMemoryMixin method)
(angr.storage.memory_mixins.keyvalue_memory.keyvalue_memory_mixin.KeyValueMemoryMixin method)
(angr.storage.memory_mixins.MemoryMixin method)
(angr.storage.memory_mixins.name_resolution_mixin.NameResolutionMixin method)
(angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
(angr.storage.memory_mixins.paged_memory.pages.list_page.ListPage method)
(angr.storage.memory_mixins.paged_memory.pages.mv_list_page.MVListPage method)
(angr.storage.memory_mixins.paged_memory.pages.ultra_page.UltraPage method)
(angr.storage.memory_mixins.regioned_memory.region_meta_mixin.MemoryRegionMetaMixin method)
(angr.storage.memory_mixins.regioned_memory.regioned_memory_mixin.RegionedMemoryMixin method)
(angr.storage.memory_mixins.simple_interface_mixin.SimpleInterfaceMixin method)
(angr.storage.memory_mixins.size_resolution_mixin.SizeConcretizationMixin method)
(angr.storage.memory_mixins.size_resolution_mixin.SizeNormalizationMixin method)
(angr.storage.memory_mixins.slotted_memory.SlottedMemoryMixin method)
(angr.storage.memory_mixins.underconstrained_mixin.UnderconstrainedMixin method)
(angr.storage.memory_mixins.unwrapper_mixin.UnwrapperMixin method)
(angr.vaults.Vault method)
(angr.vaults.VaultDirShelf method)
(cle.Clemory method)
(cle.ClemoryBase method)
(cle.ClemoryView method)
(cle.memory.Clemory method)
(cle.memory.ClemoryBase method)
(cle.memory.ClemoryView method)
(pyvex.lifting.util.instr_helper.Instruction method)
(pyvex.lifting.util.vex_helper.IRSBCustomizer method)
load_all_definitions() (in module angr.procedures.definitions)
load_array_element() (angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin.JavaVmMemoryMixin method)
load_array_elements() (angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin.JavaVmMemoryMixin method)
load_from_dwarf() (angr.knowledge_plugins.debug_variables.DebugVariableManager method)
(angr.knowledge_plugins.variables.variable_manager.VariableManager method)
load_from_ro_regions (pyvex.lifting.lifter.Lifter attribute)
load_internal() (angr.angrdb.serializers.variables.VariableManagerSerializer static method)
load_local_variable() (angr.analyses.propagator.propagator.PropagatorVEXState method)
load_register() (angr.analyses.propagator.propagator.PropagatorAILState method)
(angr.analyses.propagator.propagator.PropagatorVEXState method)
load_relocations() (in module cle.backends.elf.relocation)
(in module cle.backends.pe.relocation)
load_shellcode() (in module angr.project)
load_signatures() (in module angr.flirt)
load_stack_variable() (angr.analyses.propagator.propagator.PropagatorAILState method)
load_tmp() (angr.analyses.propagator.propagator.PropagatorAILState method)
load_win32api_definitions() (in module angr.procedures.definitions)
load_with_labels() (angr.storage.memory_mixins.paged_memory.paged_memory_mixin.LabeledPagesMixin method)
LoadCommands (class in cle.backends.macho.macho_load_commands)
Loader (class in cle)
(class in cle.loader)
loader (cle.Apk attribute)
(cle.BackedCGC attribute)
(cle.Backend attribute)
(cle.backends.Apk attribute)
(cle.backends.BackedCGC attribute)
(cle.backends.Backend attribute)
(cle.backends.backend.Backend attribute)
(cle.backends.binja.BinjaBin attribute)
(cle.backends.Blob attribute)
(cle.backends.blob.Blob attribute)
(cle.backends.CGC attribute)
(cle.backends.cgc.BackedCGC attribute)
(cle.backends.cgc.backedcgc.BackedCGC attribute)
(cle.backends.cgc.CGC attribute)
(cle.backends.cgc.cgc.CGC attribute)
(cle.backends.ELF attribute)
(cle.backends.elf.ELF attribute)
(cle.backends.elf.elf.ELF attribute)
(cle.backends.elf.ELFCore attribute)
(cle.backends.elf.elfcore.ELFCore attribute)
(cle.backends.elf.MetaELF attribute)
(cle.backends.elf.metaelf.MetaELF attribute)
(cle.backends.ELFCore attribute)
(cle.backends.externs.ExternObject attribute)
(cle.backends.externs.KernelObject attribute)
(cle.backends.Hex attribute)
(cle.backends.ihex.Hex attribute)
(cle.backends.Jar attribute)
(cle.backends.java.apk.Apk attribute)
(cle.backends.java.jar.Jar attribute)
(cle.backends.java.soot.Soot attribute)
(cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.backends.MetaELF attribute)
(cle.backends.Minidump attribute)
(cle.backends.minidump.Minidump attribute)
(cle.backends.named_region.NamedRegion attribute)
(cle.backends.NamedRegion attribute)
(cle.backends.PE attribute)
(cle.backends.pe.PE attribute)
(cle.backends.pe.pe.PE attribute)
(cle.backends.Soot attribute)
(cle.backends.static_archive.StaticArchive attribute)
(cle.backends.StaticArchive attribute)
(cle.backends.tls.elf_tls.ELFTLSObject attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV1 attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV2 attribute)
(cle.backends.tls.pe_tls.PETLSObject attribute)
(cle.backends.tls.tls_object.TLSObject attribute)
(cle.backends.tls.TLSObject attribute)
(cle.backends.XBE attribute)
(cle.backends.xbe.XBE attribute)
(cle.Blob attribute)
(cle.CGC attribute)
(cle.ELF attribute)
(cle.ELFCore attribute)
(cle.ExternObject attribute)
(cle.Hex attribute)
(cle.Jar attribute)
(cle.KernelObject attribute)
(cle.MetaELF attribute)
(cle.Minidump attribute)
(cle.NamedRegion attribute)
(cle.PE attribute)
(cle.Soot attribute)
(cle.StaticArchive attribute)
(cle.TLSObject attribute)
(cle.XBE attribute)
LoaderSerializer (class in angr.angrdb.serializers.loader)
LoadG (class in pyvex.stmt)
LoadG() (ailment.converter_vex.VEXStmtConverter static method)
LoadHook (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
loads() (angr.vaults.Vault method)
loc (angr.analyses.typehoon.typevars.FuncIn attribute)
(angr.analyses.typehoon.typevars.FuncOut attribute)
loc_repr() (angr.sim_variable.SimConstantVariable method)
(angr.sim_variable.SimMemoryVariable method)
(angr.sim_variable.SimRegisterVariable method)
(angr.sim_variable.SimStackVariable method)
(angr.sim_variable.SimTemporaryVariable method)
(angr.sim_variable.SimVariable method)
local_runtime_values (angr.knowledge_plugins.functions.function.Function property)
local_types (angr.analyses.decompiler.decompilation_cache.DecompilationCache property)
local_vars (angr.sim_procedure.SimProcedure attribute)
LOCALE_ARRAY (angr.state_plugins.libc.SimStateLibc attribute)
LocalLoopSeer (class in angr.exploration_techniques.local_loop_seer)
LocalVariableTag (class in angr.knowledge_plugins.key_definitions.tag)
location (angr.knowledge_plugins.variables.variable_access.VariableAccess attribute)
LocationBase (class in angr.analyses.decompiler.region_simplifiers.expr_folding)
long_reason (angr.knowledge_plugins.cfg.cfg_node.CFGNodeCreationFailure attribute)
looks_like_sql() (in module angr.utils)
lookup() (angr.knowledge_plugins.labels.Labels method)
(angr.state_plugins.filesystem.SimConcreteFilesystem method)
(angr.state_plugins.filesystem.SimMount method)
(angr.state_plugins.jni_references.SimStateJNIReferences method)
(angr.state_plugins.posix.PosixDevFS method)
(angr.state_plugins.posix.PosixProcFS method)
(in module cle.backends.externs.simdata)
(in module cle.backends.externs.simdata.simdata)
(pyvex.block.IRTypeEnv method)
lookup_defs() (angr.analyses.ddg.LiveDefinitions method)
lookup_original() (angr.state_plugins.trace_additions.ChallRespInfo method)
Loop (class in angr.analyses.loopfinder)
LoopAnalysis (class in angr.analyses.loop_analysis)
LoopAnalysisState (class in angr.analyses.loop_analysis)
LoopFinder (class in angr.analyses.loopfinder)
looping_times (angr.knowledge_plugins.cfg.cfg_node.CFGENode attribute)
LoopNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
LoopSeer (class in angr.exploration_techniques.loop_seer)
LoopSimplifier (class in angr.analyses.decompiler.region_simplifiers.loop)
LoopVisitor (class in angr.analyses.forward_analysis.visitors.loop)
lower() (claripy.vsa.strided_interval.StridedInterval static method)
lower_bound (claripy.vsa.strided_interval.StridedInterval property)
LoweredSwitchSimplifier (class in angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier)
lp_start (cle.backends.elf.lsda.ExceptionTableHeader attribute)
lr_offset (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
LSDAExceptionTable (class in cle.backends.elf.lsda)
LShift (angr.engines.light.data.ArithmeticExpression attribute)
lshift() (claripy.vsa.strided_interval.StridedInterval method)
lshift_simplifier() (claripy.simplifications.SimplificationManager static method)
LShR() (claripy.ast.bv.BV method)
(claripy.backends.backend_vsa.BackendVSA static method)
(claripy.vsa.strided_interval.StridedInterval method)
(claripy.vsa.valueset.ValueSet method)
(in module claripy.bv)
lshr_simplifier() (claripy.simplifications.SimplificationManager static method)
M
m_addr() (archinfo.Arch method)
(archinfo.arch.Arch method)
(archinfo.arch_arm.ArchARM method)
(archinfo.ArchARM method)
MachO (class in cle)
(class in cle.backends)
(class in cle.backends.macho)
(class in cle.backends.macho.macho)
MachORelocation (class in cle.backends.macho.binding)
MachOSection (class in cle.backends.macho.macho)
(class in cle.backends.macho.section)
MachOSegment (class in cle.backends.macho.macho)
(class in cle.backends.macho.segment)
mAddr (pyvex.stmt.Dirty attribute)
main() (in module angr.flirt.build_sig)
main_executable_region_limbos_contain() (angr.analyses.reassembler.Reassembler method)
main_executable_regions (angr.analyses.reassembler.Reassembler property)
main_executable_regions_contain() (angr.analyses.reassembler.Reassembler method)
main_methods (cle.backends.java.soot.Soot property)
(cle.backends.Soot property)
(cle.Soot property)
main_nonexecutable_region_limbos_contain() (angr.analyses.reassembler.Reassembler method)
main_nonexecutable_regions (angr.analyses.reassembler.Reassembler property)
main_nonexecutable_regions_contain() (angr.analyses.reassembler.Reassembler method)
main_object (angr.angrdb.models.DbObject attribute)
(cle.Loader attribute)
(cle.loader.Loader attribute)
make() (angr.sim_type.SimTypePointer method)
(angr.sim_type.SimTypeReference method)
make_breakpoint() (angr.state_plugins.inspect.SimInspector method)
make_child() (angr.state_plugins.history.SimStateHistory method)
make_concrete_int() (angr.sim_state.SimState method)
make_continuation() (angr.sim_procedure.SimProcedure method)
make_copy() (angr.analyses.cfg.cfg_base.CFGBase method)
make_extern() (cle.backends.externs.ExternObject method)
(cle.ExternObject method)
make_format_op_generator() (in module pyvex.lifting.util.vex_helper)
make_functions() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.cfg.cfg_fast_soot.CFGFastSoot method)
make_ident() (angr.storage.file.SimFileBase static method)
make_import() (cle.backends.externs.ExternObject method)
(cle.ExternObject method)
make_initial_state() (angr.analyses.identifier.identify.Identifier static method)
make_like() (claripy.ast.base.Base method)
(claripy.ast.bits.Bits method)
make_methods() (in module angr.state_plugins.sim_action_object)
make_phi_node() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
make_pysmt_const_from_type() (in module claripy.smtlib_utils)
make_ro_state() (in module angr.knowledge_plugins.sync.sync_controller)
make_state() (in module angr.knowledge_plugins.sync.sync_controller)
make_symbolic_state() (angr.analyses.identifier.identify.Identifier static method)
MakeTypecastsImplicit (class in angr.analyses.decompiler.structured_codegen.c)
malloc() (angr.state_plugins.heap.heap_libc.SimHeapLibc method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
Manager (class in ailment)
(class in ailment.manager)
ManualMergepoint (class in angr.exploration_techniques.manual_mergepoint)
map() (angr.storage.memory_mixins.regioned_memory.region_data.RegionMap method)
map_callsites() (angr.analyses.identifier.identify.Identifier method)
map_region() (angr.storage.memory_mixins.address_concretization_mixin.AddressConcretizationMixin method)
(angr.storage.memory_mixins.MemoryMixin method)
(angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
mapped_base (cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
mark_call() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
mark_const() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
mark_function_alignments() (angr.analyses.cfg.cfg_base.CFGBase method)
mark_guard() (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
mark_instruction_start() (pyvex.lifting.util.instr_helper.Instruction method)
mark_nofilter() (angr.exploration_techniques.manual_mergepoint.ManualMergepoint method)
mark_nonreturning_calls_endpoints() (angr.knowledge_plugins.functions.function.Function method)
mark_okfilter() (angr.exploration_techniques.manual_mergepoint.ManualMergepoint method)
match_instruction() (pyvex.lifting.util.instr_helper.Instruction method)
matches_with_native_name() (archinfo.arch_soot.SootMethodDescriptor method)
max (claripy.vsa.strided_interval.StridedInterval property)
(claripy.vsa.valueset.ValueSet property)
max() (angr.state_plugins.solver.SimSolver method)
(claripy.backends.Backend method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.concrete_handler_mixin.ConcreteHandlerMixin method)
(claripy.frontend_mixins.constraint_expansion_mixin.ConstraintExpansionMixin method)
(claripy.frontend_mixins.constraint_filter_mixin.ConstraintFilterMixin method)
(claripy.frontend_mixins.model_cache_mixin.ModelCacheMixin method)
(claripy.frontend_mixins.sat_cache_mixin.SatCacheMixin method)
(claripy.frontend_mixins.simplify_helper_mixin.SimplifyHelperMixin method)
(claripy.frontend_mixins.solve_block_mixin.SolveBlockMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.light_frontend.LightFrontend method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
max_addr (cle.Backend property)
(cle.backends.Backend property)
(cle.backends.backend.Backend property)
(cle.backends.binja.BinjaBin property)
(cle.backends.Blob property)
(cle.backends.blob.Blob property)
(cle.backends.elf.compilation_unit.CompilationUnit property)
(cle.backends.externs.ExternObject property)
(cle.backends.externs.KernelObject property)
(cle.backends.java.soot.Soot property)
(cle.backends.named_region.NamedRegion property)
(cle.backends.NamedRegion property)
(cle.backends.Region property)
(cle.backends.region.Region property)
(cle.backends.Regions property)
(cle.backends.regions.Regions property)
(cle.backends.Soot property)
(cle.backends.tls.elf_tls.ELFTLSObject property)
(cle.backends.tls.pe_tls.PETLSObject property)
(cle.backends.XBE property)
(cle.backends.xbe.XBE property)
(cle.Blob property)
(cle.Clemory attribute)
(cle.ExternObject property)
(cle.KernelObject property)
(cle.Loader property)
(cle.loader.Loader property)
(cle.memory.Clemory attribute)
(cle.NamedRegion property)
(cle.Region property)
(cle.Regions property)
(cle.Soot property)
(cle.XBE property)
max_allocation (angr.state_plugins.cgc.SimStateCGC attribute)
max_and() (claripy.vsa.strided_interval.WarrenMethods static method)
max_bytes (pyvex.lifting.lifter.Lifter attribute)
MAX_DATA_REFS (pyvex.block.IRSB attribute)
MAX_EXITS (pyvex.block.IRSB attribute)
max_inst (pyvex.lifting.lifter.Lifter attribute)
max_inst_bytes (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_avr.ArchAVR8 attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchAVR8 attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
max_int() (angr.state_plugins.solver.SimSolver method)
(claripy.vsa.strided_interval.StridedInterval static method)
MAX_LENGTH (claripy.ast.strings.String attribute)
max_memory (claripy.frontends.composite_frontend.CompositeFrontend property)
max_offset (cle.backends.Region property)
(cle.backends.region.Region property)
(cle.Region property)
max_or() (claripy.vsa.strided_interval.WarrenMethods static method)
max_size (angr.knowledge_plugins.cfg.memory_data.MemoryData attribute)
(angr.utils.dynamic_dictlist.DynamicDictList attribute)
max_valid_pointer (cle.backends.macho.structs.dyld_chained_starts_in_segment attribute)
max_xor() (claripy.vsa.strided_interval.WarrenMethods static method)
maximum_syscall_number() (angr.procedures.definitions.SimSyscallLibrary method)
maybedecode() (in module cle.backends.elf.regions)
(in module cle.backends.elf.symbol)
MaybeResult (class in claripy.vsa.bool_result)
MBE (class in pyvex.stmt)
mcx_mask (pyvex.enums.IRCallee attribute)
ME (archinfo.arch.Endness attribute)
(archinfo.Endness attribute)
mem (angr.sim_state.SimState attribute)
(angr.state_plugins.debug_variables.SimDebugVariable property)
MEM (angr.state_plugins.sim_action.SimAction attribute)
mem_concrete() (angr.sim_state.SimState method)
mem_map() (angr.state_plugins.unicorn_engine.Uniwrapper method)
mem_map_ptr() (angr.state_plugins.unicorn_engine.Uniwrapper method)
MEM_PATCH (class in angr.state_plugins.unicorn_engine)
mem_reset() (angr.state_plugins.unicorn_engine.Uniwrapper method)
mem_unmap() (angr.state_plugins.unicorn_engine.Uniwrapper method)
mem_untyped (angr.state_plugins.debug_variables.SimDebugVariable property)
member() (angr.state_plugins.debug_variables.SimDebugVariable method)
(angr.state_plugins.view.SimMemView method)
members (angr.sim_type.SimCppClass property)
MemDepNode (class in angr.analyses.data_dep.dep_nodes)
memo() (angr.state_plugins.plugin.SimStatePlugin static method)
Memory (angr.analyses.data_dep.dep_nodes.DepNodeTypes attribute)
memory (angr.analyses.stack_pointer_tracker.FrozenStackPointerTrackerState attribute)
(angr.analyses.stack_pointer_tracker.StackPointerTrackerState attribute)
MEMORY (angr.knowledge_plugins.variables.variable_manager.VariableType attribute)
memory (angr.sim_state.SimState attribute)
(cle.BackedCGC attribute)
(cle.backends.Apk attribute)
(cle.backends.BackedCGC attribute)
(cle.backends.Backend attribute)
(cle.backends.backend.Backend attribute)
(cle.backends.binja.BinjaBin attribute)
(cle.backends.Blob attribute)
(cle.backends.blob.Blob attribute)
(cle.backends.CGC attribute)
(cle.backends.cgc.BackedCGC attribute)
(cle.backends.cgc.backedcgc.BackedCGC attribute)
(cle.backends.cgc.CGC attribute)
(cle.backends.cgc.cgc.CGC attribute)
(cle.backends.ELF attribute)
(cle.backends.elf.ELF attribute)
(cle.backends.elf.elf.ELF attribute)
(cle.backends.elf.ELFCore attribute)
(cle.backends.elf.elfcore.ELFCore attribute)
(cle.backends.elf.MetaELF attribute)
(cle.backends.elf.metaelf.MetaELF attribute)
(cle.backends.ELFCore attribute)
(cle.backends.externs.ExternObject attribute)
(cle.backends.externs.KernelObject attribute)
(cle.backends.Hex attribute)
(cle.backends.ihex.Hex attribute)
(cle.backends.Jar attribute)
(cle.backends.java.apk.Apk attribute)
(cle.backends.java.jar.Jar attribute)
(cle.backends.java.soot.Soot attribute)
(cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.backends.MetaELF attribute)
(cle.backends.Minidump attribute)
(cle.backends.minidump.Minidump attribute)
(cle.backends.named_region.NamedRegion attribute)
(cle.backends.NamedRegion attribute)
(cle.backends.PE attribute)
(cle.backends.pe.PE attribute)
(cle.backends.pe.pe.PE attribute)
(cle.backends.Soot attribute)
(cle.backends.static_archive.StaticArchive attribute)
(cle.backends.StaticArchive attribute)
(cle.backends.tls.elf_tls.ELFTLSObject attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV1 attribute)
(cle.backends.tls.elf_tls.ELFTLSObjectV2 attribute)
(cle.backends.tls.pe_tls.PETLSObject attribute)
(cle.backends.tls.tls_object.TLSObject attribute)
(cle.backends.tls.TLSObject attribute)
(cle.backends.XBE attribute)
(cle.backends.xbe.XBE attribute)
(cle.Blob attribute)
(cle.ELFCore attribute)
(cle.ExternObject attribute)
(cle.Hex attribute)
(cle.Jar attribute)
(cle.KernelObject attribute)
(cle.Loader attribute)
(cle.loader.Loader attribute)
(cle.MetaELF attribute)
(cle.Minidump attribute)
(cle.NamedRegion attribute)
(cle.Soot attribute)
(cle.StaticArchive attribute)
(cle.TLSObject attribute)
memory_args (angr.calling_conventions.SimCC property)
memory_data (angr.analyses.cfg.cfg_fast.CFGFast property)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel attribute)
(angr.knowledge_plugins.xrefs.xref.XRef attribute)
memory_definitions (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState property)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions attribute)
memory_endness (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchX86 attribute)
memory_uses (angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState property)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions attribute)
memory_values (angr.state_plugins.unicorn_engine.VEXStmtDetails attribute)
memory_values_count (angr.state_plugins.unicorn_engine.VEXStmtDetails attribute)
MemoryData (class in angr.knowledge_plugins.cfg.memory_data)
MemoryDataSort (class in angr.knowledge_plugins.cfg.memory_data)
MemoryLocation (class in angr.knowledge_plugins.key_definitions.atoms)
MemoryMappingError
MemoryMixin (class in angr.storage.memory_mixins)
MemoryObjectMixin (class in angr.storage.memory_mixins.paged_memory.pages.cooperation)
MemoryObjectSetMixin (class in angr.storage.memory_mixins.paged_memory.pages.cooperation)
MemoryOperand (class in angr.analyses.disassembly)
MemoryRegion (class in angr.analyses.cfg.cfb)
MemoryRegionMetaMixin (class in angr.storage.memory_mixins.regioned_memory.region_meta_mixin)
MemoryValue (class in angr.state_plugins.unicorn_engine)
MemoryVariable (class in cle.backends.elf.variable)
MemoryWatcher (class in angr.exploration_techniques.memory_watcher)
memsize (cle.backends.cgc.backedcgc.FakeSegment attribute)
(cle.backends.elf.regions.ELFSection attribute)
(cle.backends.elf.regions.ELFSegment attribute)
(cle.backends.externs.ExternSegment attribute)
(cle.backends.macho.macho.MachOSection attribute)
(cle.backends.macho.macho.MachOSegment attribute)
(cle.backends.macho.section.MachOSection attribute)
(cle.backends.macho.segment.MachOSegment attribute)
(cle.backends.pe.regions.PESection attribute)
(cle.backends.Region attribute)
(cle.backends.region.EmptySegment attribute)
(cle.backends.region.Region attribute)
(cle.backends.region.Section attribute)
(cle.backends.region.Segment attribute)
(cle.backends.Section attribute)
(cle.backends.Segment attribute)
(cle.backends.xbe.XBESection attribute)
(cle.ExternSegment attribute)
(cle.Region attribute)
(cle.Section attribute)
(cle.Segment attribute)
merge() (angr.analyses.decompiler.optimization_passes.engine_base.SimplifierAILState method)
(angr.analyses.loop_analysis.LoopAnalysisState method)
(angr.analyses.propagator.propagator.PropagatorAILState method)
(angr.analyses.propagator.propagator.PropagatorState method)
(angr.analyses.propagator.propagator.PropagatorVEXState method)
(angr.analyses.reaching_definitions.rd_state.ReachingDefinitionsState method)
(angr.analyses.stack_pointer_tracker.FrozenStackPointerTrackerState method)
(angr.analyses.stack_pointer_tracker.StackPointerTrackerState method)
(angr.analyses.typehoon.typevars.TypeVariables method)
(angr.analyses.variable_recovery.variable_recovery.VariableRecoveryState method)
(angr.analyses.variable_recovery.variable_recovery_fast.VariableRecoveryFastState method)
(angr.concretization_strategies.norepeats.SimConcretizationStrategyNorepeats method)
(angr.concretization_strategies.norepeats_range.SimConcretizationStrategyNorepeatsRange method)
(angr.concretization_strategies.SimConcretizationStrategy method)
(angr.keyed_region.KeyedRegion method)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode method)
(angr.knowledge_plugins.key_definitions.environment.Environment method)
(angr.knowledge_plugins.key_definitions.live_definitions.LiveDefinitions method)
(angr.knowledge_plugins.key_definitions.rd_model.ReachingDefinitionsModel method)
(angr.knowledge_plugins.key_definitions.uses.Uses method)
(angr.sim_manager.SimulationManager method)
(angr.sim_state.SimState method)
(angr.state_plugins.callstack.CallStack method)
(angr.state_plugins.cgc.SimStateCGC method)
(angr.state_plugins.concrete.Concrete method)
(angr.state_plugins.filesystem.SimConcreteFilesystem method)
(angr.state_plugins.filesystem.SimFilesystem method)
(angr.state_plugins.globals.SimStateGlobals method)
(angr.state_plugins.heap.heap_brk.SimHeapBrk method)
(angr.state_plugins.heap.heap_ptmalloc.SimHeapPTMalloc method)
(angr.state_plugins.history.SimStateHistory method)
(angr.state_plugins.inspect.SimInspector method)
(angr.state_plugins.javavm_classloader.SimJavaVmClassloader method)
(angr.state_plugins.jni_references.SimStateJNIReferences method)
(angr.state_plugins.libc.SimStateLibc method)
(angr.state_plugins.log.SimStateLog method)
(angr.state_plugins.loop_data.SimStateLoopData method)
(angr.state_plugins.plugin.SimStatePlugin method)
(angr.state_plugins.posix.PosixDevFS method)
(angr.state_plugins.posix.PosixProcFS method)
(angr.state_plugins.posix.SimSystemPosix method)
(angr.state_plugins.preconstrainer.SimStatePreconstrainer method)
(angr.state_plugins.scratch.SimStateScratch method)
(angr.state_plugins.solver.SimSolver method)
(angr.state_plugins.trace_additions.ChallRespInfo method)
(angr.state_plugins.trace_additions.ZenPlugin method)
(angr.state_plugins.unicorn_engine.Unicorn method)
(angr.state_plugins.view.SimMemView method)
(angr.state_plugins.view.SimRegNameView method)
(angr.storage.file.SimFile method)
(angr.storage.file.SimFileDescriptor method)
(angr.storage.file.SimFileDescriptorDuplex method)
(angr.storage.file.SimFileStream method)
(angr.storage.file.SimPackets method)
(angr.storage.file.SimPacketsSlots method)
(angr.storage.file.SimPacketsStream method)
(angr.storage.memory_mixins.address_concretization_mixin.AddressConcretizationMixin method)
(angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin.JavaVmMemoryMixin method)
(angr.storage.memory_mixins.MemoryMixin method)
(angr.storage.memory_mixins.paged_memory.paged_memory_mixin.PagedMemoryMixin method)
(angr.storage.memory_mixins.paged_memory.pages.list_page.ListPage method)
(angr.storage.memory_mixins.paged_memory.pages.multi_values.MultiValues method)
(angr.storage.memory_mixins.paged_memory.pages.mv_list_page.MVListPage method)
(angr.storage.memory_mixins.paged_memory.pages.ultra_page.UltraPage method)
(angr.storage.memory_mixins.regioned_memory.region_meta_mixin.MemoryRegionMetaMixin method)
(angr.storage.memory_mixins.regioned_memory.regioned_address_concretization_mixin.RegionedAddressConcretizationMixin method)
(angr.storage.memory_mixins.regioned_memory.regioned_memory_mixin.RegionedMemoryMixin method)
(angr.storage.memory_mixins.slotted_memory.SlottedMemoryMixin method)
(claripy.frontend.Frontend method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.light_frontend.LightFrontend method)
(claripy.vsa.abstract_location.AbstractLocation method)
merge_jobs() (angr.analyses.vfg.CallAnalysis method)
merge_points() (angr.annocfg.AnnotatedCFG method)
merge_to_top() (angr.keyed_region.KeyedRegion method)
merge_transitions() (in module angr.analyses.cfg_slice_to_sink.transitions)
merged_jobs (angr.analyses.forward_analysis.job_info.JobInfo property)
MetaELF (class in cle)
(class in cle.backends)
(class in cle.backends.elf)
(class in cle.backends.elf.metaelf)
method (archinfo.arch_soot.SootAddressDescriptor attribute)
methods (archinfo.arch_soot.SootClassDescriptor property)
mFx (pyvex.stmt.Dirty attribute)
MH_CIGAM (cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.MachO attribute)
MH_CIGAM_64 (cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.MachO attribute)
MH_MAGIC (cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.MachO attribute)
MH_MAGIC_64 (cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.MachO attribute)
MicrosoftAMD64ArgSession (class in angr.calling_conventions)
MID_REPR (claripy.ast.base.Base attribute)
min (claripy.vsa.strided_interval.StridedInterval property)
(claripy.vsa.valueset.ValueSet property)
min() (angr.state_plugins.solver.SimSolver method)
(claripy.backends.Backend method)
(claripy.frontend.Frontend method)
(claripy.frontend_mixins.concrete_handler_mixin.ConcreteHandlerMixin method)
(claripy.frontend_mixins.constraint_expansion_mixin.ConstraintExpansionMixin method)
(claripy.frontend_mixins.constraint_filter_mixin.ConstraintFilterMixin method)
(claripy.frontend_mixins.model_cache_mixin.ModelCacheMixin method)
(claripy.frontend_mixins.sat_cache_mixin.SatCacheMixin method)
(claripy.frontend_mixins.simplify_helper_mixin.SimplifyHelperMixin method)
(claripy.frontend_mixins.solve_block_mixin.SolveBlockMixin method)
(claripy.frontends.composite_frontend.CompositeFrontend method)
(claripy.frontends.constrained_frontend.ConstrainedFrontend method)
(claripy.frontends.full_frontend.FullFrontend method)
(claripy.frontends.hybrid_frontend.HybridFrontend method)
(claripy.frontends.light_frontend.LightFrontend method)
(claripy.frontends.replacement_frontend.ReplacementFrontend method)
min_addr (cle.Backend property)
(cle.backends.Backend property)
(cle.backends.backend.Backend property)
(cle.backends.binja.BinjaBin property)
(cle.backends.Blob property)
(cle.backends.blob.Blob property)
(cle.backends.elf.compilation_unit.CompilationUnit property)
(cle.backends.named_region.NamedRegion property)
(cle.backends.NamedRegion property)
(cle.backends.Region property)
(cle.backends.region.Region property)
(cle.backends.XBE property)
(cle.backends.xbe.XBE property)
(cle.Blob property)
(cle.Clemory attribute)
(cle.Loader property)
(cle.loader.Loader property)
(cle.memory.Clemory attribute)
(cle.NamedRegion property)
(cle.Region property)
(cle.XBE property)
min_and() (claripy.vsa.strided_interval.WarrenMethods static method)
min_bits() (claripy.vsa.strided_interval.StridedInterval static method)
min_int() (angr.state_plugins.solver.SimSolver method)
(claripy.vsa.strided_interval.StridedInterval static method)
min_offset() (cle.backends.Region method)
(cle.backends.region.Region method)
(cle.Region method)
min_or() (claripy.vsa.strided_interval.WarrenMethods static method)
min_xor() (claripy.vsa.strided_interval.WarrenMethods static method)
Minidump (class in cle)
(class in cle.backends)
(class in cle.backends.minidump)
MinidumpMissingStreamError
MinidumpThread (class in cle.backends.tls.minidump_tls)
MinidumpThreadManager (class in cle)
(class in cle.backends.tls)
(class in cle.backends.tls.minidump_tls)
minimum_syscall_number() (angr.procedures.definitions.SimSyscallLibrary method)
MipsElfFastResolver (class in angr.analyses.cfg.indirect_jump_resolvers.mips_elf_fast)
MipsGlobalReloc (class in cle.backends.elf.relocation.generic)
MIPSGPHook (class in angr.analyses.cfg.indirect_jump_resolvers.jumptable)
MipsLocalReloc (class in cle.backends.elf.relocation.generic)
missing_dependencies (cle.Loader property)
(cle.loader.Loader property)
MissingSolverError
MixedPermissonsError
mkbinop() (in module pyvex.lifting.util.vex_helper)
mkcmpop() (in module pyvex.lifting.util.vex_helper)
mkconst() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
mkunop() (in module pyvex.lifting.util.vex_helper)
mnemonic (angr.analyses.disassembly.Instruction property)
(angr.block.CapstoneInsn property)
(angr.block.DisassemblerInsn property)
mod (claripy.bv.BVV attribute)
model (angr.analyses.cfg.cfg_base.CFGBase property)
ModelCache (class in claripy.frontend_mixins.model_cache_mixin)
ModelCacheMixin (class in claripy.frontend_mixins.model_cache_mixin)
ModSimplifier (class in angr.analyses.decompiler.optimization_passes.mod_simplifier)
ModSimplifierAILEngine (class in angr.analyses.decompiler.optimization_passes.mod_simplifier)
module
ailment
ailment.block
ailment.converter_common
ailment.converter_vex
ailment.expression
ailment.manager
ailment.statement
ailment.tagged_object
ailment.utils
angr
angr.analyses
angr.analyses.analysis
angr.analyses.backward_slice
angr.analyses.binary_optimizer
angr.analyses.bindiff
angr.analyses.boyscout
angr.analyses.callee_cleanup_finder
angr.analyses.calling_convention
angr.analyses.cdg
angr.analyses.cfg
angr.analyses.cfg.cfb
angr.analyses.cfg.cfg
angr.analyses.cfg.cfg_arch_options
angr.analyses.cfg.cfg_base
angr.analyses.cfg.cfg_emulated
angr.analyses.cfg.cfg_fast
angr.analyses.cfg.cfg_fast_soot
angr.analyses.cfg.cfg_job_base
angr.analyses.cfg.cfg_utils
angr.analyses.cfg.indirect_jump_resolvers
angr.analyses.cfg.indirect_jump_resolvers.amd64_elf_got
angr.analyses.cfg.indirect_jump_resolvers.arm_elf_fast
angr.analyses.cfg.indirect_jump_resolvers.const_resolver
angr.analyses.cfg.indirect_jump_resolvers.default_resolvers
angr.analyses.cfg.indirect_jump_resolvers.jumptable
angr.analyses.cfg.indirect_jump_resolvers.mips_elf_fast
angr.analyses.cfg.indirect_jump_resolvers.resolver
angr.analyses.cfg.indirect_jump_resolvers.x86_elf_pic_plt
angr.analyses.cfg.indirect_jump_resolvers.x86_pe_iat
angr.analyses.cfg.segment_list
angr.analyses.cfg_slice_to_sink
angr.analyses.cfg_slice_to_sink.cfg_slice_to_sink
angr.analyses.cfg_slice_to_sink.graph
angr.analyses.cfg_slice_to_sink.transitions
angr.analyses.class_identifier
angr.analyses.code_tagging
angr.analyses.complete_calling_conventions
angr.analyses.congruency_check
angr.analyses.data_dep
angr.analyses.data_dep.data_dependency_analysis
angr.analyses.data_dep.dep_nodes
angr.analyses.data_dep.sim_act_location
angr.analyses.datagraph_meta
angr.analyses.ddg
angr.analyses.decompiler
angr.analyses.decompiler.ail_simplifier
angr.analyses.decompiler.ailblock_walker
angr.analyses.decompiler.ailgraph_walker
angr.analyses.decompiler.block_simplifier
angr.analyses.decompiler.callsite_maker
angr.analyses.decompiler.ccall_rewriters
angr.analyses.decompiler.ccall_rewriters.amd64_ccalls
angr.analyses.decompiler.ccall_rewriters.rewriter_base
angr.analyses.decompiler.clinic
angr.analyses.decompiler.condition_processor
angr.analyses.decompiler.decompilation_cache
angr.analyses.decompiler.decompilation_options
angr.analyses.decompiler.decompiler
angr.analyses.decompiler.empty_node_remover
angr.analyses.decompiler.expression_narrower
angr.analyses.decompiler.graph_region
angr.analyses.decompiler.jump_target_collector
angr.analyses.decompiler.jumptable_entry_condition_rewriter
angr.analyses.decompiler.optimization_passes
angr.analyses.decompiler.optimization_passes.base_ptr_save_simplifier
angr.analyses.decompiler.optimization_passes.const_derefs
angr.analyses.decompiler.optimization_passes.div_simplifier
angr.analyses.decompiler.optimization_passes.eager_returns
angr.analyses.decompiler.optimization_passes.engine_base
angr.analyses.decompiler.optimization_passes.expr_op_swapper
angr.analyses.decompiler.optimization_passes.ite_expr_converter
angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier
angr.analyses.decompiler.optimization_passes.mod_simplifier
angr.analyses.decompiler.optimization_passes.multi_simplifier
angr.analyses.decompiler.optimization_passes.optimization_pass
angr.analyses.decompiler.optimization_passes.register_save_area_simplifier
angr.analyses.decompiler.optimization_passes.ret_addr_save_simplifier
angr.analyses.decompiler.optimization_passes.stack_canary_simplifier
angr.analyses.decompiler.optimization_passes.x86_gcc_getpc_simplifier
angr.analyses.decompiler.peephole_optimizations
angr.analyses.decompiler.peephole_optimizations.base
angr.analyses.decompiler.redundant_label_remover
angr.analyses.decompiler.region_identifier
angr.analyses.decompiler.region_simplifiers
angr.analyses.decompiler.region_simplifiers.cascading_cond_transformer
angr.analyses.decompiler.region_simplifiers.cascading_ifs
angr.analyses.decompiler.region_simplifiers.expr_folding
angr.analyses.decompiler.region_simplifiers.goto
angr.analyses.decompiler.region_simplifiers.if_
angr.analyses.decompiler.region_simplifiers.ifelse
angr.analyses.decompiler.region_simplifiers.loop
angr.analyses.decompiler.region_simplifiers.node_address_finder
angr.analyses.decompiler.region_simplifiers.region_simplifier
angr.analyses.decompiler.region_walker
angr.analyses.decompiler.sequence_walker
angr.analyses.decompiler.structured_codegen
angr.analyses.decompiler.structured_codegen.base
angr.analyses.decompiler.structured_codegen.c
angr.analyses.decompiler.structured_codegen.dummy
angr.analyses.decompiler.structured_codegen.dwarf_import
angr.analyses.decompiler.structuring
angr.analyses.decompiler.structuring.dream
angr.analyses.decompiler.structuring.phoenix
angr.analyses.decompiler.structuring.recursive_structurer
angr.analyses.decompiler.structuring.structurer_base
angr.analyses.decompiler.structuring.structurer_nodes
angr.analyses.decompiler.utils
angr.analyses.disassembly
angr.analyses.disassembly_utils
angr.analyses.dominance_frontier
angr.analyses.find_objects_static
angr.analyses.flirt
angr.analyses.forward_analysis
angr.analyses.forward_analysis.forward_analysis
angr.analyses.forward_analysis.job_info
angr.analyses.forward_analysis.visitors
angr.analyses.forward_analysis.visitors.call_graph
angr.analyses.forward_analysis.visitors.function_graph
angr.analyses.forward_analysis.visitors.graph
angr.analyses.forward_analysis.visitors.loop
angr.analyses.forward_analysis.visitors.single_node_graph
angr.analyses.identifier.identify
angr.analyses.init_finder
angr.analyses.loop_analysis
angr.analyses.loopfinder
angr.analyses.propagator
angr.analyses.propagator.call_expr_finder
angr.analyses.propagator.engine_ail
angr.analyses.propagator.engine_base
angr.analyses.propagator.engine_vex
angr.analyses.propagator.outdated_definition_walker
angr.analyses.propagator.prop_value
angr.analyses.propagator.propagator
angr.analyses.propagator.tmpvar_finder
angr.analyses.propagator.top_checker_mixin
angr.analyses.propagator.values
angr.analyses.propagator.vex_vars
angr.analyses.proximity_graph
angr.analyses.reaching_definitions
angr.analyses.reaching_definitions.call_trace
angr.analyses.reaching_definitions.dep_graph
angr.analyses.reaching_definitions.engine_ail
angr.analyses.reaching_definitions.engine_vex
angr.analyses.reaching_definitions.external_codeloc
angr.analyses.reaching_definitions.function_handler
angr.analyses.reaching_definitions.heap_allocator
angr.analyses.reaching_definitions.rd_state
angr.analyses.reaching_definitions.reaching_definitions
angr.analyses.reaching_definitions.subject
angr.analyses.reassembler
angr.analyses.soot_class_hierarchy
angr.analyses.stack_pointer_tracker
angr.analyses.static_hooker
angr.analyses.typehoon
angr.analyses.typehoon.lifter
angr.analyses.typehoon.simple_solver
angr.analyses.typehoon.translator
angr.analyses.typehoon.typeconsts
angr.analyses.typehoon.typehoon
angr.analyses.typehoon.typevars
angr.analyses.variable_recovery
angr.analyses.variable_recovery.annotations
angr.analyses.variable_recovery.engine_ail
angr.analyses.variable_recovery.engine_base
angr.analyses.variable_recovery.engine_vex
angr.analyses.variable_recovery.variable_recovery
angr.analyses.variable_recovery.variable_recovery_base
angr.analyses.variable_recovery.variable_recovery_fast
angr.analyses.veritesting
angr.analyses.vfg
angr.analyses.vsa_ddg
angr.analyses.vtable
angr.analyses.xrefs
angr.angrdb
angr.angrdb.db
angr.angrdb.models
angr.angrdb.serializers
angr.angrdb.serializers.cfg_model
angr.angrdb.serializers.comments
angr.angrdb.serializers.funcs
angr.angrdb.serializers.kb
angr.angrdb.serializers.labels
angr.angrdb.serializers.loader
angr.angrdb.serializers.structured_code
angr.angrdb.serializers.variables
angr.angrdb.serializers.xrefs
angr.annocfg
angr.blade
angr.block
angr.callable
angr.calling_conventions
angr.code_location
angr.codenode
angr.concretization_strategies
angr.concretization_strategies.any
angr.concretization_strategies.controlled_data
angr.concretization_strategies.eval
angr.concretization_strategies.max
angr.concretization_strategies.nonzero
angr.concretization_strategies.nonzero_range
angr.concretization_strategies.norepeats
angr.concretization_strategies.norepeats_range
angr.concretization_strategies.range
angr.concretization_strategies.single
angr.concretization_strategies.solutions
angr.concretization_strategies.unlimited_range
angr.distributed
angr.distributed.server
angr.distributed.worker
angr.engines
angr.engines.concrete
angr.engines.engine
angr.engines.failure
angr.engines.hook
angr.engines.light
angr.engines.light.data
angr.engines.light.engine
angr.engines.procedure
angr.engines.soot
angr.engines.soot.engine
angr.engines.successors
angr.engines.syscall
angr.engines.unicorn
angr.engines.vex
angr.errors
angr.exploration_techniques
angr.exploration_techniques.bucketizer
angr.exploration_techniques.cacher
angr.exploration_techniques.common
angr.exploration_techniques.dfs
angr.exploration_techniques.director
angr.exploration_techniques.driller_core
angr.exploration_techniques.explorer
angr.exploration_techniques.lengthlimiter
angr.exploration_techniques.local_loop_seer
angr.exploration_techniques.loop_seer
angr.exploration_techniques.manual_mergepoint
angr.exploration_techniques.memory_watcher
angr.exploration_techniques.oppologist
angr.exploration_techniques.slicecutor
angr.exploration_techniques.spiller
angr.exploration_techniques.spiller_db
angr.exploration_techniques.stochastic
angr.exploration_techniques.suggestions
angr.exploration_techniques.symbion
angr.exploration_techniques.tech_builder
angr.exploration_techniques.threading
angr.exploration_techniques.timeout
angr.exploration_techniques.tracer
angr.exploration_techniques.unique
angr.exploration_techniques.veritesting
angr.factory
angr.flirt
angr.flirt.build_sig
angr.keyed_region
angr.knowledge_base
angr.knowledge_base.knowledge_base
angr.knowledge_plugins
angr.knowledge_plugins.callsite_prototypes
angr.knowledge_plugins.cfg
angr.knowledge_plugins.cfg.cfg_manager
angr.knowledge_plugins.cfg.cfg_model
angr.knowledge_plugins.cfg.cfg_node
angr.knowledge_plugins.cfg.indirect_jump
angr.knowledge_plugins.cfg.memory_data
angr.knowledge_plugins.comments
angr.knowledge_plugins.data
angr.knowledge_plugins.debug_variables
angr.knowledge_plugins.functions
angr.knowledge_plugins.functions.function
angr.knowledge_plugins.functions.function_manager
angr.knowledge_plugins.functions.function_parser
angr.knowledge_plugins.functions.soot_function
angr.knowledge_plugins.gotos
angr.knowledge_plugins.indirect_jumps
angr.knowledge_plugins.key_definitions
angr.knowledge_plugins.key_definitions.atoms
angr.knowledge_plugins.key_definitions.constants
angr.knowledge_plugins.key_definitions.definition
angr.knowledge_plugins.key_definitions.environment
angr.knowledge_plugins.key_definitions.heap_address
angr.knowledge_plugins.key_definitions.key_definition_manager
angr.knowledge_plugins.key_definitions.live_definitions
angr.knowledge_plugins.key_definitions.rd_model
angr.knowledge_plugins.key_definitions.tag
angr.knowledge_plugins.key_definitions.undefined
angr.knowledge_plugins.key_definitions.unknown_size
angr.knowledge_plugins.key_definitions.uses
angr.knowledge_plugins.labels
angr.knowledge_plugins.patches
angr.knowledge_plugins.plugin
angr.knowledge_plugins.propagations
angr.knowledge_plugins.structured_code
angr.knowledge_plugins.structured_code.manager
angr.knowledge_plugins.sync
angr.knowledge_plugins.sync.sync_controller
angr.knowledge_plugins.types
angr.knowledge_plugins.variables
angr.knowledge_plugins.variables.variable_access
angr.knowledge_plugins.variables.variable_manager
angr.knowledge_plugins.xrefs
angr.knowledge_plugins.xrefs.xref
angr.knowledge_plugins.xrefs.xref_manager
angr.knowledge_plugins.xrefs.xref_types
angr.misc.plugins
angr.procedures
angr.procedures.definitions
angr.procedures.stubs.format_parser
angr.project
angr.protos
angr.serializable
angr.sim_manager
angr.sim_options
angr.sim_procedure
angr.sim_state
angr.sim_state_options
angr.sim_type
angr.sim_variable
angr.simos
angr.simos.cgc
angr.simos.javavm
angr.simos.linux
angr.simos.simos
angr.simos.userland
angr.simos.windows
angr.slicer
angr.state_hierarchy
angr.state_plugins
angr.state_plugins.callstack
angr.state_plugins.cgc
angr.state_plugins.concrete
angr.state_plugins.debug_variables
angr.state_plugins.filesystem
angr.state_plugins.gdb
angr.state_plugins.globals
angr.state_plugins.heap
angr.state_plugins.heap.heap_base
angr.state_plugins.heap.heap_brk
angr.state_plugins.heap.heap_freelist
angr.state_plugins.heap.heap_libc
angr.state_plugins.heap.heap_ptmalloc
angr.state_plugins.heap.utils
angr.state_plugins.history
angr.state_plugins.inspect
angr.state_plugins.javavm_classloader
angr.state_plugins.jni_references
angr.state_plugins.libc
angr.state_plugins.light_registers
angr.state_plugins.log
angr.state_plugins.loop_data
angr.state_plugins.plugin
angr.state_plugins.posix
angr.state_plugins.preconstrainer
angr.state_plugins.scratch
angr.state_plugins.sim_action
angr.state_plugins.sim_action_object
angr.state_plugins.sim_event
angr.state_plugins.solver
angr.state_plugins.symbolizer
angr.state_plugins.trace_additions
angr.state_plugins.uc_manager
angr.state_plugins.unicorn_engine
angr.state_plugins.view
angr.storage
angr.storage.file
angr.storage.memory_mixins
angr.storage.memory_mixins.actions_mixin
angr.storage.memory_mixins.address_concretization_mixin
angr.storage.memory_mixins.bvv_conversion_mixin
angr.storage.memory_mixins.clouseau_mixin
angr.storage.memory_mixins.conditional_store_mixin
angr.storage.memory_mixins.convenient_mappings_mixin
angr.storage.memory_mixins.default_filler_mixin
angr.storage.memory_mixins.dirty_addrs_mixin
angr.storage.memory_mixins.hex_dumper_mixin
angr.storage.memory_mixins.javavm_memory
angr.storage.memory_mixins.javavm_memory.javavm_memory_mixin
angr.storage.memory_mixins.keyvalue_memory
angr.storage.memory_mixins.keyvalue_memory.keyvalue_memory_mixin
angr.storage.memory_mixins.label_merger_mixin
angr.storage.memory_mixins.multi_value_merger_mixin
angr.storage.memory_mixins.name_resolution_mixin
angr.storage.memory_mixins.paged_memory
angr.storage.memory_mixins.paged_memory.page_backer_mixins
angr.storage.memory_mixins.paged_memory.paged_memory_mixin
angr.storage.memory_mixins.paged_memory.pages
angr.storage.memory_mixins.paged_memory.pages.cooperation
angr.storage.memory_mixins.paged_memory.pages.history_tracking_mixin
angr.storage.memory_mixins.paged_memory.pages.ispo_mixin
angr.storage.memory_mixins.paged_memory.pages.list_page
angr.storage.memory_mixins.paged_memory.pages.multi_values
angr.storage.memory_mixins.paged_memory.pages.mv_list_page
angr.storage.memory_mixins.paged_memory.pages.permissions_mixin
angr.storage.memory_mixins.paged_memory.pages.refcount_mixin
angr.storage.memory_mixins.paged_memory.pages.ultra_page
angr.storage.memory_mixins.paged_memory.privileged_mixin
angr.storage.memory_mixins.paged_memory.stack_allocation_mixin
angr.storage.memory_mixins.regioned_memory
angr.storage.memory_mixins.regioned_memory.abstract_address_descriptor
angr.storage.memory_mixins.regioned_memory.abstract_merger_mixin
angr.storage.memory_mixins.regioned_memory.region_category_mixin
angr.storage.memory_mixins.regioned_memory.region_data
angr.storage.memory_mixins.regioned_memory.region_meta_mixin
angr.storage.memory_mixins.regioned_memory.regioned_address_concretization_mixin
angr.storage.memory_mixins.regioned_memory.regioned_memory_mixin
angr.storage.memory_mixins.regioned_memory.static_find_mixin
angr.storage.memory_mixins.simple_interface_mixin
angr.storage.memory_mixins.simplification_mixin
angr.storage.memory_mixins.size_resolution_mixin
angr.storage.memory_mixins.slotted_memory
angr.storage.memory_mixins.smart_find_mixin
angr.storage.memory_mixins.symbolic_merger_mixin
angr.storage.memory_mixins.top_merger_mixin
angr.storage.memory_mixins.underconstrained_mixin
angr.storage.memory_mixins.unwrapper_mixin
angr.storage.memory_object
angr.storage.pcap
angr.type_backend
angr.utils
angr.utils.algo
angr.utils.constants
angr.utils.cowdict
angr.utils.dynamic_dictlist
angr.utils.enums_conv
angr.utils.env
angr.utils.formatting
angr.utils.graph
angr.utils.lazy_import
angr.utils.library
angr.utils.loader
angr.utils.mp
angr.utils.timing
angr.vaults
archinfo
archinfo.arch
archinfo.arch_aarch64
archinfo.arch_amd64
archinfo.arch_arm
archinfo.arch_avr
archinfo.arch_mips32
archinfo.arch_mips64
archinfo.arch_pcode
archinfo.arch_ppc32
archinfo.arch_ppc64
archinfo.arch_s390x
archinfo.arch_soot
archinfo.arch_x86
archinfo.archerror
archinfo.defines
archinfo.tls
archinfo.types
claripy
claripy.annotation
claripy.ast
claripy.ast.base
claripy.ast.bits
claripy.ast.bool
claripy.ast.bv
claripy.ast.fp
claripy.ast.int
claripy.ast.strings
claripy.ast.vs
claripy.backend_manager
claripy.backend_object
claripy.backends
claripy.backends.backend_concrete
claripy.backends.backend_smtlib
claripy.backends.backend_smtlib_solvers
claripy.backends.backend_smtlib_solvers.abc_popen
claripy.backends.backend_smtlib_solvers.cvc4_popen
claripy.backends.backend_smtlib_solvers.z3_popen
claripy.backends.backend_smtlib_solvers.z3str_popen
claripy.backends.backend_vsa
claripy.backends.backend_z3
claripy.backends.backend_z3_parallel
claripy.balancer
claripy.bv
claripy.debug
claripy.errors
claripy.fp
claripy.frontend
claripy.frontend_mixins
claripy.frontend_mixins.composited_cache_mixin
claripy.frontend_mixins.concrete_handler_mixin
claripy.frontend_mixins.constraint_deduplicator_mixin
claripy.frontend_mixins.constraint_expansion_mixin
claripy.frontend_mixins.constraint_filter_mixin
claripy.frontend_mixins.constraint_fixer_mixin
claripy.frontend_mixins.debug_mixin
claripy.frontend_mixins.eager_resolution_mixin
claripy.frontend_mixins.eval_string_to_ast_mixin
claripy.frontend_mixins.model_cache_mixin
claripy.frontend_mixins.sat_cache_mixin
claripy.frontend_mixins.simplify_helper_mixin
claripy.frontend_mixins.simplify_skipper_mixin
claripy.frontend_mixins.smtlib_script_dumper_mixin
claripy.frontend_mixins.solve_block_mixin
claripy.frontends
claripy.frontends.composite_frontend
claripy.frontends.constrained_frontend
claripy.frontends.full_frontend
claripy.frontends.hybrid_frontend
claripy.frontends.light_frontend
claripy.frontends.replacement_frontend
claripy.operations
claripy.ops
claripy.simplifications
claripy.smtlib_utils
claripy.solvers
claripy.strings
claripy.vsa
claripy.vsa.abstract_location
claripy.vsa.bool_result
claripy.vsa.discrete_strided_interval_set
claripy.vsa.errors
claripy.vsa.strided_interval
claripy.vsa.valueset
cle
cle.address_translator
cle.backends
cle.backends.backend
cle.backends.binja
cle.backends.blob
cle.backends.cgc
cle.backends.cgc.backedcgc
cle.backends.cgc.cgc
cle.backends.elf
cle.backends.elf.compilation_unit
cle.backends.elf.elf
cle.backends.elf.elfcore
cle.backends.elf.hashtable
cle.backends.elf.lsda
cle.backends.elf.metaelf
cle.backends.elf.regions
cle.backends.elf.relocation
cle.backends.elf.relocation.amd64
cle.backends.elf.relocation.arm
cle.backends.elf.relocation.arm64
cle.backends.elf.relocation.arm_cortex_m
cle.backends.elf.relocation.armel
cle.backends.elf.relocation.armhf
cle.backends.elf.relocation.elfreloc
cle.backends.elf.relocation.generic
cle.backends.elf.relocation.i386
cle.backends.elf.relocation.mips
cle.backends.elf.relocation.mips64
cle.backends.elf.relocation.pcc64
cle.backends.elf.relocation.ppc
cle.backends.elf.relocation.s390x
cle.backends.elf.subprogram
cle.backends.elf.symbol
cle.backends.elf.symbol_type
cle.backends.elf.variable
cle.backends.elf.variable_type
cle.backends.externs
cle.backends.externs.simdata
cle.backends.externs.simdata.common
cle.backends.externs.simdata.simdata
cle.backends.ihex
cle.backends.java
cle.backends.java.android_lifecycle
cle.backends.java.apk
cle.backends.java.jar
cle.backends.java.soot
cle.backends.macho
cle.backends.macho.binding
cle.backends.macho.macho
cle.backends.macho.macho_load_commands
cle.backends.macho.section
cle.backends.macho.segment
cle.backends.macho.structs
cle.backends.macho.symbol
cle.backends.minidump
cle.backends.named_region
cle.backends.pe
cle.backends.pe.pe
cle.backends.pe.regions
cle.backends.pe.relocation
cle.backends.pe.relocation.amd64
cle.backends.pe.relocation.arm
cle.backends.pe.relocation.generic
cle.backends.pe.relocation.i386
cle.backends.pe.relocation.mips
cle.backends.pe.relocation.pereloc
cle.backends.pe.relocation.riscv
cle.backends.pe.symbol
cle.backends.region
cle.backends.regions
cle.backends.relocation
cle.backends.static_archive
cle.backends.symbol
cle.backends.tls
cle.backends.tls.elf_tls
cle.backends.tls.elfcore_tls
cle.backends.tls.minidump_tls
cle.backends.tls.pe_tls
cle.backends.tls.tls_object
cle.backends.xbe
cle.errors
cle.gdb
cle.loader
cle.memory
cle.patched_stream
cle.utils
pyvex
pyvex.block
pyvex.const
pyvex.data_ref
pyvex.enums
pyvex.errors
pyvex.expr
pyvex.lifting
pyvex.lifting.libvex
pyvex.lifting.lifter
pyvex.lifting.post_processor
pyvex.lifting.util
pyvex.lifting.util.instr_helper
pyvex.lifting.util.irsb_postprocess
pyvex.lifting.util.lifter_helper
pyvex.lifting.util.syntax_wrapper
pyvex.lifting.util.vex_helper
pyvex.lifting.zerodivision
pyvex.stmt
pyvex.utils
most_mergeable() (angr.state_hierarchy.StateHierarchy method)
mount() (angr.state_plugins.filesystem.SimFilesystem method)
move() (angr.sim_manager.SimulationManager method)
mp_context() (in module angr.utils.mp)
mSize (pyvex.stmt.Dirty attribute)
Mul (angr.engines.light.data.ArithmeticExpression attribute)
mul() (claripy.vsa.strided_interval.StridedInterval method)
mull_signature() (in module pyvex.expr)
mulpyplex() (angr.sim_manager.SimulationManager method)
MultiNode (class in angr.analyses.decompiler.structuring.structurer_nodes)
MultipleBlocksException
MultiSimplifier (class in angr.analyses.decompiler.optimization_passes.multi_simplifier)
MultiSimplifierAILEngine (class in angr.analyses.decompiler.optimization_passes.multi_simplifier)
multivalued (claripy.ast.base.Base property)
multivalued() (claripy.backends.Backend method)
MultiValuedMemory (class in angr.storage.memory_mixins)
MultiValueMergerMixin (class in angr.storage.memory_mixins.multi_value_merger_mixin)
MultiValues (class in angr.storage.memory_mixins.paged_memory.pages.multi_values)
MultiwriteAnnotation (class in angr.storage.memory_mixins.address_concretization_mixin)
MVListPage (class in angr.storage.memory_mixins.paged_memory.pages.mv_list_page)
MVListPagesMixin (class in angr.storage.memory_mixins.paged_memory.paged_memory_mixin)
MVListPagesWithLabelsMixin (class in angr.storage.memory_mixins.paged_memory.paged_memory_mixin)
N
n (angr.analyses.typehoon.typevars.AddN attribute)
(angr.analyses.typehoon.typevars.SubN attribute)
n_opcode_add_addr_uleb() (in module cle.backends.macho.binding)
n_opcode_do_bind() (in module cle.backends.macho.binding)
n_opcode_do_bind_add_addr_imm_scaled() (in module cle.backends.macho.binding)
n_opcode_do_bind_add_addr_uleb() (in module cle.backends.macho.binding)
n_opcode_do_bind_uleb_times_skipping_uleb() (in module cle.backends.macho.binding)
n_opcode_done() (in module cle.backends.macho.binding)
n_opcode_set_addend_sleb() (in module cle.backends.macho.binding)
n_opcode_set_dylib_ordinal_imm() (in module cle.backends.macho.binding)
n_opcode_set_dylib_ordinal_uleb() (in module cle.backends.macho.binding)
n_opcode_set_dylib_special_imm() (in module cle.backends.macho.binding)
n_opcode_set_segment_and_offset_uleb() (in module cle.backends.macho.binding)
n_opcode_set_trailing_flags_imm() (in module cle.backends.macho.binding)
n_opcode_set_type_imm() (in module cle.backends.macho.binding)
n_values (claripy.vsa.strided_interval.StridedInterval property)
name (ailment.statement.Label attribute)
NAME (angr.analyses.decompiler.optimization_passes.base_ptr_save_simplifier.BasePointerSaveSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.const_derefs.ConstantDereferencesSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.div_simplifier.DivSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.eager_returns.EagerReturnsSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.expr_op_swapper.ExprOpSwapper attribute)
(angr.analyses.decompiler.optimization_passes.ite_expr_converter.ITEExprConverter attribute)
(angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier.LoweredSwitchSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.mod_simplifier.ModSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.multi_simplifier.MultiSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.register_save_area_simplifier.RegisterSaveAreaSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.ret_addr_save_simplifier.RetAddrSaveSimplifier attribute)
(angr.analyses.decompiler.optimization_passes.stack_canary_simplifier.StackCanarySimplifier attribute)
(angr.analyses.decompiler.optimization_passes.x86_gcc_getpc_simplifier.X86GccGetPcSimplifier attribute)
(angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationExprBase attribute)
(angr.analyses.decompiler.peephole_optimizations.base.PeepholeOptimizationStmtBase attribute)
name (angr.analyses.decompiler.structured_codegen.c.CFakeVariable attribute)
(angr.analyses.decompiler.structured_codegen.c.CFunction attribute)
(angr.analyses.decompiler.structured_codegen.c.CLabel attribute)
NAME (angr.analyses.decompiler.structuring.dream.DreamStructurer attribute)
(angr.analyses.decompiler.structuring.phoenix.PhoenixStructurer attribute)
(angr.analyses.decompiler.structuring.structurer_base.StructurerBase attribute)
name (angr.analyses.reassembler.Procedure property)
(angr.angrdb.models.DbKnowledgeBase attribute)
(angr.angrdb.models.DbLabel attribute)
(angr.knowledge_plugins.cfg.cfg_node.CFGNode property)
(angr.knowledge_plugins.functions.function.Function property)
(angr.procedures.definitions.SimLibrary property)
(angr.sim_state_options.StateOption attribute)
(angr.sim_type.NamedTypeMixin property)
(angr.sim_type.TypeRef property)
(angr.sim_variable.SimVariable attribute)
(archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_arm.ArchARMCortexM attribute)
(archinfo.arch_arm.ArchARMEL attribute)
(archinfo.arch_arm.ArchARMHF attribute)
(archinfo.arch_avr.ArchAVR8 attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_pcode.ArchPcode attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_soot.ArchSoot attribute)
(archinfo.arch_soot.SootClassDescriptor attribute)
(archinfo.arch_soot.SootFieldDescriptor attribute)
(archinfo.arch_soot.SootMethodDescriptor attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchARMCortexM attribute)
(archinfo.ArchARMEL attribute)
(archinfo.ArchARMHF attribute)
(archinfo.ArchAVR8 attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPcode attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchSoot attribute)
(archinfo.ArchX86 attribute)
(claripy.vsa.strided_interval.StridedInterval property)
(claripy.vsa.valueset.ValueSet property)
(cle.backends.externs.simdata.SimData attribute)
(cle.backends.externs.simdata.simdata.SimData attribute)
(pyvex.enums.IRCallee attribute)
(pyvex.lifting.util.instr_helper.Instruction property)
name() (claripy.backends.Backend method)
(claripy.backends.backend_vsa.BackendVSA method)
name_offset (cle.backends.macho.structs.dyld_chained_import attribute)
(cle.backends.macho.structs.dyld_chained_import_addend attribute)
(cle.backends.macho.structs.dyld_chained_import_addend64 attribute)
(cle.backends.macho.structs.DyldImportStruct attribute)
name_stop() (angr.state_plugins.unicorn_engine.STOP static method)
named_errors (angr.analyses.analysis.Analysis attribute)
NamedRegion (class in cle)
(class in cle.backends)
(class in cle.backends.named_region)
NamedTypeMixin (class in angr.sim_type)
nameless_copy() (claripy.vsa.strided_interval.StridedInterval method)
NameResolutionMixin (class in angr.storage.memory_mixins.name_resolution_mixin)
narrow_high() (pyvex.lifting.util.syntax_wrapper.VexValue method)
narrow_low() (pyvex.lifting.util.syntax_wrapper.VexValue method)
native_arch (angr.simos.javavm.SimJavaVM property)
ncmds (cle.backends.MachO attribute)
(cle.backends.macho.MachO attribute)
(cle.backends.macho.macho.MachO attribute)
(cle.MachO attribute)
ne_simplifier() (claripy.simplifications.SimplificationManager static method)
needs_details (angr.analyses.propagator.prop_value.PropValue property)
NeedStatementsNotification
neg() (claripy.vsa.strided_interval.StridedInterval method)
nElems (pyvex.enums.IRRegArray attribute)
new() (angr.analyses.cfg.cfg_job_base.BlockID static method)
(angr.analyses.cfg.cfg_job_base.FunctionKey static method)
(angr.analyses.typehoon.typeconsts.Pointer method)
new_from_shared() (angr.storage.memory_mixins.paged_memory.pages.ultra_page.UltraPage class method)
new_label() (angr.analyses.reassembler.Label static method)
(angr.analyses.reassembler.SymbolManager method)
new_model() (angr.knowledge_plugins.cfg.cfg_manager.CFGManager method)
new_thread() (cle.backends.tls.elfcore_tls.ELFCoreThreadManager method)
(cle.backends.tls.ELFCoreThreadManager method)
(cle.backends.tls.minidump_tls.MinidumpThreadManager method)
(cle.backends.tls.MinidumpThreadManager method)
(cle.backends.tls.ThreadManager method)
(cle.backends.tls.tls_object.ThreadManager method)
(cle.ELFCoreThreadManager method)
(cle.MinidumpThreadManager method)
(cle.ThreadManager method)
NewFunctionHandler (class in angr.analyses.find_objects_static)
Next (angr.analyses.loop_analysis.VariableTypes attribute)
next (angr.state_plugins.unicorn_engine.MEM_PATCH attribute)
(cle.backends.macho.structs.dyld_chained_ptr_64_bind attribute)
(cle.backends.macho.structs.dyld_chained_ptr_64_rebase attribute)
(pyvex.block.IRSB attribute)
next_addr (angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier.Case attribute)
next_arg() (angr.calling_conventions.SimCC method)
(angr.calling_conventions.SimCCARM method)
(angr.calling_conventions.SimCCARMHF method)
(angr.calling_conventions.SimCCCdecl method)
(angr.calling_conventions.SimCCMicrosoftAMD64 method)
(angr.calling_conventions.SimCCO32 method)
(angr.calling_conventions.SimCCSystemVAMD64 method)
(angr.calling_conventions.SimCCUsercall method)
next_atom() (ailment.Manager method)
(ailment.manager.Manager method)
next_chunk() (angr.state_plugins.heap.heap_freelist.Chunk method)
(angr.state_plugins.heap.heap_ptmalloc.PTChunk method)
next_free_pos() (angr.analyses.cfg.segment_list.SegmentList method)
next_node() (angr.analyses.forward_analysis.visitors.graph.GraphVisitor method)
(angr.analyses.forward_analysis.visitors.single_node_graph.SingleNodeGraphVisitor method)
next_pos_with_sort_not_in() (angr.analyses.cfg.segment_list.SegmentList method)
next_variable_ident() (angr.knowledge_plugins.variables.variable_manager.VariableManagerInternal method)
nFxState (pyvex.stmt.Dirty attribute)
nia (pyvex.stmt.AbiHint attribute)
no_ret (angr.knowledge_plugins.cfg.cfg_node.CFGNode attribute)
NO_RET (angr.sim_procedure.SimProcedure attribute)
NoConcreteDispatch
NodalAnnotation (class in angr.analyses.data_dep.data_dependency_analysis)
node (angr.analyses.decompiler.structuring.structurer_nodes.CodeNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.ConditionNode attribute)
(angr.analyses.forward_analysis.visitors.single_node_graph.SingleNodeGraphVisitor attribute)
node_addr (angr.analyses.decompiler.region_simplifiers.expr_folding.ConditionalBreakLocation attribute)
(angr.analyses.decompiler.region_simplifiers.expr_folding.ConditionLocation attribute)
node_observe() (angr.analyses.reaching_definitions.reaching_definitions.ReachingDefinitionsAnalysis method)
node_position() (angr.analyses.decompiler.structuring.structurer_nodes.SequenceNode method)
node_returned (angr.analyses.forward_analysis.visitors.single_node_graph.SingleNodeGraphVisitor attribute)
node_type (angr.analyses.decompiler.optimization_passes.lowered_switch_simplifier.Case attribute)
NodeAddressFinder (class in angr.analyses.decompiler.region_simplifiers.node_address_finder)
NoDecode (pyvex.lifting.util.vex_helper.JumpKind attribute)
NodeFoundNotification
nodes (angr.analyses.cfg_slice_to_sink.cfg_slice_to_sink.CFGSliceToSink property)
(angr.analyses.decompiler.structuring.structurer_nodes.MultiNode attribute)
(angr.analyses.decompiler.structuring.structurer_nodes.SequenceNode attribute)
(angr.knowledge_plugins.functions.function.Function property)
nodes() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.forward_analysis.visitors.graph.GraphVisitor method)
(angr.analyses.reaching_definitions.dep_graph.DepGraph method)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel method)
nodes_iter() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.forward_analysis.visitors.graph.GraphVisitor method)
non_zero_exprs() (angr.analyses.propagator.prop_value.PropValue method)
NONE (angr.simos.windows.SecurityCookieInit attribute)
NoOp (class in pyvex.stmt)
noop() (pyvex.lifting.util.vex_helper.IRSBCustomizer method)
nop_instruction (archinfo.Arch attribute)
(archinfo.arch.Arch attribute)
(archinfo.arch_aarch64.ArchAArch64 attribute)
(archinfo.arch_amd64.ArchAMD64 attribute)
(archinfo.arch_arm.ArchARM attribute)
(archinfo.arch_mips32.ArchMIPS32 attribute)
(archinfo.arch_mips64.ArchMIPS64 attribute)
(archinfo.arch_ppc32.ArchPPC32 attribute)
(archinfo.arch_ppc64.ArchPPC64 attribute)
(archinfo.arch_s390x.ArchS390X attribute)
(archinfo.arch_x86.ArchX86 attribute)
(archinfo.ArchAArch64 attribute)
(archinfo.ArchAMD64 attribute)
(archinfo.ArchARM attribute)
(archinfo.ArchMIPS32 attribute)
(archinfo.ArchMIPS64 attribute)
(archinfo.ArchPPC32 attribute)
(archinfo.ArchPPC64 attribute)
(archinfo.ArchS390X attribute)
(archinfo.ArchX86 attribute)
normalize() (angr.analyses.cfg.cfg_base.CFGBase method)
(angr.analyses.cfg.cfg_fast_soot.CFGFastSoot method)
(angr.knowledge_plugins.functions.function.Function method)
(angr.knowledge_plugins.functions.soot_function.SootFunction method)
(claripy.vsa.discrete_strided_interval_set.DiscreteStridedIntervalSet method)
(claripy.vsa.strided_interval.StridedInterval method)
normalize_arg_order() (in module claripy.backends.backend_vsa)
normalize_cpp_function_name() (in module angr.sim_type)
normalize_types() (in module claripy.bv)
(in module claripy.fp)
(in module claripy.vsa.strided_interval)
normalize_types_one_arg() (in module claripy.vsa.valueset)
normalize_types_two_args() (in module claripy.vsa.valueset)
normalized (angr.analyses.cfg.cfg_base.CFGBase property)
(angr.knowledge_plugins.cfg.cfg_model.CFGModel attribute)
(angr.knowledge_plugins.functions.function.Function attribute)
(angr.knowledge_plugins.functions.soot_function.SootFunction attribute)
NormalizedBlock (class in angr.analyses.bindiff)
NormalizedFunction (class in angr.analyses.bindiff)
normalizer() (in module claripy.bv)
Not() (claripy.backends.backend_vsa.BackendVSA static method)