diff options
| author | Ajax <commial@gmail.com> | 2018-07-17 10:57:50 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2018-07-24 13:07:48 +0200 |
| commit | bcd764692b084ebd61868a2561d710dbb0d4ffb9 (patch) | |
| tree | 97a8f322f242e7f75bf02e085dbccc2e32bfe2c5 /miasm2/os_dep/linux/__init__.py | |
| parent | 8f993d9a57f3e17b267da3629561b65b17cf97c0 (diff) | |
| download | miasm-bcd764692b084ebd61868a2561d710dbb0d4ffb9.tar.gz miasm-bcd764692b084ebd61868a2561d710dbb0d4ffb9.zip | |
Add a module for Linux environment simulation + syscalls
Diffstat (limited to 'miasm2/os_dep/linux/__init__.py')
| -rw-r--r-- | miasm2/os_dep/linux/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/os_dep/linux/__init__.py b/miasm2/os_dep/linux/__init__.py new file mode 100644 index 00000000..4434ce50 --- /dev/null +++ b/miasm2/os_dep/linux/__init__.py @@ -0,0 +1 @@ +# Linux emulation |