Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ available in the [`docs/` directory](docs/README.md).
BinDiff contains the following components:

* [`cmake`](cmake) - CMake build files declaring external dependencies
* [`fixtures`](fixtures) - A collection of test files to excercise the BinDiff
* [`fixtures`](fixtures) - A collection of test files to exercise the BinDiff
core engine
* [`ida`](ida) - Integration with the IDA Pro disassembler
* [`java`](java) - Java source code. This contains the the BinDiff visual diff
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ The confidence value displayed by BinDiff is the average algorithm confidence
function. The values aren't simply averaged because few single weak matches in
an otherwise perfectly matched function/binary shouldn't drag the confidence
down too much. Analogously, even a few strong matches will not "rescue" a
binary pair matched primarily by address sequence and similarily weak
binary pair matched primarily by address sequence and similarly weak
algorithms.

The similarity value for a function is a weighted sum taking the following
Expand Down