diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-02-16 09:41:47 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-02-19 16:05:18 +0100 |
| commit | f242f79868dbd80ea319e2ae97bb44ba11270400 (patch) | |
| tree | 19e7d45234338c20f5c1f9a753c057a4c32e5749 /miasm2/analysis/sandbox.py | |
| parent | 471f260ce26056182007e34adc2b742bb4c317b8 (diff) | |
| download | miasm-f242f79868dbd80ea319e2ae97bb44ba11270400.tar.gz miasm-f242f79868dbd80ea319e2ae97bb44ba11270400.zip | |
Core/utils: autopep8
Diffstat (limited to 'miasm2/analysis/sandbox.py')
| -rw-r--r-- | miasm2/analysis/sandbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/analysis/sandbox.py b/miasm2/analysis/sandbox.py index aae8aac1..5132406c 100644 --- a/miasm2/analysis/sandbox.py +++ b/miasm2/analysis/sandbox.py @@ -164,7 +164,7 @@ class OS_Win(OS): ALL_IMP_DLL = ["ntdll.dll", "kernel32.dll", "user32.dll", "ole32.dll", "urlmon.dll", "ws2_32.dll", 'advapi32.dll', "psapi.dll", - ] + ] modules_path = "win_dll" def __init__(self, custom_methods, *args, **kwargs): |