ejschwartz commited on
Commit
14e8c4d
·
1 Parent(s): 5f12c87

Update README

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -47,6 +47,11 @@ Technically this is data leakage, but since the first token is usually part of
47
  the prompt (a variable name or field expression) it's probably OK? But it's
48
  also pretty weird.
49
 
 
 
 
 
 
50
  ### `field_access_driver` clang parser
51
 
52
  ReSym uses a clang-based parsing tool to extract field accesses. The tool still
 
47
  the prompt (a variable name or field expression) it's probably OK? But it's
48
  also pretty weird.
49
 
50
+ ### Indentation
51
+
52
+ Some decompilations in the dataset have whitespace for indentation included, and
53
+ some do not.
54
+
55
  ### `field_access_driver` clang parser
56
 
57
  ReSym uses a clang-based parsing tool to extract field accesses. The tool still