Commit 18cd6c8 1 parent 35889ad commit 18cd6c8 Copy full SHA for 18cd6c8
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ cozy is a symbolic execution framework built around angr to enable comparative e
4
4
The goal of comparative evaluation is to determine the precise changes made by software
5
5
patches, specifically micropatches. cozy is capable of reporting observable changes
6
6
made by a micropatch, specifically to registers, memory and stdout/stderr. The framework
7
- has the ability to dump diff information in both a textual human-readable report and
8
- via a browser based rich user interface.
7
+ has the ability to present the behavioral changes caused by a patch in both a textual
8
+ human-readable report and via a browser based rich user interface.
9
+
10
+
11
+
12
+ https://github.com/user-attachments/assets/2e72575f-0074-44a9-8412-2b17839b7b71
9
13
10
- ![ Screenshot] ( screenshots/cozy-viz-1.png )
11
14
12
- https://github.com/draperlaboratory/cozy/assets/53128179/0f5ab972-5d77-4723-9149-04c7427896d2
13
15
14
16
## Install
15
17
@@ -145,4 +147,4 @@ python3 -m build
145
147
# Replace the version number with what you just built
146
148
python3 -m twine upload dist/cozy_re-1.5.0*
147
149
# Once you're done, make a release on Github and upload .whl and .tar.gz files that you just built. Enter changelog in the releases section.
148
- ```
150
+ ```
You can’t perform that action at this time.
0 commit comments