index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #76 from commial/pylinting
Pierre Lalet
2015-02-18
18
-693
/
+506
|
\
|
*
Arch/Mips32: Remove wildcard imports
Camille Mougey
2015-02-18
2
-193
/
+235
|
*
PyLint: Remove keyword redefinition, bad open mode
Camille Mougey
2015-02-18
6
-20
/
+20
|
*
PyLint: Import errors, pointless statements (`fds`), bad indentation
Camille Mougey
2015-02-18
8
-32
/
+24
|
*
Core: General PyLinting
Camille Mougey
2015-02-18
3
-43
/
+29
|
*
Core/Interval: `interval.cannon_list` should be a `staticmethod`
Camille Mougey
2015-02-18
1
-2
/
+3
|
*
Core/Interval: Add comments
Camille Mougey
2015-02-18
1
-32
/
+28
|
*
Core/Interval: PyLint pass
Camille Mougey
2015-02-18
1
-23
/
+28
|
*
Core/CPU: Pylint pass, remove commented code (SCM or log.debug should be used)
Camille Mougey
2015-02-18
1
-306
/
+105
|
*
Core/ParseASM: Remove some warning
Camille Mougey
2015-02-18
1
-7
/
+6
|
*
Core/ParseASM: Remove wildcard import and too long lines
Camille Mougey
2015-02-18
1
-34
/
+27
|
/
*
Merge pull request #75 from p-l-/refactor-wildcards
Camille Mougey
2015-02-18
9
-83
/
+102
|
\
|
*
ir: replace wildcard imports + pylint compliance
Pierre LALET
2015-02-18
3
-71
/
+84
|
*
analysis: replace wildcard imports
Pierre LALET
2015-02-18
3
-5
/
+7
|
*
os_dep: replace wildcard imports
Pierre LALET
2015-02-18
3
-7
/
+11
|
/
*
Merge pull request #74 from commial/comment-mips32
serpilliere
2015-02-18
1
-131
/
+187
|
\
|
*
Mips32/Sem: Import expression as m2_expr
Ajax
2015-02-17
1
-128
/
+135
|
*
Mips32/Sem: Remove wildcard-import from `regs`
Ajax
2015-02-17
1
-1
/
+1
|
*
Mips32/Sem: Describe common MIPS32 instructions
Ajax
2015-02-17
1
-0
/
+49
*
|
Merge pull request #73 from p-l-/refactor-api-arguments
serpilliere
2015-02-18
6
-924
/
+762
|
\
\
|
|
/
|
/
|
|
*
example unpack_upx: use argument lists in .func_args_*()
Pierre LALET
2015-02-17
1
-7
/
+4
|
*
os_dep.win_api_x86_32: use argument lists in .func_args_*(), (bug)fixes
Pierre LALET
2015-02-17
1
-879
/
+693
|
*
Use `@named_arguments` decorators for `.func_args_*` methods
Pierre LALET
2015-02-17
2
-27
/
+14
|
*
Use wrapper `named_arguments` to log function calls
Pierre LALET
2015-02-17
2
-7
/
+27
|
*
Add a function decorator to use named arguments in .func_args_stdcall() methods
Pierre LALET
2015-02-17
1
-2
/
+19
|
*
os_dep: reorder imports
Pierre LALET
2015-02-17
1
-7
/
+10
|
/
*
Merge pull request #72 from commial/fix-testset
serpilliere
2015-02-17
1
-6
/
+4
|
\
|
*
TestAll: Never launch tests from `miasm2` root (files are used before modules)
Camille Mougey
2015-02-16
1
-6
/
+4
*
|
Merge pull request #71 from commial/pylinting
serpilliere
2015-02-17
29
-1379
/
+1039
|
\
\
|
|
/
|
/
|
|
*
PyLint: Unreachable code
Camille Mougey
2015-02-16
4
-14
/
+7
|
*
PyLint: remove 'unnecessary-lambda'
Camille Mougey
2015-02-16
3
-4
/
+4
|
*
PyLint: Wild-unused-import (expression.expression) in x86 part
Camille Mougey
2015-02-16
3
-868
/
+983
|
*
PyLint: Replace old `Raise` syntax
Camille Mougey
2015-02-16
1
-2
/
+2
|
*
PyLint: Remove `global` variables undefined
Camille Mougey
2015-02-16
1
-1
/
+1
|
*
PyLint: Remove bad `super` calls
Camille Mougey
2015-02-16
2
-2
/
+2
|
*
PyLint: SH4 test code was duplicated
Camille Mougey
2015-02-16
1
-435
/
+0
|
*
PyLint: IRBloc was an Old-Style class, dst was rewrite on `irbloc(...).dst =`
Camille Mougey
2015-02-16
1
-2
/
+2
|
*
PyLint: Debugging: Invalid name
Camille Mougey
2015-02-16
1
-6
/
+6
|
*
PyLint: Remove relative imports
Camille Mougey
2015-02-16
17
-30
/
+27
|
*
PyLint: Remove unused-imports
Camille Mougey
2015-02-16
11
-15
/
+5
|
/
*
Merge pull request #69 from serpilliere/x86_fix_op_32_in_64
Camille Mougey
2015-02-13
4
-38
/
+130
|
\
|
*
Test: Add x86 64 mul/div regression test
Fabrice Desclaux
2015-02-13
2
-1
/
+105
|
*
X86/Sem: fix 32 bit mul/div in 64 bit mode
Fabrice Desclaux
2015-02-13
1
-36
/
+24
|
*
Sandbox: typo
Fabrice Desclaux
2015-02-13
1
-1
/
+1
|
/
*
Merge pull request #66 from serpilliere/movqu
Camille Mougey
2015-02-13
1
-0
/
+10
|
\
|
*
X86: add movqu
Fabrice Desclaux
2015-02-12
1
-0
/
+10
*
|
Merge pull request #68 from serpilliere/sandbox_win_x86_64
Camille Mougey
2015-02-13
2
-5
/
+60
|
\
\
|
*
|
Sandbox: add x86_64 bit example
Fabrice Desclaux
2015-02-13
1
-0
/
+23
|
*
|
Analysis/Sandbox: add sanbox win x86_64
Fabrice Desclaux
2015-02-13
1
-5
/
+37
|
|
/
*
|
Merge pull request #67 from serpilliere/expr_simp_op_compose
Camille Mougey
2015-02-13
2
-0
/
+106
|
\
\
|
|
/
|
/
|
[next]