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
/
jitter
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Jitter: fix cst exceptions
Fabrice Desclaux
2015-12-04
2
-4
/
+4
|
|
/
*
|
Merge pull request #286 from serpilliere/updt_winseh
Camille Mougey
2015-12-04
2
-22
/
+121
|
\
\
|
*
|
Loader/pe: fix load lib; vm2pe
Fabrice Desclaux
2015-12-04
2
-11
/
+19
|
*
|
Sandbox: support additional options
Fabrice Desclaux
2015-12-04
1
-2
/
+2
|
*
|
Loader: load PE and its dependencies
Fabrice Desclaux
2015-12-04
2
-14
/
+105
|
|
/
*
|
Jitter: remove unused div_op rem_op
Fabrice Desclaux
2015-12-04
3
-128
/
+4
*
|
Jitter: clean code
Fabrice Desclaux
2015-12-03
3
-247
/
+2
*
|
Jit: use page array; bin search
Fabrice Desclaux
2015-12-03
3
-58
/
+101
|
/
*
Squelch a couple of warnings on 32 bit architectures with respect to
Aymeric Vincent
2015-11-23
2
-2
/
+2
*
When parsing a 64 bit integer, make sure we have enough room to store it.
Aymeric Vincent
2015-11-23
2
-10
/
+14
*
JitterPython: init registers with 0 instead of symbol
Ajax
2015-11-17
1
-4
/
+2
*
Symbexec: func_write callback doesn't need anymore last arg
Ajax
2015-11-17
1
-3
/
+2
*
Jitter: fix single step
Fabrice Desclaux
2015-11-15
1
-0
/
+5
*
Jitter: add reset jitter blocks
Fabrice Desclaux
2015-11-15
1
-0
/
+6
*
Jitter/vm_mngr: Clean logs
Fabrice Desclaux
2015-11-15
1
-26
/
+14
*
x86/TCC: fix rcr/rcl computation
Ajax
2015-11-13
1
-36
/
+26
*
x86: >>>/<<< c_cf are no more needed: use c_rez with rotate-1
Ajax
2015-11-13
2
-35
/
+3
*
x86/TCC: fix a loosed bit of rotate left
Ajax
2015-11-13
1
-3
/
+3
*
x86/TCC: add helper for double to 16 bits
Ajax
2015-11-10
2
-0
/
+13
*
x86/TCC: complete fxam semantic to handle C1
Ajax
2015-11-10
2
-0
/
+8
*
x86/TCC: handle NaN case in `fcom`
Ajax
2015-11-10
1
-0
/
+6
*
x86: C0/C1/C2/C3 flags in `fprem`
Ajax
2015-11-10
2
-0
/
+24
*
x86/TCC: add `fpatan`
Ajax
2015-11-10
2
-0
/
+12
*
x86/TCC: add `fyl2x`
Ajax
2015-11-10
2
-0
/
+11
*
x86/TCC: add `fprem`
Ajax
2015-11-10
2
-0
/
+12
*
x86/TCC: add `fxam`
Ajax
2015-11-10
2
-1
/
+62
*
x86/TCC: add `fchs`
Ajax
2015-11-10
2
-0
/
+11
*
x86: add a new "register" named interrupt_num
Ajax
2015-11-09
2
-0
/
+22
*
JitTcc: fix memory leak
Fabrice Desclaux
2015-11-01
1
-0
/
+4
*
Merge pull request #250 from serpilliere/ExprInt_api
Florent
2015-10-29
1
-4
/
+4
|
\
|
*
Expression: fix api
Fabrice Desclaux
2015-10-29
1
-4
/
+4
*
|
Jitter/jitcore: Fix pyobject ref
Fabrice Desclaux
2015-10-29
1
-2
/
+12
|
/
*
Mips32: consider CPR0 as registers, able to JIT
Camille Mougey
2015-10-27
1
-0
/
+514
*
JitcoreTCC: VmMngr argument is useless
Camille Mougey
2015-10-23
1
-3
/
+1
*
BoundedDict: access to the internal dict via property
Camille Mougey
2015-10-23
1
-1
/
+1
*
JitcorePython: adapt with new jit_call API
Camille Mougey
2015-10-23
2
-1
/
+2
*
Jitload: has_callbacks is no more needed (no perf gain)
Camille Mougey
2015-10-23
1
-9
/
+4
*
Jitload: CallbackHandler.__call__ should only be a wrapper
Camille Mougey
2015-10-23
1
-1
/
+2
*
JitTCC: loop in C while future basic blocks are known
Camille Mougey
2015-10-23
4
-18
/
+47
*
JitTCC: jitted functions return a status code
Camille Mougey
2015-10-23
1
-0
/
+3
*
Merge pull request #237 from serpilliere/win_seh_alloc_min
Camille Mougey
2015-10-23
1
-1
/
+1
|
\
|
*
Jitter/vm_mngr: Fix error typo
Fabrice Desclaux
2015-10-23
1
-1
/
+1
*
|
Loader/pe: autopep8
Fabrice Desclaux
2015-10-22
1
-8
/
+10
*
|
Loader/pe: fix iat rebuild
Fabrice Desclaux
2015-10-22
1
-1
/
+2
|
/
*
Merge pull request #233 from a-vincent/nit_jittcc_relative_path
Pierre Lalet
2015-10-22
1
-4
/
+4
|
\
|
*
Use path relative to miasm2 rather than local dir for Jittcc
Aymeric Vincent
2015-10-22
1
-4
/
+4
*
|
Jitload: more concise syntax in has_callback
Florent Monjalet
2015-10-15
1
-4
/
+2
*
|
jitload: added a CallbackHandler.has_callbacks method
Florent Monjalet
2015-10-11
1
-4
/
+14
|
/
*
Loader/Elf: Support aarch64
Fabrice Desclaux
2015-08-09
1
-0
/
+2
*
Add arch aarch64
Fabrice Desclaux
2015-08-08
1
-0
/
+2
[prev]
[next]