-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be2c7fc
commit 4a9c354
Showing
18 changed files
with
313 additions
and
184 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ git clone https://github.com/radareorg/radare2.git | |
radare2/sys/install.sh | ||
``` | ||
|
||
Install radius2 with `cargo install radius2` or include radius2 as a dependency using `radius2 = "1.0.19"` | ||
Install radius2 with `cargo install radius2` or include radius2 as a dependency using `radius2 = "1.0.23"` | ||
|
||
### Supported Architectures | ||
|
||
|
@@ -62,7 +62,7 @@ fn main() { | |
radius2 can also be installed from crates.io and easily included in packages. radius2 also has a CLI tool that can be installed with `cargo install radius2` | ||
|
||
``` | ||
radius2 1.0.19 | ||
radius2 1.0.23 | ||
Austin Emmitt (@alkalinesec) <[email protected]> | ||
A symbolic execution tool using r2 and boolector | ||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "radius2" | ||
description = "a fast symbolic execution framework using r2" | ||
version = "1.0.22" | ||
version = "1.0.23" | ||
authors = ["aemmitt-ns <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
@@ -16,6 +16,7 @@ serde = { version = "1.0.117", features = ["derive"] } | |
boolector = "0.4.3" | ||
clap = "2.33.3" | ||
rand = "0.8.4" | ||
colored = "2.0.0" | ||
|
||
[features] | ||
default = ["boolector/vendor-lgl"] | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ git clone https://github.com/radareorg/radare2.git | |
radare2/sys/install.sh | ||
``` | ||
|
||
Install radius2 with `cargo install radius2` or include radius2 as a dependency using `radius2 = "1.0.19"` | ||
Install radius2 with `cargo install radius2` or include radius2 as a dependency using `radius2 = "1.0.23"` | ||
|
||
### Supported Architectures | ||
|
||
|
@@ -62,7 +62,7 @@ fn main() { | |
radius2 can also be installed from crates.io and easily included in packages. radius2 also has a CLI tool that can be installed with `cargo install radius2` | ||
|
||
``` | ||
radius2 1.0.19 | ||
radius2 1.0.23 | ||
Austin Emmitt (@alkalinesec) <[email protected]> | ||
A symbolic execution tool using r2 and boolector | ||
|
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
Oops, something went wrong.