File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,15 @@ log_level = "INFO"
55[synthesis ]
66strategy = " sat"
77max_candidates_per_slot = 200
8- parallel = 4
8+ parallel = 7
99
1010[specification ]
1111path = " bin/execve.o"
1212max_instructions = 5
1313
1414[library ]
1515path = " bin/libc_wrapper"
16- max_gadget_length = 6
17-
16+ max_gadget_length = 8
1817
1918[constraint .precondition .register ]
2019RAX = 0
Original file line number Diff line number Diff 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) => {
You can’t perform that action at this time.
0 commit comments