![]() |
miasm
Reverse engineering framework
|


Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
Public Member Functions inherited from test_all.Example | |
| 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 | |
| command_line | |
| products | |
Public Attributes inherited from test_all.Example | |
| base_dir | |
Public Attributes inherited from utils.test.Test | |
| command_line | |
| base_dir | |
| depends | |
| products | |
| tags | |
| executable | |
Additional Inherited Members | |
Static Public Attributes inherited from test_all.ExampleAssembler | |
| string | example_dir = "asm" |
Static Public Attributes inherited from test_all.Example | |
| sample_dir = os.path.join("..", "samples") | |
| string | example_dir = "" |
Specificities: - script: asm/shellcode.py - @products: graph.dot + 3rd arg - apply get_sample on each products (!= graph.dot) - apply get_sample on the 2nd and 3rd arg (source, output)
| def test_all.ExampleShellcode.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from test_all.Example.
| test_all.ExampleShellcode.command_line |
| test_all.ExampleShellcode.products |