-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump gigahorse version, update setup
- Loading branch information
1 parent
c0c74d3
commit 5ca5c3f
Showing
9 changed files
with
53 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
diff --git a/clientlib/greed_client.dl b/clientlib/greed_client.dl | ||
new file mode 100644 | ||
index 0000000..d88493b | ||
--- /dev/null | ||
+++ b/clientlib/greed_client.dl | ||
@@ -0,0 +1,30 @@ | ||
+#include "decompiler_imports.dl" | ||
+#include "guards.dl" | ||
+#include "loops_semantics.dl" | ||
+ | ||
+// storage layout output | ||
+.output StorageVariableType | ||
+ | ||
+// guards analysis output | ||
+.output StaticallyGuardedBlock | ||
+.output Dominates | ||
+ | ||
+ | ||
+// more required outputs (see greed's TAC_parser.py) | ||
+// .output IRInFunctionFiltered(IO="file", filename="InFunction.csv", delimiter="\t") | ||
+// .output PublicFunction(IO="file", filename="PublicFunction.csv", delimiter="\t") | ||
+// .output TAC_Block | ||
+// .output TAC_Op | ||
+// .output TAC_OriginalStatement_Block | ||
+// .output TAC_Variable_Value | ||
+// .output TAC_Def | ||
+// .output TAC_Use | ||
+// .output ConstantPossibleSigHash | ||
+// .output CallToSignature | ||
+// .output CallToSignatureFromSHA3 | ||
+// .output IRFallthroughEdge | ||
+// .output HighLevelFunctionName | ||
+// .output LocalBlockEdge | ||
+// .output IRFunctionEntry | ||
+// .output FormalArgs | ||
+// .output StaticallyGuardedBlock | ||
\ No newline at end of file |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters