cea-sec/miasm

View on GitHub

Showing 1,373 of 3,020 total issues

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

def lsrs(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/msp430/arch.py - About 35 mins to fix

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

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

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

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

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

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

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

                def do_it_block(self, loc, index, block, assignments, gen_pc_updt):
            Severity: Minor
            Found in miasm/arch/arm/sem.py - About 35 mins to fix

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

              def ExprInt2SignedString(expr, pos_fmt="%d", neg_fmt="%d", size=None, offset=0):
              Severity: Minor
              Found in miasm/arch/mep/arch.py - About 35 mins to fix

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

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

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

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

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

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

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

                      def add3(ir, instr, reg_dst, reg_src, reg_or_imm):
                      Severity: Minor
                      Found in miasm/arch/mep/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/sh4/arch.py - About 35 mins to fix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                        def sub(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