ethpector.symbolic.modules package¶
Submodules¶
ethpector.symbolic.modules.extractor module¶
ethpector.symbolic.modules.sender module¶
- class ethpector.symbolic.modules.sender.AddressConstantAnnotation(address, pc)[source]¶
Bases:
object
- class ethpector.symbolic.modules.sender.MsgSender(enable_sender_in_index)[source]¶
Bases:
DetectionModule
This module detects whether control flow decisions are made based on the transaction sender.
- description = 'Check whether control flow decisions are influenced by msg.sender'¶
- entry_point: EntryPoint = 2¶
- name = 'Control flow depends on msg.sender'¶