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
...
*
Arch/aarch64: add arch/reg/ira/disasm
serpilliere
2015-08-08
2
-0
/
+895
*
Jitter: factor common operators
Fabrice Desclaux
2015-08-08
2
-51
/
+53
*
Jitter/vm_mngr: fix rot_right operator
Fabrice Desclaux
2015-08-08
2
-5
/
+10
*
Jitter: fix example api
Fabrice Desclaux
2015-07-16
1
-1
/
+0
*
Jitter: replace vm.dump_memory_page_pool by its __repr__
Fabrice Desclaux
2015-07-16
3
-27
/
+42
*
Inits: Add docstring for main modules
Ajax
2015-06-19
1
-0
/
+1
*
Loader/Pe: fix vm2pe for 64 bit pe
Fabrice Desclaux
2015-05-22
1
-2
/
+6
*
Jitter: fix cast for 32 bits machines
serpilliere
2015-04-24
4
-4
/
+4
*
Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequence
serpilliere
2015-04-22
17
-1132
/
+624
*
Jitter: get/set mem is now wrapped in cpu
serpilliere
2015-04-22
15
-330
/
+710
*
Vm_mngr: move get/set mem into vmmngr
serpilliere
2015-04-22
3
-89
/
+116
*
Jitter/Tcc: fix memory leak
serpilliere
2015-04-15
1
-6
/
+0
*
Remove lazy logging pattern
Ajax
2015-03-30
4
-21
/
+21
*
LoaderPE: Add `guess_arch` and link it to ContainerPE.arch
Ajax
2015-03-19
1
-0
/
+10
*
LoaderELF: Add `guess_arch` and link it to ContainerELF.arch
Ajax
2015-03-19
1
-0
/
+18
*
Jitter: vmmngr may not be present (for example in IDA python)
Fabrice Desclaux
2015-03-17
1
-1
/
+6
*
Jitter: split VmMngr from JitCpu
serpilliere
2015-03-10
7
-29
/
+22
*
VmMngrPY: Null Deref in `set_mem_access`
Ajax
2015-02-27
1
-0
/
+5
*
Merge pull request #85 from commial/bounded-dict
serpilliere
2015-02-23
2
-7
/
+18
|
\
|
*
Jitcore: BounderDict upper bound is now a class attribute
Camille Mougey
2015-02-23
1
-1
/
+2
|
*
JitCore: Jitcore is an abstract class
Camille Mougey
2015-02-23
1
-2
/
+2
|
*
JitCore_TCC: Use a callback to free TCCState on Jitted block deletion
Camille Mougey
2015-02-23
1
-4
/
+10
|
*
JitCore: Jitted blocks are now a BoundedDict with a possible callback
Camille Mougey
2015-02-23
1
-1
/
+5
*
|
Jittcc: free values returned by `strdup` in `tcc_set_emul_lib_path`
Camille Mougey
2015-02-23
1
-8
/
+8
*
|
VmMngrPy: resource leak (`mpn`, `mpn->ad_hp`) if "known page in memory"
Camille Mougey
2015-02-23
1
-1
/
+4
*
|
VmMngr: resource leak (`mpn`) if `(!p)` is taken
Camille Mougey
2015-02-23
1
-0
/
+1
|
/
*
X86: fix bsr/bsf behaviour as issued in PR #79
Fabrice Desclaux
2015-02-20
1
-8
/
+11
*
PyLint: Remove keyword redefinition, bad open mode
Camille Mougey
2015-02-18
1
-4
/
+4
*
Use wrapper `named_arguments` to log function calls
Pierre LALET
2015-02-17
1
-5
/
+25
*
Add a function decorator to use named arguments in .func_args_stdcall() methods
Pierre LALET
2015-02-17
1
-2
/
+19
*
PyLint: remove 'unnecessary-lambda'
Camille Mougey
2015-02-16
1
-1
/
+1
*
PyLint: Remove relative imports
Camille Mougey
2015-02-16
5
-12
/
+12
*
PyLint: Remove unused-imports
Camille Mougey
2015-02-16
2
-4
/
+0
*
Merge pull request #58 from serpilliere/fix_loader
Camille Mougey
2015-02-10
1
-4
/
+5
|
\
|
*
Loader/PE: fix typo
Fabrice Desclaux
2015-02-09
1
-2
/
+2
|
*
Loader/Pe: fix section len computation
Fabrice Desclaux
2015-02-09
1
-2
/
+3
*
|
JitLoad: add function handler in default jitter
Fabrice Desclaux
2015-01-29
1
-2
/
+37
|
/
*
Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more used
Camille Mougey
2015-01-26
1
-2
/
+1
*
TCC install: use --disable-static instead of sed//-fPIC/ (see #36)
Camille Mougey
2015-01-18
1
-1
/
+1
*
Loader/PE: Update vm_load_pe_lib* APIs to take a VmMngr instance in input
Camille Mougey
2014-12-24
1
-4
/
+6
*
Loader/Pe: Fix imports
Camille Mougey
2014-12-24
1
-2
/
+4
*
Loader/Pe: Fix a typography
Camille Mougey
2014-12-24
1
-1
/
+1
*
LoaderPE: Refactor and comment vm_load_* functions
Camille Mougey
2014-12-20
1
-67
/
+101
*
LoaderPE: vm_load_pe_lib*: remove unused argument
Camille Mougey
2014-12-20
1
-5
/
+3
*
Loader: update vm_loads API, take a data buffer instead of a filename
Camille Mougey
2014-12-20
2
-5
/
+6
*
Jitter: Fix compilation on NetBSD (Tx to Aymeric Vincent)
Fabrice Desclaux
2014-12-12
1
-0
/
+4
*
Loader/utils: move pe dependance in libimp_pe subclass
Fabrice Desclaux
2014-12-08
3
-112
/
+118
*
BinStream: Unify BinStreams location
Camille Mougey
2014-12-03
1
-36
/
+1
*
Jitload: Fix relative import
Camille Mougey
2014-12-03
1
-2
/
+1
*
Jitload: Remove unused imports and functions
Camille Mougey
2014-12-03
1
-6
/
+0
[prev]
[next]