cea-sec/miasm

View on GitHub

Showing 3,020 of 3,020 total issues

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

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

                                      def __init__(self, parent, sex, size, *args, **kargs):
                                  Severity: Minor
                                  Found in miasm/loader/elf_init.py - About 35 mins to fix

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

                                    def add_state(ircfg, todo, states, addr, state):
                                    Severity: Minor
                                    Found in miasm/analysis/cst_propag.py - About 35 mins to fix

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

                                          def exec_wrapper(self, loc_key, cpu, _offset_to_jitted_func, _stop_offsets,
                                      Severity: Minor
                                      Found in miasm/jitter/jitcore_python.py - About 35 mins to fix

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

                                        def vm_fix_imports_pe_libs(lib_imgs, libs, lib_path_base,
                                        Severity: Minor
                                        Found in miasm/jitter/loader/pe.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language