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 #78 from p-l-/refactor-named-args
Camille Mougey
2015-02-21
1
-23
/
+24
|
\
|
*
os_dep/linux: use named arguments
Pierre LALET
2015-02-20
1
-23
/
+24
*
|
Merge pull request #82 from commial/feature-depgraph
serpilliere
2015-02-20
5
-1
/
+1431
|
\
\
|
*
|
Example/IDA: add a script to highlight depnodes through IDA
Camille Mougey
2015-02-20
1
-0
/
+201
|
*
|
Test/Analysis: Regression tests for DependencyGraph
Camille Mougey
2015-02-20
2
-0
/
+621
|
*
|
Analysis: Introduce DependencyGraph, computing dependencies of elements
Camille Mougey
2015-02-20
1
-0
/
+608
|
*
|
DiGraph: Inherite DiGraph from `object`
Camille Mougey
2015-02-20
1
-1
/
+1
*
|
|
Merge pull request #81 from ggqb/master
serpilliere
2015-02-20
4
-8
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed regression tests for PUSHFW and POPFW
gg
2015-02-20
1
-2
/
+2
|
*
|
Fix commit ae4b4b7 because of PR comment
gg
2015-02-20
1
-1
/
+1
|
*
|
Fixed POPFW instruction
gg
2015-02-20
1
-2
/
+2
|
*
|
x86: Fixed PUSHFW and POPFW declaration
gg
2015-02-20
1
-2
/
+2
|
*
|
Fixed bad string format on warning in kernel32_GetModuleFileName()
gg
2015-02-20
1
-2
/
+2
|
/
/
*
|
Merge pull request #80 from serpilliere/fix_bsr_bsf
Camille Mougey
2015-02-20
6
-35
/
+95
|
\
\
|
|
/
|
/
|
|
*
X86: add regression tests for bsf/bsr
Fabrice Desclaux
2015-02-20
3
-2
/
+50
|
*
X86: fix bsr/bsf behaviour as issued in PR #79
Fabrice Desclaux
2015-02-20
3
-33
/
+45
|
/
*
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
[next]