cea-sec/miasm

View on GitHub

Showing 1,373 of 3,020 total issues

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/x86/arch.py - About 35 mins to fix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                def __init__(self, reaching_defs,
                            Severity: Minor
                            Found in miasm/analysis/data_flow.py - About 35 mins to fix

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

                                  def __init__(self, ircfg,
                              Severity: Minor
                              Found in miasm/analysis/depgraph.py - About 35 mins to fix

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

                                    def unpack(cls, s, off=0, parent_head=None, _sex=None, _wsize=None):
                                Severity: Minor
                                Found in miasm/loader/new_cstruct.py - About 35 mins to fix

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

                                      def __init__(self, loc_db, fname, options, custom_methods=None, **kwargs):
                                  Severity: Minor
                                  Found in miasm/analysis/sandbox.py - About 35 mins to fix

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

                                        def __init__(self, target_class, raw, off, cstr, num=None):
                                    Severity: Minor
                                    Found in miasm/loader/pe.py - About 35 mins to fix

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

                                          def unpack_l(cls, s, off=0, parent_head=None, _sex=None, _wsize=None):
                                      Severity: Minor
                                      Found in miasm/loader/new_cstruct.py - About 35 mins to fix

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

                                            def parse(self, data, vm=None, addr=0, apply_reloc=False, **kwargs):
                                        Severity: Minor
                                        Found in miasm/analysis/binary.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language