ejschwartz commited on
Commit
320a0f1
·
1 Parent(s): d810520

Slight tweak

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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, and they *must* contain tab characters. If you
19
- copy and paste from your terminal, this may erase the tabs.
 
 
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.