cea-sec/miasm

View on GitHub

Showing 1,373 of 3,020 total issues

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

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

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

    def DecodeBitMasks(M, immN, imms, immr, immediate):
    Severity: Minor
    Found in miasm/arch/aarch64/arch.py - About 35 mins to fix

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

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

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

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

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