diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2024-04-05 10:13:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-05 10:13:36 +0200 |
| commit | 0fffa143ce89d8ece7d6a705afc0a1fefd16896a (patch) | |
| tree | 687a603ae0143911793df091a7b511075f2717a2 /doc/README.md | |
| parent | 1ba37c39b1fa70651a1c7748c5829656cd3e6dea (diff) | |
| parent | 4c2a4f3b70227f7dfb326bc5ae130ee88a777601 (diff) | |
| download | miasm-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.md | 1 |
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) |