File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
25+ submodules : true
2526 - name : Install mdbook
2627 run : |
2728 cargo install --git https://github.com/montyly/mdBook.git mdbook || true
Original file line number Diff line number Diff line change 1+ [submodule "program-analysis/medusa "]
2+ path = program-analysis/medusa
3+ url = https://github.com/crytic/medusa.git
Original file line number Diff line number Diff line change 106106 - [ Exercise 6] ( ./program-analysis/echidna/exercises/Exercise-6.md )
107107 - [ Exercise 7] ( ./program-analysis/echidna/exercises/Exercise-7.md )
108108 - [ Exercise 8] ( ./program-analysis/echidna/exercises/Exercise-8.md )
109+ - [ Medusa] ( ./program-analysis/medusa/docs/src/README.md )
110+ - [ Getting Started] ( ./program-analysis/medusa/docs/src/getting_started/installation.md )
111+ - [ Project Configuration] ( ./program-analysis/medusa/docs/src/project_configuration/overview.md )
112+ the vast number of configuration options that can be set up based on your project needs.
113+ - [ Command Line Interface] ( ./program-analysis/medusa/docs/src/cli/overview.md )
114+ - [ Writing Tests] ( ./program-analysis/medusa/docs/src/testing/overview.md )
115+ - [ API (WIP)] ( ./program-analysis/medusa/docs/src/api/api_overview.md )
116+ - [ Cheatcodes] ( ./program-analysis/medusa/docs/src/cheatcodes/cheatcodes_overview.md )
117+ - [ Console Logging] ( ./program-analysis/medusa/docs/src/console_logging.md )
118+ - [ FAQ] ( ./program-analysis/medusa/docs/src/faq.md )
109119 - [ Manticore] ( ./program-analysis/manticore/README.md )
110120 - [ Introduction to symbolic execution] ( ./program-analysis/manticore/symbolic-execution-introduction.md ) :
111121 - [ Running under Manticore] ( ./program-analysis/manticore/running-under-manticore.md )
You can’t perform that action at this time.
0 commit comments