cea-sec/miasm

View on GitHub

Showing 1,373 of 3,020 total issues

Function udiv has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def udiv(ir, instr, a, b, c=None):
Severity: Minor
Found in miasm/arch/arm/sem.py - About 35 mins to fix

    Function l_strd has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def l_strd(ir, instr, a, b, c=None):
    Severity: Minor
    Found in miasm/arch/arm/sem.py - About 35 mins to fix

      Function lsls has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def lsls(ir, instr, a, b, c=None):
      Severity: Minor
      Found in miasm/arch/arm/sem.py - About 35 mins to fix

        Function lsl has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def lsl(ir, instr, a, b, c=None):
        Severity: Minor
        Found in miasm/arch/arm/sem.py - About 35 mins to fix

          Function btstm has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def btstm(ir, instr, r0, rm_deref, imm3):
          Severity: Minor
          Found in miasm/arch/mep/sem.py - About 35 mins to fix

            Function eor has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            def eor(ir, instr, a, b, c=None):
            Severity: Minor
            Found in miasm/arch/arm/sem.py - About 35 mins to fix

              Function sbcs has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def sbcs(ir, instr, a, b, c=None):
              Severity: Minor
              Found in miasm/arch/arm/sem.py - About 35 mins to fix

                Function rscs has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                def rscs(ir, instr, a, b, c=None):
                Severity: Minor
                Found in miasm/arch/arm/sem.py - About 35 mins to fix

                  Function lsr has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def lsr(ir, instr, a, b, c=None):
                  Severity: Minor
                  Found in miasm/arch/arm/sem.py - About 35 mins to fix

                    Function asr has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def asr(ir, instr, a, b, c=None):
                    Severity: Minor
                    Found in miasm/arch/arm/sem.py - About 35 mins to fix

                      Function asrs has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def asrs(ir, instr, a, b, c=None):
                      Severity: Minor
                      Found in miasm/arch/arm/sem.py - About 35 mins to fix

                        Function add_condition_expr has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def add_condition_expr(ir, instr, cond, instr_ir, extra_ir):
                        Severity: Minor
                        Found in miasm/arch/arm/sem.py - About 35 mins to fix

                          Function sdiv has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def sdiv(ir, instr, a, b, c=None):
                          Severity: Minor
                          Found in miasm/arch/arm/sem.py - About 35 mins to fix

                            Function bics has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            def bics(ir, instr, a, b, c=None):
                            Severity: Minor
                            Found in miasm/arch/arm/sem.py - About 35 mins to fix

                              Function uxtab has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def uxtab(ir, instr, a, b, c):
                              Severity: Minor
                              Found in miasm/arch/arm/sem.py - About 35 mins to fix

                                Function smul has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def smul(ir, instr, a, b, c):
                                Severity: Minor
                                Found in miasm/arch/arm/sem.py - About 35 mins to fix

                                  Function pkhtb has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def pkhtb(ir, instr, arg1, arg2, arg3):
                                  Severity: Minor
                                  Found in miasm/arch/arm/sem.py - About 35 mins to fix

                                    Function subs has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def subs(ir, instr, a, b, c=None):
                                    Severity: Minor
                                    Found in miasm/arch/arm/sem.py - About 35 mins to fix

                                      Function eors has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                      def eors(ir, instr, a, b, c=None):
                                      Severity: Minor
                                      Found in miasm/arch/arm/sem.py - About 35 mins to fix

                                        Function rsb has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def rsb(ir, instr, a, b, c=None):
                                        Severity: Minor
                                        Found in miasm/arch/arm/sem.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language