cea-sec/miasm

View on GitHub

Showing 3,020 of 3,020 total issues

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

def mn_do_srawi(ir, instr, ra, rs, imm):
Severity: Minor
Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

    def mn_do_div(ir, instr, rd, ra, rb):
    Severity: Minor
    Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

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

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

        def mn_do_and(ir, instr, ra, rs, arg2):
        Severity: Minor
        Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

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

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

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

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

              def mn_do_lswi(ir, instr, rd, ra, nb):
              Severity: Minor
              Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

                def mn_do_slw(ir, instr, ra, rs, rb):
                Severity: Minor
                Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

                  def bsr_bsf(ir, instr, dst, src, op_func):
                  Severity: Minor
                  Found in miasm/arch/x86/sem.py - About 35 mins to fix

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

                    def mn_do_cr(ir, instr, crd, cra, crb):
                    Severity: Minor
                    Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

                      def mn_do_mul(ir, instr, rd, ra, arg2):
                      Severity: Minor
                      Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

                        def mn_do_srw(ir, instr, ra, rs, rb):
                        Severity: Minor
                        Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

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

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

                            def gen_jcc(ir, instr, cond, dst, jmp_if):
                            Severity: Minor
                            Found in miasm/arch/x86/sem.py - About 35 mins to fix

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

                              def shld(ir, instr, dst, src1, src2):
                              Severity: Minor
                              Found in miasm/arch/x86/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

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

                                  def mn_do_sraw(ir, instr, ra, rs, rb):
                                  Severity: Minor
                                  Found in miasm/arch/ppc/sem.py - About 35 mins to fix

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

                                    def pshuflw(_, instr, dst, src, imm):
                                    Severity: Minor
                                    Found in miasm/arch/x86/sem.py - About 35 mins to fix

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

                                      def pshufhw(_, instr, dst, src, imm):
                                      Severity: Minor
                                      Found in miasm/arch/x86/sem.py - About 35 mins to fix

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

                                        def mn_do_nor(ir, instr, ra, rs, rb):
                                        Severity: Minor
                                        Found in miasm/arch/ppc/sem.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language