ejschwartz commited on
Commit
121040a
·
1 Parent(s): 42886c0

update todos

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -10,8 +10,9 @@ description = """This is a space testing a method for evaluating the quality of
10
  Currently unhandled features:
11
  * PIC stuff
12
  * Global references
13
- * Function calls
14
  * Wildcards in target function?
 
15
  * How to extract compilable decompilation from decompilers?
16
  """
17
 
 
10
  Currently unhandled features:
11
  * PIC stuff
12
  * Global references
13
+ * Internal function calls
14
  * Wildcards in target function?
15
+ * External function calls (e.g., printf)
16
  * How to extract compilable decompilation from decompilers?
17
  """
18