Skip to content

Commit

Permalink
Fix Concolic Execution Aborting on Calls (#170)
Browse files Browse the repository at this point in the history
* automatically collect coverage

* multi fix

* add only fuzz

* concolic call fix

* fix sha3 and more

* add tests

* fix for broken test

* mutator fix
  • Loading branch information
shouc authored Aug 16, 2023
1 parent a8f4908 commit 59a77ac
Show file tree
Hide file tree
Showing 21 changed files with 1,146 additions and 295 deletions.
2 changes: 1 addition & 1 deletion src/evm/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ use std::collections::HashMap;
use std::fmt::{Debug, Formatter, Write};
use std::ops::{Deref, DerefMut};
use libafl::impl_serdeany;
use crate::evm::concolic::expr::Expr;
use crate::evm::types::{EVMAddress, EVMU256};
use crate::input::ConciseSerde;

use super::concolic::concolic_host::Expr;


/// Mapping from known signature to function name
Expand Down
Loading

0 comments on commit 59a77ac

Please sign in to comment.