diff options
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) |