LLM4Binary commited on
Commit
2582afe
·
verified ·
1 Parent(s): 8b01405

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -53,6 +53,8 @@ for opt_state in OPT:
53
  asm_clean = ""
54
  asm_sp = asm.split("\n")
55
  for tmp in asm_sp:
 
 
56
  idx = min(
57
  len(tmp.split("\t")) - 1, 2
58
  )
 
53
  asm_clean = ""
54
  asm_sp = asm.split("\n")
55
  for tmp in asm_sp:
56
+ if len(tmp.split("\t"))<3 and '00' in tmp:
57
+ continue
58
  idx = min(
59
  len(tmp.split("\t")) - 1, 2
60
  )