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
/
core
/
cpu.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-8
/
+10
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
1
-28
/
+31
*
Parser: fix arguments name
Fabrice Desclaux
2018-05-14
1
-58
/
+56
*
Core: updt parser structure
Fabrice Desclaux
2018-05-14
1
-178
/
+206
*
Cpu: fix fromstring arg name
Fabrice Desclaux
2018-05-09
1
-12
/
+12
*
CPU: add reg_info from dict
Fabrice Desclaux
2018-04-18
1
-0
/
+18
*
Cpu: lmask is property
Fabrice Desclaux
2018-04-18
1
-2
/
+4
*
Arm: add some arm t2 instructions
Fabrice Desclaux
2018-04-18
1
-0
/
+4
*
fix atomic_mode leak
coco
2017-08-02
1
-1
/
+5
*
Replace ExprInt[num](x) -> ExprInt(x, num)
Ajax
2017-03-30
1
-5
/
+5
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
1
-3
/
+3
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
1
-2
/
+2
*
Core/cpu: change ParseAst name
Fabrice Desclaux
2017-02-13
1
-2
/
+2
*
Core/cpu: '_' label
Fabrice Desclaux
2017-02-13
1
-0
/
+6
*
Core/cpu: improve asm fromstring
Fabrice Desclaux
2017-02-13
1
-72
/
+111
*
remove #! command line on files not supposed to be run at top level
Aymeric Vincent
2017-01-05
1
-1
/
+0
*
Raise with a more helpful message on multiple disassemblies
Aymeric Vincent
2017-01-03
1
-2
/
+2
*
Expr: Remove exprint_from
Fabrice Desclaux
2016-12-23
1
-1
/
+1
*
Update int(XX.arg) -> int(XX)
Ajax
2016-09-16
1
-3
/
+3
*
Miasm/CPU: unused variable and refactor
Ajax
2016-02-04
1
-6
/
+4
*
Miasm/CPU: remove factor_tree, useless and unused function
Ajax
2016-02-04
1
-9
/
+0
*
Miasm/Cpu: fix default argument
Ajax
2016-02-04
1
-1
/
+1
*
Remove unused variables
Ajax
2016-02-04
1
-23
/
+5
*
Core/cpu: fix pre_dis atomic
Fabrice Desclaux
2016-01-31
1
-2
/
+6
*
Sem/x86: fix call fromstring
Fabrice Desclaux
2016-01-30
1
-1
/
+2
*
Instructions: slots class
Fabrice Desclaux
2016-01-15
1
-0
/
+3
*
Cpu: leave atomic mode on disasm Exception
Ajax
2016-01-08
1
-5
/
+5
*
MnemoDis: enter atomic mode for a disasm boost
Ajax
2016-01-08
1
-0
/
+5
*
Expression: fix api
Fabrice Desclaux
2015-10-29
1
-3
/
+3
*
cpu: raising an exception when label offset is None
Florent Monjalet
2015-06-21
1
-3
/
+2
*
Cpu: modify instructions' offset relative encoding
Fabrice Desclaux
2015-04-01
1
-6
/
+9
*
Clean get_asm_offset
Fabrice Desclaux
2015-04-01
1
-2
/
+2
*
Asmbloc: updt api
Fabrice Desclaux
2015-04-01
1
-4
/
+6
*
Remove lazy logging pattern
Ajax
2015-03-30
1
-11
/
+10
*
CPU: fix binary output for instruction with prefix
serpilliere
2015-03-14
1
-2
/
+2
*
Core: General PyLinting
Camille Mougey
2015-02-18
1
-1
/
+3
*
Core/CPU: Pylint pass, remove commented code (SCM or log.debug should be used)
Camille Mougey
2015-02-18
1
-306
/
+105
*
PyLint: Unreachable code
Camille Mougey
2015-02-16
1
-1
/
+1
*
PyLint: remove 'unnecessary-lambda'
Camille Mougey
2015-02-16
1
-1
/
+1
*
PyLint: Remove relative imports
Camille Mougey
2015-02-16
1
-2
/
+2
*
CPU: update api to handle IOError during disasm
Fabrice Desclaux
2015-02-11
1
-3
/
+5
*
core/cpu: move bs8
Fabrice Desclaux
2014-09-11
1
-0
/
+9
*
Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytes
serpilliere
2014-08-21
1
-8
/
+8
*
Add mips32 arch
serpilliere
2014-08-06
1
-0
/
+17
*
cpu/arch: arg2str moved in instruction class
serpilliere
2014-08-05
1
-45
/
+7
*
Arch: remove debug output
serpilliere
2014-07-10
1
-2
/
+1
*
Core/parse: allow the use of labels in data declaration
serpilliere
2014-07-09
1
-0
/
+8
*
Core: $ symbol can be customized for relative offset tricks
serpilliere
2014-07-03
1
-2
/
+4
*
cpu: continue remove some lambda (to allow pickling)
serpilliere
2014-06-25
1
-2
/
+0
*
Cpu: remove unsused var; dis/fromstring default attrib is none
serpilliere
2014-06-25
1
-9
/
+9
[next]