Skip to content
Snippets Groups Projects
  1. Sep 17, 2021
  2. Sep 16, 2021
  3. Sep 15, 2021
  4. Sep 14, 2021
  5. Sep 09, 2021
  6. Aug 25, 2021
  7. Aug 17, 2021
  8. Aug 12, 2021
  9. Aug 11, 2021
    • Jason Hiser's avatar
      Updates for detecting unoptimized switches better · 19d85e44
      Jason Hiser authored
      In particulate, an alternate version of switch tables
      was being mis-detected by FII.  In particular, switch
      tables were assumed to be size=4, but we found size!=4
      in sqlite (in particular, size=8).  And, I know windows
      binaries have size=1,2.
      
      Also fixed an issue where lea reg1, [reg2+reg3] assumed reg2/reg3
      had values (i.e., reg2 is the base address of a switch table),
      when reg3 might have the value.  Fixed the assumption by
      tracing both reg2+reg3.
      
      Some minor code cleanups.
      19d85e44
  10. Aug 10, 2021
  11. Aug 05, 2021
Loading