cea-sec/miasm

View on GitHub

Showing 3,020 of 3,020 total issues

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

    def __init__(self, irdst, loc_db, blocks=None, *args, **kwargs):
Severity: Minor
Found in miasm/ir/ir.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/ir/ir.py - About 35 mins to fix

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

          def Create(self, equations, machine, loc_db, *args, **kwargs):
      Severity: Minor
      Found in example/ida/symbol_exec.py - About 35 mins to fix

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

            def register(self, name, label, shortcut=None, tooltip=None, icon=-1):
        Severity: Minor
        Found in example/ida/menu.py - About 35 mins to fix

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

              def __init__(self, lifter,
          Severity: Minor
          Found in example/ida/ctype_propagation.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/ir/analysis.py - About 35 mins to fix

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

              def my_GetEnvironmentVariable(jitter, funcname, get_str, set_str, mylen):
              Severity: Minor
              Found in miasm/os_dep/win_api_x86_32.py - About 35 mins to fix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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