Spaces:
Sleeping
Sleeping
Commit
·
320a0f1
1
Parent(s):
d810520
Slight tweak
Browse files
README.md
CHANGED
@@ -15,5 +15,6 @@ This is a space for testing the [Nova 6.7B binary code recovery model](https://h
|
|
15 |
# Known Issues
|
16 |
|
17 |
* You may provide new functions for inference as emitted by `objdump -d`. They
|
18 |
-
need to have a function start,
|
19 |
-
|
|
|
|
15 |
# Known Issues
|
16 |
|
17 |
* You may provide new functions for inference as emitted by `objdump -d`. They
|
18 |
+
need to have a function start, which `objdump` normally does not emit for
|
19 |
+
standard stripped executables. The output *must* contain tab characters. If
|
20 |
+
you copy and paste from your terminal, this may erase the tabs.
|