Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dguido committed Mar 14, 2017
1 parent 240e8ac commit 409abe3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,13 @@ clang-3.8 -o /tmp/ls_lifted generated/ELF_64_linux.S /tmp/ls.bc -lpthread -ldl -
## Additional Documentation
- [How to use mcsema: A walkthrough](docs/McsemaWalkthrough.md)
- [Using Mcsema with libFuzzer](docs/UsingLibFuzzer.md)
- [Navigating the source code](docs/NavigatingTheCode.md)
- [Life of an instruction](docs/LifeOfAnInstruction.md)
- [How to implement the semantics of an instruction](docs/AddAnInstruction.md)
- [Limitations](docs/Limitations.md)
- [Common Errors](docs/CommonErrors.md) and [Debugging Tips](docs/DebuggingTips.md)
- [How to implement the semantics of an instruction](docs/AddAnInstruction.md)
- [How to use mcsema: A walkthrough](docs/McsemaWalkthrough.md)
- [Life of an instruction](docs/LifeOfAnInstruction.md)
- [Limitations](docs/Limitations.md)
- [Navigating the source code](docs/NavigatingTheCode.md)
- [Using Mcsema with libFuzzer](docs/UsingLibFuzzer.md)
## Getting help
Expand Down

0 comments on commit 409abe3

Please sign in to comment.