angr.utils.loader¶
- angr.utils.loader.is_pc(project, ins_addr, addr)¶
Check if the given address is program counter (PC) or not. This function is for handling the case on some bizarre architectures where PC is always the currently executed instruction address plus a constant value.
- angr.utils.loader.is_in_readonly_section(project, addr)¶
Check if the specified address is inside a read-only section.
- angr.utils.loader.is_in_readonly_segment(project, addr)¶
Check if the specified address is inside a read-only segment.