forked from BinaryAnalysisPlatform/bap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
partially upgrades byteweight to work with the modern bap (BinaryAnal…
…ysisPlatform#1431) This change re-enables Byteweight, which was effectively disabled since after we have started to install signatures in a different place. Next, it revamps the byteweight plugin and bap-byteweight-signatures library to work with modern bap infrastructure that uses Theory.Target instead of the old Bap.Std.Arch. The plugin itself was also rewritten and uses only modern interfaces. It stores roots in the knowledge base (no streams anymore) and uses targets and compiler properties from the knowledge base.
- Loading branch information
Showing
9 changed files
with
367 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
PKG cmdliner | ||
REC | ||
B ../../_build/lib/bap_byteweight | ||
B ../../_build/lib/bap_byteweight | ||
B ../../lib/bap_byteweight |
Oops, something went wrong.