cea-sec/miasm

View on GitHub

Showing 3,020 of 3,020 total issues

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

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

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

    def sbcs(ir, instr, arg1, arg2, arg3):
    Severity: Minor
    Found in miasm/arch/aarch64/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/aarch64/arch.py - About 35 mins to fix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                          def bfc(ir, instr, a, b, c):
                          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/mep/arch.py - About 35 mins to fix

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

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

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

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

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