diff options
| author | ajax <devnull@localhost> | 2014-09-24 15:17:17 +0200 |
|---|---|---|
| committer | ajax <devnull@localhost> | 2014-09-24 15:17:17 +0200 |
| commit | a6211b4db008c182ae7dbebbdbcce623afcd9e82 (patch) | |
| tree | ec11cd7a03854b8fc003965a0ecd189352564d07 /test/test_all.py | |
| parent | 2d4f214f9d42bae556447a6aac375e50a4d62d12 (diff) | |
| download | miasm-a6211b4db008c182ae7dbebbdbcce623afcd9e82.tar.gz miasm-a6211b4db008c182ae7dbebbdbcce623afcd9e82.zip | |
Example: Add Unpack_Gen, a skeleton for unpacking scripts
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index f931b776..f5d66396 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -104,6 +104,7 @@ all_tests = { ["sandbox_pe_x86_32.py", "box_x86_32_mod.bin"], ["sandbox_pe_x86_32.py", "box_x86_32_repmod.bin"], ["sandbox_pe_x86_32.py", "box_x86_32_mod_self.bin"], + ["unpack_gen.py"], ])), "order": [ "assembler", |