about summary refs log tree commit diff stats
path: root/doc/README.md
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2024-04-05 10:13:36 +0200
committerGitHub <noreply@github.com>2024-04-05 10:13:36 +0200
commit0fffa143ce89d8ece7d6a705afc0a1fefd16896a (patch)
tree687a603ae0143911793df091a7b511075f2717a2 /doc/README.md
parent1ba37c39b1fa70651a1c7748c5829656cd3e6dea (diff)
parent4c2a4f3b70227f7dfb326bc5ae130ee88a777601 (diff)
downloadmiasm-0fffa143ce89d8ece7d6a705afc0a1fefd16896a.tar.gz
miasm-0fffa143ce89d8ece7d6a705afc0a1fefd16896a.zip
Merge pull request #1480 from commial/jitter-notebook
Doc: add a notebook on emulation API
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index e9c1c9d2..e125491c 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -36,6 +36,7 @@ class LocationDB(builtins.object)
 
 - examples for the main features (see `/example`)
 - interactive tutorials (IPython Notebooks) on the following topics:
+  - Emulation API: [notebook](jitter/jitter.ipynb)
   - Miasm's IR bricks known as `Expr`: [notebook](expression/expression.ipynb)
   - Lifting from assembly to IR: [notebook](ir/lift.ipynb)
   - `LocationDB` usage, the database for locations: [notebook](locationdb/locationdb.ipynb)