Skip to content

Commit

Permalink
complete the path feasible code and invalid all if statements in all …
Browse files Browse the repository at this point in the history
…paths
  • Loading branch information
xiaofeng committed Dec 15, 2021
1 parent 83a7c58 commit 40a349b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ contractSpider/contractCodeGetter/data/*.json
contractExtractor/securityAbandonerAndInjector/integerOverflow/dataset/*.sol
contractExtractor/securityAbandonerAndInjector/integerOverflow/dataset/*.txt
contractExtractor/securityAbandonerAndInjector/integerOverflow/manualCheck/*.solcontractExtractor/securityAbandonerAndInjector/integerOverflow/manualCheck/*.txt*.sol
*.json
*.ast
sourceCodeDate.zip
23 changes: 23 additions & 0 deletions src/securityAbandonerAndInjector/reentrancy/ever_true.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"exertrueExpressions" :
[
"((32 + 24) * 13 - 32 * 13 - 24 * 13) == 0",
"3774 / 37 * (65 + 35) == 10200",
"(308 - 308 / 28) * 11 != 20021",
"10200 % 35 != 14",
"(5 % 4) && (3 - 2)",
"(true || false) && (true) == true",
"(11 + 22) / 33 + 3 * 4 != 123",
"(((false && true) || (1 - 1) || (true || false)) && ((1 + 1) && (3333 - 333))) == ((true) || (true))",
"125 * (17 * 8) * 4 == 68000",
"25 * 16 * 125 == 50000",
"75000 / 125 / 15 == 40",
"13 * 99 == 1287",
"5600 / (25 * 7) + 1 == 33",
"56000 / (14000 / 16) != 63",
"(210 / 42 * 6 + 11 - 13) == 28",
"(7900 / 4 / 25) == 79",
"27000 / 125 == 216",
"(150 * 40 / 50) % 119 == 1"
]
}

0 comments on commit 40a349b

Please sign in to comment.