Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More reporting output #45

Merged
merged 15 commits into from
Dec 21, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Do not do overlapping signature matching more than once
hpryce committed Dec 21, 2021

Verified

This commit was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
commit e6fcb3f7d76c1f8840371344c693e4da6be792f8
1 change: 0 additions & 1 deletion pkg/crawl/class_hash.go
Original file line number Diff line number Diff line change
@@ -80,6 +80,5 @@ func bytecodePartialMatch(classContents []byte) (string, bool) {
if err != nil {
return UnknownVersion, false
}

return BytecodeMatchesPartialSignatures(methodBytecodes)
}