ejschwartz commited on
Commit
3e17003
·
1 Parent(s): 5f0a407

Update todos

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -16,4 +16,5 @@ Currently unhandled features:
16
  * Internal function calls
17
  * Wildcards in target function?
18
  * External function calls (e.g., printf)
 
19
  * How to extract compilable decompilation from decompilers?
 
16
  * Internal function calls
17
  * Wildcards in target function?
18
  * External function calls (e.g., printf)
19
+ * How to cope with referenced data? "Hello world" is not included in main.
20
  * How to extract compilable decompilation from decompilers?