cea-sec/miasm

View on GitHub

Showing 1,373 of 3,020 total issues

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

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

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

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

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

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

              def mn_do_eqv(ir, instr, ra, rs, rb):
              Severity: Minor
              Found in miasm/arch/ppc/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/ppc/arch.py - About 35 mins to fix

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

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

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

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

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

                      def pshufd(_, instr, dst, src, imm):
                      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/mips32/arch.py - About 35 mins to fix

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

                              def add_instr_to_current_state(self, instr, block, assignments, ir_blocks_all, gen_pc_updt):
                          Severity: Minor
                          Found in miasm/arch/ppc/lifter_model_call.py - About 35 mins to fix

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

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

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

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

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

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

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

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

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

                                    def imul(_, instr, src1, src2=None, src3=None):
                                    Severity: Minor
                                    Found in miasm/arch/x86/sem.py - About 35 mins to fix

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

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

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

                                        def sqrt_gen(_, instr, dst, src, size):
                                        Severity: Minor
                                        Found in miasm/arch/x86/sem.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language