cea-sec/miasm

View on GitHub

Showing 3,020 of 3,020 total issues

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

                                  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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language