Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/reverse-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ Recordings of the live streams where he's figuring how the ANE works:
- https://www.youtube.com/watch?v=JAyw7OAcXDE
- https://www.youtube.com/watch?v=Cb2KwcnDKrk
- https://www.youtube.com/watch?v=9LzJ3h9iKEA

There are some interesting Python libraries to interface with the ANE

- ANE compiler: https://pypi.org/project/anecc/
- ANE converter: https://pypi.org/project/anect/
- ANE driver interface: https://pypi.org/project/ane/