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
*
fix atomic_mode leak
coco
2017-08-02
1
-1
/
+5
*
Merge pull request #592 from commial/fix-hash-csts
serpilliere
2017-08-01
1
-2
/
+2
|
\
|
*
Avoid potential (but unlikely) hash collision
Ajax
2017-08-01
1
-2
/
+2
*
|
Merge pull request #591 from serpilliere/remove_job_done
Camille Mougey
2017-07-28
6
-24
/
+30
|
\
\
|
*
|
Asmblock: remove disasm engine job_done attribute
Fabrice Desclaux
2017-07-27
6
-24
/
+30
*
|
|
Merge pull request #590 from serpilliere/fix_macro_shift
William Bruneau
2017-07-25
3
-94
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Jitter: fix shifter macro
Fabrice Desclaux
2017-07-25
3
-94
/
+22
|
/
/
*
|
Merge pull request #589 from commial/fix/aarch64-imm-decode
serpilliere
2017-07-24
2
-24
/
+209
|
\
\
|
*
|
Aarch64: complete DecodeBitMasks test for full branch coverage
Ajax
2017-07-24
1
-0
/
+4
|
*
|
Aarch64: remove useless code
Ajax
2017-07-24
1
-11
/
+0
|
*
|
Aarch64: decode ORR/AND/... imm according to ARM ASL
Ajax
2017-07-24
1
-16
/
+206
|
*
|
Aarch64: mask ROR/ROL result to avoid overflow
Ajax
2017-07-21
1
-2
/
+4
*
|
|
Merge pull request #582 from WilliamBruneau/realloc_check_return
serpilliere
2017-07-24
2
-8
/
+15
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add null pointer check after realloc
William Bruneau
2017-07-24
2
-8
/
+15
|
/
/
*
|
Merge pull request #587 from commial/fix/x86-movsd
serpilliere
2017-07-24
1
-8
/
+12
|
\
\
|
*
|
x86: fix MOVSD semantic
Ajax
2017-07-24
1
-8
/
+12
|
|
/
*
|
Merge pull request #586 from commial/feature/aarch64-blr
serpilliere
2017-07-22
1
-0
/
+5
|
\
\
|
*
|
Aarch64: add semantic for BLR
Ajax
2017-07-21
1
-0
/
+5
|
|
/
*
|
Merge pull request #584 from commial/fix/blockhash-multiarch
serpilliere
2017-07-22
3
-26
/
+17
|
\
\
|
*
|
Add arch-desc in hash, avoiding multi-arch collision
Ajax
2017-07-21
1
-4
/
+6
|
*
|
Jit: merge duplicate hash code
Ajax
2017-07-21
3
-26
/
+15
|
|
/
*
|
Merge pull request #585 from commial/fix/jit-multiret
serpilliere
2017-07-22
2
-6
/
+10
|
\
\
|
*
|
Add support for multi-ret on cdecl / systemV x86 ABI
Ajax
2017-07-21
1
-3
/
+5
|
*
|
Add support for multi-ret on stdcall / systemV ARM ABI
Ajax
2017-07-21
1
-3
/
+5
|
|
/
*
|
Merge pull request #588 from commial/fix/dse-regs
serpilliere
2017-07-22
2
-5
/
+17
|
\
\
|
|
/
|
/
|
|
*
DSE: use registers from the real arch, not the jitter emulated one
Ajax
2017-07-21
1
-3
/
+15
|
*
Complete attrib_to_regs with IP/EIP (was present in 64)
Ajax
2017-07-21
1
-2
/
+2
|
/
*
Merge pull request #579 from serpilliere/fix_get_bloc
serpilliere
2017-07-20
25
-71
/
+112
|
\
|
*
Asmblock: rename bloc
Fabrice Desclaux
2017-07-07
18
-40
/
+57
|
*
IR: rename post_add_bloc
Fabrice Desclaux
2017-07-07
2
-4
/
+12
|
*
IR: rename add_bloc
Fabrice Desclaux
2017-07-07
16
-21
/
+29
|
*
IR: rename get_bloc
Fabrice Desclaux
2017-07-07
5
-6
/
+14
*
|
Merge pull request #581 from WilliamBruneau/realloc_check_return
serpilliere
2017-07-20
1
-0
/
+10
|
\
\
|
*
|
Add null pointer check after realloc
William Bruneau
2017-07-20
1
-0
/
+10
|
|
/
*
|
Merge pull request #580 from WilliamBruneau/fix_typo_dse_crackme
Camille Mougey
2017-07-20
2
-8
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix typo in /test/core/asmblock.py
William Bruneau
2017-07-20
1
-1
/
+1
|
*
Remove unecessary assert
William Bruneau
2017-07-20
1
-1
/
+0
|
*
Fix typo
William Bruneau
2017-07-20
1
-6
/
+6
|
/
*
Merge pull request #578 from commial/llvm/readonly-funcs
serpilliere
2017-07-07
1
-44
/
+49
|
\
|
*
Regroup and use readonly for utils funcs (better simplifications)
Ajax
2017-07-07
1
-44
/
+49
|
/
*
Merge pull request #576 from commial/feature/ida-menu
serpilliere
2017-07-05
5
-174
/
+282
|
\
|
*
IDA: add a Miasm menu with shortcuts to other IDA examples
Ajax
2017-07-05
1
-0
/
+77
|
*
IDA/TypePropag: clean & fix imports
Ajax
2017-07-05
1
-14
/
+13
|
*
IDA/SymbExec: clean & fix imports, export main function
Ajax
2017-07-05
1
-7
/
+8
|
*
IDA/Graph IR: clean & fix imports, export main function, add a
Ajax
2017-07-05
1
-70
/
+91
|
*
IDA/Depgraph: clean & fix imports, export main function
Ajax
2017-07-05
1
-83
/
+93
|
/
*
Merge pull request #575 from serpilliere/fix_ida_example
Camille Mougey
2017-07-05
2
-34
/
+17
|
\
|
*
Example: update SymbExecCType api
Fabrice Desclaux
2017-07-05
1
-9
/
+7
|
*
SymbExecCType: remove dummy argument
Fabrice Desclaux
2017-07-05
1
-25
/
+10
|
/
*
Merge pull request #574 from serpilliere/clean_code
Camille Mougey
2017-07-05
1
-129
/
+110
|
\
[next]