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
/
expression
/
expr_translate.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-04
X86/arch: add stmxcsr/ldmxcsr
serpilliere
2
-0
/
+7
2015-02-27
msp430 semantic: fix carry and overflow flags for cmp.* mnemonics
Pierre LALET
1
-4
/
+4
2015-02-27
VmMngrPY: Null Deref in `set_mem_access`
Ajax
1
-0
/
+5
2015-02-27
X86/sem: fix leave semantic
Fabrice Desclaux
1
-6
/
+5
2015-02-27
Test/X86: updt reg tests
Fabrice Desclaux
1
-6
/
+6
2015-02-27
X86: fix stack manipulators default size (64bit)
Fabrice Desclaux
1
-57
/
+36
2015-02-27
BinStreamIDA: `getlen` is now lazy, and use the proper IDA API
Ajax
1
-1
/
+7
2015-02-24
Example/Disasm/Full: Compute IR with & without analysis on `-g`
Camille Mougey
1
-6
/
+17
2015-02-24
Machine: Export IR (without analyse)
Camille Mougey
1
-0
/
+16
2015-02-24
DepGraph: Normalize output by including heads from graph
Camille Mougey
1
-2
/
+7
2015-02-24
Depgraph: results should be copy of `done` elements
Camille Mougey
1
-1
/
+1
2015-02-24
ir2C: fix `gen_resolve_int()`
Pierre LALET
1
-1
/
+1
2015-02-23
Jitcore: BounderDict upper bound is now a class attribute
Camille Mougey
1
-1
/
+2
2015-02-23
JitCore: Jitcore is an abstract class
Camille Mougey
1
-2
/
+2
2015-02-23
JitCore_TCC: Use a callback to free TCCState on Jitted block deletion
Camille Mougey
1
-4
/
+10
2015-02-23
JitCore: Jitted blocks are now a BoundedDict with a possible callback
Camille Mougey
1
-1
/
+5
2015-02-23
Core: Introduce BoundedDict and its regression test
Camille Mougey
3
-0
/
+115
2015-02-23
Jittcc: free values returned by `strdup` in `tcc_set_emul_lib_path`
Camille Mougey
1
-8
/
+8
2015-02-23
VmMngrPy: resource leak (`mpn`, `mpn->ad_hp`) if "known page in memory"
Camille Mougey
1
-1
/
+4
2015-02-23
VmMngr: resource leak (`mpn`) if `(!p)` is taken
Camille Mougey
1
-0
/
+1
2015-02-23
Expression: use __hash__ function instead of property
Fabrice Desclaux
1
-9
/
+8
2015-02-23
Arm: fit test
Fabrice Desclaux
1
-5
/
+5
2015-02-23
Expression: use private attributes in expression
Fabrice Desclaux