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.
…orm#1389) * Adds `label-bytes` slot to the `Theory.program` objects The `Memory.slot` property is not serialized, which is a bummer. This change aims to provide a more lightweight version which can be serialized. It may be of interest to analyst to observe the memory contents of a particular instruction (or simply to know its physical length). * Runs `make indent` * Uses a nicer `inspect` function for `bytes` domain * Moves the property to the `Theory.Semantics.cls` Co-authored-by: bmourad01 <bmourad@draper.com>
- Loading branch information
Showing
4 changed files
with
25 additions
and
1 deletion.
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