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-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
PyLint: Remove bad `super` calls
Camille Mougey
2
-2
/
+2
2015-02-16
PyLint: SH4 test code was duplicated
Camille Mougey
1
-435
/
+0
2015-02-16
PyLint: IRBloc was an Old-Style class, dst was rewrite on `irbloc(...).dst =`
Camille Mougey
1
-2
/
+2
2015-02-16
PyLint: Debugging: Invalid name
Camille Mougey
1
-6
/
+6
2015-02-16
PyLint: Remove relative imports
Camille Mougey
17
-30
/
+27
2015-02-16
PyLint: Remove unused-imports
Camille Mougey
11
-15
/
+5
2015-02-13
Test: Add x86 64 mul/div regression test
Fabrice Desclaux
2
-1
/
+105
2015-02-13