Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
merendamattia committed Feb 26, 2024
1 parent 6dea99e commit ae20e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/unipr/EVMLiSA.java
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ private MyLogger newAnalysis(String CONTRACT_ADDR) throws Exception {
conf.abstractState = new SimpleAbstractState<>(new MonolithicHeap(), new EVMAbstractState(),
new TypeEnvironment<>(new InferredTypes()));
conf.jsonOutput = true;
conf.workdir = OUTPUT_DIR + "/benchmark/" + CONTRACT_ADDR;
conf.workdir = OUTPUT_DIR + "benchmark/" + CONTRACT_ADDR;
conf.interproceduralAnalysis = new ModularWorstCaseAnalysis<>();
JumpSolver checker = new JumpSolver();
conf.semanticChecks.add(checker);
Expand Down

0 comments on commit ae20e04

Please sign in to comment.