|
| def | __init__ (self, s=b"", paddingbyte=b"\x00") |
| |
| def | __bytes__ (self) |
| |
| def | __str__ (self) |
| |
| def | __getitem__ (self, item) |
| |
| def | __setitem__ (self, item, val) |
| |
| def | __repr__ (self) |
| |
| def | __len__ (self) |
| |
| def | __contains__ (self, val) |
| |
| def | __iadd__ (self, other) |
| |
| def | find (self, pattern, start=0, end=None) |
| |
| def | rfind (self, pattern, start=0, end=None) |
| |
◆ __init__()
| def miasm.loader.strpatchwork.StrPatchwork.__init__ |
( |
|
self, |
|
|
|
s = b"", |
|
|
|
paddingbyte = b"\x00" |
|
) |
| |
◆ __bytes__()
| def miasm.loader.strpatchwork.StrPatchwork.__bytes__ |
( |
|
self | ) |
|
◆ __contains__()
| def miasm.loader.strpatchwork.StrPatchwork.__contains__ |
( |
|
self, |
|
|
|
val |
|
) |
| |
◆ __getitem__()
| def miasm.loader.strpatchwork.StrPatchwork.__getitem__ |
( |
|
self, |
|
|
|
item |
|
) |
| |
◆ __iadd__()
| def miasm.loader.strpatchwork.StrPatchwork.__iadd__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __len__()
| def miasm.loader.strpatchwork.StrPatchwork.__len__ |
( |
|
self | ) |
|
◆ __repr__()
| def miasm.loader.strpatchwork.StrPatchwork.__repr__ |
( |
|
self | ) |
|
◆ __setitem__()
| def miasm.loader.strpatchwork.StrPatchwork.__setitem__ |
( |
|
self, |
|
|
|
item, |
|
|
|
val |
|
) |
| |
◆ __str__()
| def miasm.loader.strpatchwork.StrPatchwork.__str__ |
( |
|
self | ) |
|
◆ find()
| def miasm.loader.strpatchwork.StrPatchwork.find |
( |
|
self, |
|
|
|
pattern, |
|
|
|
start = 0, |
|
|
|
end = None |
|
) |
| |
◆ rfind()
| def miasm.loader.strpatchwork.StrPatchwork.rfind |
( |
|
self, |
|
|
|
pattern, |
|
|
|
start = 0, |
|
|
|
end = None |
|
) |
| |
◆ paddingbyte
| miasm.loader.strpatchwork.StrPatchwork.paddingbyte |
| miasm.loader.strpatchwork.StrPatchwork.s |
◆ s_cache
| miasm.loader.strpatchwork.StrPatchwork.s_cache |
The documentation for this class was generated from the following file: