Skip to content
Snippets Groups Projects
  1. Sep 29, 2018
  2. Sep 26, 2018
  3. Sep 21, 2018
  4. Sep 20, 2018
    • Andrea Gussoni's avatar
      Register and add among JT reasons `FunctionSymbol` · 500d77f4
      Andrea Gussoni authored
      The symbol handling has been extended to register whether a symbol
      represents a function or not. This information is then used to register,
      during the global data harvesting phase, all the function symbols and
      explicitly mark them through the "FunctionSymbol" `JTReason`.
      
      We use this information during the CFEP harvesting phase to integrate
      the information produced by the function boundaries detection with
      potential unidentified CFEPs.
      
      This option can be enabled with the `--use-debug-symbols`, which
      supersedes `--use-sections`.
      500d77f4
    • Pietro Fezzardi's avatar
      Add support for pyelftools >= 0.25 · 6e642ea6
      Pietro Fezzardi authored
      From version 0.25 pyelftools changed the API for ENUM_P_TYPE.
      This commit wraps the import in a try-except block to handle older and
      newer versions gracefully.
      6e642ea6
  5. Sep 19, 2018
  6. Sep 18, 2018
  7. Sep 17, 2018
  8. Aug 31, 2018
Loading