Skip to content
  • Andrea Gussoni's avatar
    500d77f4
    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
    Register and add among JT reasons `FunctionSymbol`
    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`.
Loading