Projects STRLCPY redress Commits 84f6eb5a
🤬
  • Reduce number of init function to analyze

  • Loading...
  • TcM1911 committed 3 years ago
    84f6eb5a
    1 parent a4dd6cff
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    r2.go
    skipped 109 lines
    110 110   
    111 111   // Analyze init and main
    112 112   fmt.Println("Analyzing all init functions.")
    113  - r2.Run("afr @@ fcn.* ~_init")
    114  - r2.Run("afr @@ fcn.* ~.init")
     113 + r2.Run("afr @@ fcn.main~init")
    115 114   
    116 115   fmt.Println("Analyzing all main.main.")
    117 116   r2.Run("afr @ fcn.main.main")
    skipped 148 lines
Please wait...
Page is in error, reload to recover