Skip to content

Commit 7e23620

Browse files
Update analyses and heuristics args in disasm_corpora.sh
1 parent 502a7db commit 7e23620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
find /Volumes -type f -executable -exec sh -c "file -i '{}' | grep -q 'x-executable; charset=binary'" \; -print > files.txt
22

3-
time cat files.txt | parallel "bap superset-disasm --find-fn-culprit --heuristics=Callsites3,FixedpointGrammar,ImgEntry,TrimLimitedClamped --ground-truth-bin={} {}"
3+
time cat files.txt | parallel "bap superset-disasm --find-fn-culprit --analyses="StronglyConnectedComponentData","Grammar-convergent" --heuristics=Callsites3,FixpointGrammar,ImgEntry,InterpretationDepthOne,FixpointInterpDepthOne --ground-truth-bin={} {}"
44

55
bap supersetd-graph-metrics ./files.txt --print-fn-bins

0 commit comments

Comments
 (0)