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
...
*
Loader/pe: Add ordinal export
Fabrice Desclaux
2016-08-10
1
-0
/
+7
*
Fix get_memory_page_from_address()
Aymeric Vincent
2016-08-01
1
-4
/
+1
*
Jitter: fix read on multiple pages
serpilliere
2016-06-30
1
-1
/
+1
*
Merge pull request #383 from commial/fix/breakpoint-handling
serpilliere
2016-06-24
1
-2
/
+13
|
\
|
*
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
*
|
DLclose loaded libraries to free the memory on JiT block deletion event
Ajax
2016-06-23
1
-2
/
+7
|
/
*
VM: fix function declaration
Fabrice Desclaux
2016-06-23
1
-0
/
+1
*
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
*
|
Jitter: fix function cast
serpilliere
2016-05-31
2
-3
/
+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
*
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: parity lookup table
Fabrice Desclaux
2016-05-09
2
-21
/
+40
*
Jitter/gcc: fit fd leak
Fabrice Desclaux
2016-04-27
1
-1
/
+2
*
Merge pull request #362 from commial/test-qemu-sse
serpilliere
2016-04-26
2
-0
/
+20
|
\
|
*
Python jitter: enable segmentation support
Ajax
2016-04-26
2
-0
/
+20
*
|
Jitgcc: clean temporary C files
Fabrice Desclaux
2016-04-26
1
-1
/
+1
*
|
Jitter/x86: Fix rshift64
Fabrice Desclaux
2016-04-26
1
-1
/
+3
*
|
Jitter: enhance jitter error msg
serpilliere
2016-04-26
1
-43
/
+31
*
|
Jitter: add gcc backend
serpilliere
2016-04-26
3
-0
/
+230
|
/
*
VmMngr: add is_mapped api
Fabrice Desclaux
2016-04-09
3
-11
/
+55
*
Jitter: fix find_page_node
Fabrice Desclaux
2016-04-09
1
-0
/
+3
*
JitCore: update disbloc signature (and docstring)
Ajax
2016-03-23
1
-3
/
+6
*
JitCore: use the disasmEngine instead f a direct call to dis_bloc internals
Ajax
2016-03-23
1
-13
/
+15
*
Fix Jitload `load` signature in abstract method
Ajax
2016-03-23
1
-3
/
+2
*
Core/utils: autopep8
Fabrice Desclaux
2016-02-19
2
-10
/
+9
*
Jitter/vm: Suppport memory comment
Fabrice Desclaux
2016-02-19
6
-27
/
+62
*
Core/utils: sanitize whoami/get_caller_name
Fabrice Desclaux
2016-02-19
1
-2
/
+2
*
Introduce jitter.eval_expr() to interact with jitter through Miasm IR
Ajax
2016-02-16
1
-2
/
+14
*
JitCore_Python: use for ... else ... construction
Ajax
2016-02-16
1
-7
/
+4
*
Extract EmulatedSymbExec from JitCore_Python
Ajax
2016-02-16
2
-84
/
+94
*
Jitter: handle emulated funcs ret
Fabrice Desclaux
2016-02-09
1
-2
/
+7
*
X86/jitter: fix tsc reg gpreg
Fabrice Desclaux
2016-02-08
2
-8
/
+8
*
Remove unused variables
Ajax
2016-02-04
1
-1
/
+0
*
X86/jitter: add tsc accessors
Fabrice Desclaux
2016-01-31
1
-0
/
+17
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
2
-3
/
+3
*
AsmBloc: c_bad is now an asm_block_bad (edge -> node)
Ajax
2016-01-15
1
-11
/
+12
*
Merge pull request #299 from commial/fix-reset
serpilliere
2016-01-08
1
-0
/
+1
|
\
|
*
VmMngr: fix segfault on reset vm (creds @serpilliere)
Ajax
2016-01-08
1
-0
/
+1
*
|
Jitter/x86: add mmx helper
Fabrice Desclaux
2015-12-23
1
-0
/
+37
|
/
*
Merge pull request #296 from serpilliere/loader_rw
Pierre Lalet
2015-12-16
1
-2
/
+4
|
\
|
*
Loader/pe: fix load page rw
Fabrice Desclaux
2015-12-04
1
-2
/
+4
*
|
Autopep8
Fabrice Desclaux
2015-12-16
1
-7
/
+9
*
|
Update api according to Elfesteem
Fabrice Desclaux
2015-12-16
2
-4
/
+4
*
|
Merge pull request #285 from serpilliere/fix_except_priv
serpilliere
2015-12-16
2
-4
/
+5
|
\
\
|
*
|
Jitter/csts: add priv instr cst
Fabrice Desclaux
2015-12-04
1
-0
/
+1
[prev]
[next]