ejschwartz commited on
Commit
e9721d6
·
1 Parent(s): c6b1bca
Files changed (1) hide show
  1. main.py +4 -2
main.py CHANGED
@@ -7,8 +7,10 @@ import tempfile
7
  description = """This is a space testing a method for evaluating the quality of decompilation.
8
 
9
  Currently unhandled features:
10
- * Global references
11
- * Function calls
 
 
12
  """
13
 
14
 
 
7
  description = """This is a space testing a method for evaluating the quality of decompilation.
8
 
9
  Currently unhandled features:
10
+ * PIC stuff
11
+ * Global references
12
+ * Function calls
13
+ * Wildcards in target function?
14
  """
15
 
16