Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tnballo committed May 2, 2022
1 parent d717656 commit 0dbbbc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -190,8 +190,8 @@ On an i7-9700K (8C/8T, 3.6GHz base, 4.9 GHz max) machine with `gcc` version 8.4.

### Fast Exploit Similarity Score (FESS)

The `--fess` flag uses cross-variant gadget matching as metric of binary similarity.
It's a experiment in anti-diversification for exploitation.
The `--fess` flag uses cross-variant gadget matching as a metric of binary similarity.
It's an experiment in anti-diversification for exploitation.
To view similarity scores for kernel versions `5.0.1`, `5.0.5`, and `5.0.10` within the container:

```bash
Expand All @@ -218,7 +218,7 @@ TARGET 2 - 'vmlinux-5.0.10': ELF-X64, 0x00000001000000 entry, 21069824/2 executa
+-------------+----------------------+----------------------+-----------------------+
```

In the output table, we see that up to 45.16% of gadgets of individual ROP gadgets are portable across all three versions (counting partial matches).
In the output table, we see that up to 45.16% of individual ROP gadgets are portable across all three versions (counting partial matches).

### Acknowledgements

Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Expand Up @@ -184,8 +184,8 @@
//!
//! ### Fast Exploit Similarity Score (FESS)
//!
//! The `--fess` flag uses cross-variant gadget matching as metric of binary similarity.
//! It's a experiment in anti-diversification for exploitation.
//! The `--fess` flag uses cross-variant gadget matching as a metric of binary similarity.
//! It's an experiment in anti-diversification for exploitation.
//! To view similarity scores for kernel versions `5.0.1`, `5.0.5`, and `5.0.10` within the container:
//!
//! ```bash
Expand All @@ -212,7 +212,7 @@
//! +-------------+----------------------+----------------------+-----------------------+
//! ```
//!
//! In the output table, we see that up to 45.16% of gadgets of individual ROP gadgets are portable across all three versions (counting partial matches).
//! In the output table, we see that up to 45.16% of individual ROP gadgets are portable across all three versions (counting partial matches).
//!
//! ### Acknowledgements
//!
Expand Down

0 comments on commit 0dbbbc9

Please sign in to comment.