rop ¤
Classes:
Functions:
Attributes:
-
parser
–
parser module-attribute
¤
RawMemoryBinary ¤
Bases: object
Methods:
-
getBinary
– -
getFileName
– -
getRawBinary
– -
getEntryPoint
– -
getExecSections
– -
getDataSections
– -
getArch
– -
getArchMode
– -
getEndian
– -
getFormat
–
Attributes:
-
start_addr
– -
cs
–
split_range_to_chunks ¤
split_range_to_chunks(
range_start: int, range_end: int, chunk_size: int = 10 * 1024 * 1024
) -> Iterator[tuple[int, int, int, int]]