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
/
example
/
asm
/
shellcode.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-18
Core/Interval: Add comments
Camille Mougey
1
-32
/
+28
2015-02-18
Core/Interval: PyLint pass
Camille Mougey
1
-23
/
+28
2015-02-18
Core/CPU: Pylint pass, remove commented code (SCM or log.debug should be used)
Camille Mougey
1
-306
/
+105
2015-02-18
Core/ParseASM: Remove some warning
Camille Mougey
1
-7
/
+6
2015-02-18
Core/ParseASM: Remove wildcard import and too long lines
Camille Mougey
1
-34
/
+27
2015-02-18
ir: replace wildcard imports + pylint compliance
Pierre LALET
3
-71
/
+84
2015-02-18
analysis: replace wildcard imports
Pierre LALET
3
-5
/
+7
2015-02-18
os_dep: replace wildcard imports
Pierre LALET
3
-7
/
+11
2015-02-17
example unpack_upx: use argument lists in .func_args_*()
Pierre LALET
1
-7
/
+4
2015-02-17
os_dep.win_api_x86_32: use argument lists in .func_args_*(), (bug)fixes
Pierre LALET
1
-879
/
+693
2015-02-17
Mips32/Sem: Import expression as m2_expr
Ajax
1
-128
/
+135
2015-02-17
Mips32/Sem: Remove wildcard-import from `regs`
Ajax
1
-1
/
+1
2015-02-17
Mips32/Sem: Describe common MIPS32 instructions
Ajax
1
-0
/
+49
2015-02-17
Use `@named_arguments` decorators for `.func_args_*` methods
Pierre LALET
2
-27
/
+14
2015-02-17
Use wrapper `named_arguments` to log function calls
Pierre LALET
2
-7
/
+27
2015-02-17
Add a function decorator to use named arguments in .func_args_stdcall() methods
Pierre LALET
1
-2
/
+19
2015-02-17
os_dep: reorder imports
Pierre LALET
1
-7
/
+10
2015-02-16
TestAll: Never launch tests from `miasm2` root (files are used before modules)
Camille Mougey
1
-6
/
+4
2015-02-16
PyLint: Unreachable code
Camille Mougey
4
-14
/
+7
2015-02-16
PyLint: remove 'unnecessary-lambda'
Camille Mougey
3
-4
/
+4
2015-02-16
PyLint: Wild-unused-import (expression.expression) in x86 part
Camille Mougey
3
-868
/
+983
2015-02-16
PyLint: Replace old `Raise` syntax
Camille Mougey
1
-2
/
+2
2015-02-16
PyLint: Remove `global` variables undefined
Camille Mougey
1
-1
/
+1
2015-02-16
<