libafl_frida: Point to the LibAFL book from API docs (#886)

Help users find the docs!
This commit is contained in:
Langston Barrett 2022-11-24 19:48:21 -05:00 committed by GitHub
parent 889161e55e
commit bc85129cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
/*!
The frida executor is a binary-only mode for `LibAFL`.
It can report coverage and, on supported architecutres, even reports memory access errors.
Additional documentation is available in [the `LibAFL` book](https://aflplus.plus/libafl-book/advanced_features/frida.html).
*/
#![deny(rustdoc::broken_intra_doc_links)]