![]() |
miasm
Reverse engineering framework
|


Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| def | get_sample (cls, sample_name) |
Public Member Functions inherited from utils.test.Test | |
| def | __init__ (self, command_line, base_dir="", depends=None, products=None, tags=None, executable=None) |
| def | __repr__ (self) |
| def | __eq__ (self, test) |
Public Attributes | |
| base_dir | |
Public Attributes inherited from utils.test.Test | |
| command_line | |
| base_dir | |
| depends | |
| products | |
| tags | |
| executable | |
Static Public Attributes | |
| sample_dir = os.path.join("..", "samples") | |
| string | example_dir = "" |
Examples specificities: - @base_dir: example/@base_dir - @tags: TAGS["example"]
| def test_all.Example.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented in test_all.ExampleDisasmFull, and test_all.ExampleShellcode.
| def test_all.Example.get_sample | ( | cls, | |
| sample_name | |||
| ) |
| test_all.Example.base_dir |
|
static |
|
static |