mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +02:00
docs: Enhance module documentation across various files for clarity a… (#62)
* docs: Enhance module documentation across various files for clarity and completeness * fix: Remove unnecessary blank line in build.rs for cleaner code * docs: Update documentation to improve clarity and consistency in code comments
This commit is contained in:
parent
40995e45e7
commit
1f2bfe76c1
44 changed files with 721 additions and 366 deletions
|
|
@ -33,7 +33,7 @@ const MAX_PROBE_PARAMS: usize = 8;
|
|||
|
||||
/// Extract a precise per-parameter `SsaFuncSummary` from an already-lowered SSA body.
|
||||
///
|
||||
/// For each parameter (up to [`MAX_PROBE_PARAMS`]), runs a taint probe by seeding
|
||||
/// For each parameter (up to `MAX_PROBE_PARAMS`), runs a taint probe by seeding
|
||||
/// that parameter with `Cap::all()` via `global_seed` and observing what caps
|
||||
/// survive to return positions and which sinks fire. A final probe with no params
|
||||
/// tainted detects intrinsic source caps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue