Spaces:
Sleeping
Sleeping
Commit ·
e9721d6
1
Parent(s): c6b1bca
update
Browse files
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 |
-
*
|
| 11 |
-
*
|
|
|
|
|
|
|
| 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 |
|