Skip to content

Commit 6185783

Browse files
committed
Update for dev branch
1 parent e21da51 commit 6185783

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

libc_execve.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ log_level = "INFO"
55
[synthesis]
66
strategy = "sat"
77
max_candidates_per_slot = 200
8-
parallel = 4
8+
parallel = 7
99

1010
[specification]
1111
path = "bin/execve.o"
1212
max_instructions = 5
1313

1414
[library]
1515
path = "bin/libc_wrapper"
16-
max_gadget_length = 6
17-
16+
max_gadget_length = 8
1817

1918
[constraint.precondition.register]
2019
RAX = 0

src/bin/crackers/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fn synthesize(config: PathBuf) -> anyhow::Result<()> {
122122
.init();
123123
let params = p.resolve()?;
124124

125-
match params.build_combined(&z3) {
125+
match params.build_single(&z3) {
126126
Ok(mut p) => match p.decide() {
127127
Ok(res) => match res {
128128
DecisionResult::AssignmentFound(a) => {

0 commit comments

Comments
 (0)