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
/
arch
/
x86
/
jit.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Jitter: fix pc update in trace mode
Fabrice Desclaux
2019-01-13
1
-2
/
+6
*
All: updt api
Fabrice Desclaux
2018-10-12
1
-12
/
+11
*
Jitter: add support for SystemV syscall convention (arml / x86_64)
Ajax
2018-07-24
1
-0
/
+8
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-5
/
+5
*
Jitter: rename jitter class into Jitter
Fabrice Desclaux
2018-06-21
1
-10
/
+10
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
1
-0
/
+2
*
Add support for multi-ret on cdecl / systemV x86 ABI
Ajax
2017-07-21
1
-3
/
+5
*
Merge pull request #522 from serpilliere/ir_ro
Camille Mougey
2017-06-06
1
-3
/
+3
|
\
|
*
IR: Make IRBlock immutable
Fabrice Desclaux
2017-05-24
1
-3
/
+3
*
|
X86/jit: add push/pop 16bit
Fabrice Desclaux
2017-05-17
1
-0
/
+9
|
/
*
arch/x86/jit.py: Update pc as well as EIP in ret_cdecl
Caroline Leman
2017-04-27
1
-1
/
+1
*
x86_64: add stdcall ABI call prepare (for sb.call to work)
Ajax
2017-04-24
1
-1
/
+12
*
x86_32: fix fastcall (ret_addr is the last to be pushed)
Ajax
2017-04-24
1
-1
/
+1
*
X86_32: Add fastcall abi
Fabrice Desclaux
2017-04-18
1
-0
/
+27
*
Introduce a new API 'func_prepare_<callingconv>' for calling a function
Ajax
2017-04-06
1
-0
/
+15
*
Introduce a naive "System V" calling convention
Ajax
2017-04-06
1
-21
/
+38
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
1
-4
/
+4
*
Asmbloc: rename asm_symbol_pool to AsmSymbolPool
Fabrice Desclaux
2017-03-13
1
-3
/
+3
*
Arch: clean ira/jit
Fabrice Desclaux
2017-03-13
1
-28
/
+25
*
Jitter/x86: custom dump_gpregs
Fabrice Desclaux
2016-08-30
1
-0
/
+27
*
Jitter: code generator rework
Fabrice Desclaux
2016-08-30
1
-3
/
+0
*
Repercut EIP modification to PC (as 64 bits)
Ajax
2016-06-23
1
-1
/
+1
*
x86/StdCall: Fix a typo when 2 values are returned (credits niko schmidt)
Ajax
2015-04-01
1
-1
/
+1
*
Use `@named_arguments` decorators for `.func_args_*` methods
Pierre LALET
2015-02-17
1
-22
/
+10
*
Arch/Jit: remove useless custom lib_handler
Fabrice Desclaux
2015-01-29
1
-55
/
+3
*
X86/Jit: support api for 64 bit emulation
Fabrice Desclaux
2014-10-31
1
-0
/
+64
*
x86 jit: avoid whoami call
Fabrice Desclaux
2014-10-17
1
-2
/
+3
*
Arch/jit: add endianess support jitters
Fabrice Desclaux
2014-10-09
1
-0
/
+3
*
Move os_dep out of the jitter module
Fabrice Desclaux
2014-10-07
1
-1
/
+1
*
Remove vm_ prefix /!\ API MODIF
Fabrice Desclaux
2014-10-07
1
-19
/
+19
*
Modify irbloc destination mecanism. Rework API in consequence.
Fabrice Desclaux
2014-09-05
1
-25
/
+25
*
jit: move code into arch directory
serpilliere
2014-08-21
1
-0
/
+166