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
path:
root
/
miasm2
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
JitCore_TCC: Use a callback to free TCCState on Jitted block deletion
Camille Mougey
2015-02-23
1
-4
/
+10
*
JitCore: Jitted blocks are now a BoundedDict with a possible callback
Camille Mougey
2015-02-23
1
-1
/
+5
*
Core: Introduce BoundedDict and its regression test
Camille Mougey
2015-02-23
1
-0
/
+73
*
Merge pull request #83 from serpilliere/expr_immutable
Camille Mougey
2015-02-23
8
-259
/
+308
|
\
|
*
Expression: use __hash__ function instead of property
Fabrice Desclaux
2015-02-23
1
-9
/
+8
|
*
Arm: fit test
Fabrice Desclaux
2015-02-23
1
-5
/
+5
|
*
Expression: use private attributes in expression
Fabrice Desclaux
2015-02-23
1
-213
/
+211
|
*
Expression: Exprcompose are now ordered by default; add sanitycheck for conti...
Fabrice Desclaux
2015-02-23
1
-0
/
+8
|
*
Expression: fix autopep indentation
Fabrice Desclaux
2015-02-23
1
-2
/
+2
|
*
Arch: remove code which uses expression modifications
serpilliere
2015-02-22
3
-20
/
+25
|
*
Expression: remove code which uses expression modifications
serpilliere
2015-02-22
3
-8
/
+9
|
*
Expression/Simplification: avoid code modifications
serpilliere
2015-02-22
1
-20
/
+9
|
*
Expression: Make expressions really immutable.
serpilliere
2015-02-22
1
-88
/
+137
*
|
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
2
-1
/
+609
|
\
\
|
*
|
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
*
|
|
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
|
/
/
*
/
X86: fix bsr/bsf behaviour as issued in PR #79
Fabrice Desclaux
2015-02-20
3
-33
/
+45
|
/
*
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
*
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
*
|
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
|
/
*
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]