about summary refs log tree commit diff stats
path: root/example/jitter
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-01-18 18:24:13 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:43 +0100
commit488cb99d4d61a0b3b176f7e3c53431872fc234ef (patch)
tree8d443acb6c92669cdeaa50a40af3496917a9448f /example/jitter
parent829f8b98a658532b40382640223c0c3ea12ab15c (diff)
downloadmiasm-488cb99d4d61a0b3b176f7e3c53431872fc234ef.tar.gz
miasm-488cb99d4d61a0b3b176f7e3c53431872fc234ef.zip
Example: Move jitter's examples to a `jitter` directory
Diffstat (limited to '')
-rw-r--r--example/jitter/arm.py (renamed from example/jit_arm.py)0
-rw-r--r--example/jitter/arm_sc.py (renamed from example/jit_arm_sc.py)0
-rw-r--r--example/jitter/mips32.py (renamed from example/jit_mips32.py)0
-rw-r--r--example/jitter/msp430.py (renamed from example/jit_msp430.py)0
-rw-r--r--example/jitter/sandbox_pe_x86_32.py (renamed from example/sandbox_pe_x86_32.py)0
-rw-r--r--example/jitter/unpack_upx.py (renamed from example/unpack_upx.py)0
-rw-r--r--example/jitter/x86_32.py (renamed from example/jit_x86_32.py)0
7 files changed, 0 insertions, 0 deletions
diff --git a/example/jit_arm.py b/example/jitter/arm.py
index 5342ee6d..5342ee6d 100644
--- a/example/jit_arm.py
+++ b/example/jitter/arm.py
diff --git a/example/jit_arm_sc.py b/example/jitter/arm_sc.py
index 80714641..80714641 100644
--- a/example/jit_arm_sc.py
+++ b/example/jitter/arm_sc.py
diff --git a/example/jit_mips32.py b/example/jitter/mips32.py
index e41096cc..e41096cc 100644
--- a/example/jit_mips32.py
+++ b/example/jitter/mips32.py
diff --git a/example/jit_msp430.py b/example/jitter/msp430.py
index d752ef8c..d752ef8c 100644
--- a/example/jit_msp430.py
+++ b/example/jitter/msp430.py
diff --git a/example/sandbox_pe_x86_32.py b/example/jitter/sandbox_pe_x86_32.py
index 738e0778..738e0778 100644
--- a/example/sandbox_pe_x86_32.py
+++ b/example/jitter/sandbox_pe_x86_32.py
diff --git a/example/unpack_upx.py b/example/jitter/unpack_upx.py
index 313f75a2..313f75a2 100644
--- a/example/unpack_upx.py
+++ b/example/jitter/unpack_upx.py
diff --git a/example/jit_x86_32.py b/example/jitter/x86_32.py
index 1b2aa012..1b2aa012 100644
--- a/example/jit_x86_32.py
+++ b/example/jitter/x86_32.py