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
*
Merge pull request #383 from commial/fix/breakpoint-handling
serpilliere
2016-06-24
2
-3
/
+14
|
\
|
*
Handle exceptions due to breakpoint side effects
Ajax
2016-06-23
1
-1
/
+6
|
*
Allow breakpoints to act as generator
Ajax
2016-06-23
1
-1
/
+7
|
*
Repercut EIP modification to PC (as 64 bits)
Ajax
2016-06-23
1
-1
/
+1
*
|
Merge pull request #382 from commial/fix/free-so
serpilliere
2016-06-24
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
DLclose loaded libraries to free the memory on JiT block deletion event
Ajax
2016-06-23
1
-2
/
+7
|
/
*
Merge pull request #381 from serpilliere/missing_proto
Camille Mougey
2016-06-23
1
-0
/
+1
|
\
|
*
VM: fix function declaration
Fabrice Desclaux
2016-06-23
1
-0
/
+1
|
/
*
Merge pull request #379 from serpilliere/win_seh_struct
Camille Mougey
2016-06-23
2
-168
/
+363
|
\
|
*
Jitter: mini seh
Fabrice Desclaux
2016-06-23
1
-6
/
+5
|
*
Win_seh: use memstruct
Fabrice Desclaux
2016-06-23
1
-163
/
+161
|
*
Os_dep: add win 32 structs
Fabrice Desclaux
2016-06-23
1
-0
/
+198
*
|
Merge pull request #380 from serpilliere/fix_x86_xchg
Camille Mougey
2016-06-20
2
-1
/
+17
|
\
\
|
|
/
|
/
|
|
*
X86: add no_rex/fix xchg
Fabrice Desclaux
2016-06-19
2
-1
/
+17
|
/
*
Merge pull request #378 from commial/fix/elfesteem-error
serpilliere
2016-06-16
1
-1
/
+4
|
\
|
*
Handle Elfesteem ValueError on 'get'
Ajax
2016-06-16
1
-1
/
+4
|
/
*
Merge pull request #377 from commial/machine-name
serpilliere
2016-06-15
1
-0
/
+5
|
\
|
*
Get back the name of the architecture asked in Machine
Ajax
2016-06-15
1
-0
/
+5
|
/
*
Merge pull request #376 from commial/fix-memoryleak
serpilliere
2016-06-08
1
-0
/
+7
|
\
|
*
Fix a memory leak in reset memory page pool
Ajax
2016-06-08
1
-0
/
+7
*
|
Merge pull request #375 from serpilliere/add_armt_instr
Camille Mougey
2016-06-06
3
-1
/
+67
|
\
\
|
*
|
Arch/armt: add pld instruction
Fabrice Desclaux
2016-06-05
3
-1
/
+67
|
/
/
*
|
Merge pull request #372 from serpilliere/fix_jitter_func_cast
Camille Mougey
2016-05-31
2
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Jitter: fix function cast
serpilliere
2016-05-31
2
-3
/
+2
|
/
*
Merge pull request #368 from commial/fix-typo
serpilliere
2016-05-10
1
-2
/
+2
|
\
|
*
LoaderPE: an argument was mispelled and then never used
Ajax
2016-05-10
1
-1
/
+1
|
*
LoaderPE: move log, cause 'hex' call can fail on None
Ajax
2016-05-10
1
-1
/
+1
|
/
*
Merge pull request #367 from serpilliere/jitter_cache_block
Camille Mougey
2016-05-10
7
-72
/
+157
|
\
|
*
Jitter: autopep
Fabrice Desclaux
2016-05-10
2
-4
/
+6
|
*
Jitter: replace Resolve_dst with macro
Fabrice Desclaux
2016-05-10
2
-10
/
+2
|
*
Jitter: cache on bloc
Fabrice Desclaux
2016-05-10
2
-38
/
+108
|
*
Jitter: use cpu alias
Fabrice Desclaux
2016-05-09
1
-2
/
+4
|
*
Jitter: parity lookup table
Fabrice Desclaux
2016-05-09
2
-21
/
+40
|
/
*
Merge pull request #366 from itsacoderepo/sem_add_ud2
serpilliere
2016-05-08
1
-1
/
+17
|
\
|
*
x86 sem: prefetchw and lfence added
Niko Schmidt
2016-05-07
1
-0
/
+12
|
*
x86 sem: missing ud2 instruction in sem.py.
Niko Schmidt
2016-05-07
1
-1
/
+5
*
|
Merge pull request #364 from mrphrazer/x86_opcodes
serpilliere
2016-04-28
2
-1
/
+30
|
\
\
|
|
/
|
/
|
|
*
x86 arch: added x86 opcode decoding for PCMPGTD
Tim Blazytko
2016-04-27
2
-0
/
+9
|
*
x86 arch: added x86 opcode decoding for SHUFPD
Tim Blazytko
2016-04-27
2
-1
/
+5
|
*
x86 arch: added x86 opcode decoding for SHUFPS
Tim Blazytko
2016-04-27
2
-0
/
+6
|
*
x86 arch: added opcode decoding for MOVMSKPS
Tim Blazytko
2016-04-27
2
-0
/
+5
|
*
x86 arch: added opcode decoding for LFENCE
Tim Blazytko
2016-04-27
2
-0
/
+3
|
*
x86 arch: added opcode decoding for PREFETCHW
Tim Blazytko
2016-04-27
2
-1
/
+3
*
|
Merge pull request #365 from itsacoderepo/fixsem
serpilliere
2016-04-28
1
-1
/
+1
|
\
\
|
*
|
Update sem.py
Niko Schmidt
2016-04-27
1
-1
/
+1
|
/
/
*
|
Merge pull request #363 from serpilliere/fix_gcc_fd_leak
Camille Mougey
2016-04-27
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Jitter/gcc: fit fd leak
Fabrice Desclaux
2016-04-27
1
-1
/
+2
|
/
*
Merge pull request #361 from mrphrazer/x86_opcodes
serpilliere
2016-04-26
2
-2
/
+8
|
\
|
*
arch: added x86 opcode decoding for PSRLDQ
Tim Blazytko
2016-04-26
2
-0
/
+4
|
*
x86 arch: extended opcode decoding for MOVUPS
Tim Blazytko
2016-04-26
2
-2
/
+4
|
/
[next]