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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Jitter: split VmMngr from JitCpu
serpilliere
2015-03-10
8
-53
/
+36
*
Merge pull request #105 from p-l-/fix-msp430-SR-affect
serpilliere
2015-03-10
1
-1
/
+1
|
\
|
*
MSP430 semantic: fix SR affectation
Pierre LALET
2015-03-10
1
-1
/
+1
|
/
*
Merge pull request #104 from serpilliere/fix_multi_effect
Pierre Lalet
2015-03-09
1
-10
/
+11
|
\
|
*
IR: factor identical slices in multi dst effects
serpilliere
2015-03-08
1
-10
/
+11
|
/
*
Merge pull request #103 from cea-sec/ida-windows
serpilliere
2015-03-06
1
-0
/
+11
|
\
|
*
README: add a workaround for Windows & IDA
Camille Mougey
2015-03-06
1
-0
/
+11
|
/
*
Merge pull request #102 from cea-sec/TCC-version
serpilliere
2015-03-06
1
-1
/
+1
|
\
|
*
README: TCC *stable* version should be use
Camille Mougey
2015-03-06
1
-1
/
+1
|
/
*
Merge pull request #101 from commial/faster-depgraph
serpilliere
2015-03-06
1
-3
/
+10
|
\
|
*
Depgraph: Clean each `depnodes` to purge and improve search in `done`
Ajax
2015-03-06
1
-0
/
+3
|
*
Depgraph: Modify the inter block `done` data structure to improve membership ...
Ajax
2015-03-06
1
-3
/
+4
|
*
Depgraph: In `filter_used_nodes`, `used_nodes` can be used as a done set
Ajax
2015-03-06
1
-0
/
+3
|
/
*
Merge pull request #99 from fmonjalet/translator_z3_cache_fix
serpilliere
2015-03-06
1
-1
/
+3
|
\
|
*
TranslatorZ3: now uses its cache (forgotten lines...)
Florent Monjalet
2015-03-06
1
-1
/
+3
|
/
*
Merge pull request #98 from commial/ida-platform-indep
serpilliere
2015-03-05
2
-2
/
+6
|
\
|
*
Example/IDA: Replace /tmp/ by tempfile.gettempdir (credits Joel Eriksson)
Ajax
2015-03-05
2
-2
/
+6
|
/
*
Merge pull request #97 from serpilliere/x86_add_stmldm
Camille Mougey
2015-03-05
2
-0
/
+7
|
\
|
*
X86/arch: add stmxcsr/ldmxcsr
serpilliere
2015-03-04
2
-0
/
+7
|
/
*
Merge pull request #93 from p-l-/fix-msp430-sem
serpilliere
2015-02-27
1
-4
/
+4
|
\
|
*
msp430 semantic: fix carry and overflow flags for cmp.* mnemonics
Pierre LALET
2015-02-27
1
-4
/
+4
|
/
*
Merge pull request #92 from commial/fix-null-deref
Pierre Lalet
2015-02-27
1
-0
/
+5
|
\
|
*
VmMngrPY: Null Deref in `set_mem_access`
Ajax
2015-02-27
1
-0
/
+5
|
/
*
Merge pull request #91 from serpilliere/fix_x86_stack_sem
Camille Mougey
2015-02-27
3
-69
/
+47
|
\
|
*
X86/sem: fix leave semantic
Fabrice Desclaux
2015-02-27
1
-6
/
+5
|
*
Test/X86: updt reg tests
Fabrice Desclaux
2015-02-27
1
-6
/
+6
|
*
X86: fix stack manipulators default size (64bit)
Fabrice Desclaux
2015-02-27
1
-57
/
+36
|
/
*
Merge pull request #90 from commial/fix-bin-stream-ida
serpilliere
2015-02-27
1
-1
/
+7
|
\
|
*
BinStreamIDA: `getlen` is now lazy, and use the proper IDA API
Ajax
2015-02-27
1
-1
/
+7
|
/
*
Merge pull request #89 from commial/fix-depgraph
serpilliere
2015-02-24
1
-3
/
+8
|
\
|
*
DepGraph: Normalize output by including heads from graph
Camille Mougey
2015-02-24
1
-2
/
+7
|
*
Depgraph: results should be copy of `done` elements
Camille Mougey
2015-02-24
1
-1
/
+1
*
|
Merge pull request #88 from commial/machine-ir
serpilliere
2015-02-24
2
-6
/
+33
|
\
\
|
|
/
|
/
|
|
*
Example/Disasm/Full: Compute IR with & without analysis on `-g`
Camille Mougey
2015-02-24
1
-6
/
+17
|
*
Machine: Export IR (without analyse)
Camille Mougey
2015-02-24
1
-0
/
+16
|
/
*
Merge pull request #87 from p-l-/bugfix-ir-c
serpilliere
2015-02-24
1
-1
/
+1
|
\
|
*
ir2C: fix `gen_resolve_int()`
Pierre LALET
2015-02-24
1
-1
/
+1
*
|
Merge pull request #85 from commial/bounded-dict
serpilliere
2015-02-23
5
-7
/
+133
|
\
\
|
*
|
Jitcore: BounderDict upper bound is now a class attribute
Camille Mougey
2015-02-23
1
-1
/
+2
|
*
|
JitCore: Jitcore is an abstract class
Camille Mougey
2015-02-23
1
-2
/
+2
|
*
|
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
3
-0
/
+115
*
|
|
Merge pull request #84 from commial/bug-resource-leak
serpilliere
2015-02-23
3
-9
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Jittcc: free values returned by `strdup` in `tcc_set_emul_lib_path`
Camille Mougey
2015-02-23
1
-8
/
+8
|
*
|
VmMngrPy: resource leak (`mpn`, `mpn->ad_hp`) if "known page in memory"
Camille Mougey
2015-02-23
1
-1
/
+4
|
*
|
VmMngr: resource leak (`mpn`) if `(!p)` is taken
Camille Mougey
2015-02-23
1
-0
/
+1
|
/
/
*
|
Merge pull request #83 from serpilliere/expr_immutable
Camille Mougey
2015-02-23
10
-263
/
+314
|
\
\
|
|
/
|
/
|
|
*
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
[next]