Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | testcb (buffer, size, offset, userdata) |
def | test_class () |
Variables | |
string | X86_CODE32 = b"\x8d\x4c\x32\x08\x01\xd8\x81\xc6\x34\x12\x00\x00\x00\x91\x92" |
string | RANDOM_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\xff\x7f\x57\xe3\x01\xff\xff\x7f\x57\xeb\x00\xf0\x00\x00\x24\xb2\x4f\x00\x78" |
tuple | all_tests |
def test_skipdata.test_class | ( | ) |
def test_skipdata.testcb | ( | buffer, | |
size, | |||
offset, | |||
userdata | |||
) |
Definition at line 21 of file test_skipdata.py.
tuple test_skipdata.all_tests |
Definition at line 14 of file test_skipdata.py.
string test_skipdata.RANDOM_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\xff\x7f\x57\xe3\x01\xff\xff\x7f\x57\xeb\x00\xf0\x00\x00\x24\xb2\x4f\x00\x78" |
Definition at line 12 of file test_skipdata.py.
string test_skipdata.X86_CODE32 = b"\x8d\x4c\x32\x08\x01\xd8\x81\xc6\x34\x12\x00\x00\x00\x91\x92" |
Definition at line 11 of file test_skipdata.py.