diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-03-04 12:22:16 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-03-05 16:52:51 +0100 |
| commit | 26c1075723a02984da6d3bc7423c5c0c43082dc3 (patch) | |
| tree | b67e7b072439f84109bd39dad8ed7f3f135224f8 /setup.py | |
| parent | bb675f5cb34a482c964249656d539e67718bd8dc (diff) | |
| download | miasm-26c1075723a02984da6d3bc7423c5c0c43082dc3.tar.gz miasm-26c1075723a02984da6d3bc7423c5c0c43082dc3.zip | |
Rename elfesteem loader
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 3aaeaf27..81f8e4a2 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def buil_all(): "miasm/analysis", "miasm/os_dep", "miasm/os_dep/linux", - "miasm/elfesteem", + "miasm/loader", "miasm/jitter", "miasm/jitter/arch", "miasm/jitter/loader", |