cea-sec/miasm

View on GitHub

Showing 3,020 of 3,020 total issues

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

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

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

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

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

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

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

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

                                            def gen_modes(cls, subcls, name, bases, dct, fields):
                                        Severity: Minor
                                        Found in miasm/arch/arm/arch.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language