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
/
example
/
asm
/
shellcode.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-12
Arm: fix bkpt
serpilliere
5
-5
/
+39
2016-09-12
Arm: add clz/uxtab
serpilliere
6
-0
/
+99
2016-09-11
Code cleanup
serpilliere
9
-27
/
+27
2016-09-09
Jitter: Fix iterator handling
Fabrice Desclaux
1
-2
/
+10
2016-09-08
Test: fix python executable
Fabrice Desclaux
1
-1
/
+1
2016-09-07
Loader/pe: add cname infos
Fabrice Desclaux
2
-1
/
+3
2016-09-07
Arch/x86: fix sldt
Fabrice Desclaux
3
-4
/
+8
2016-09-06
Jitter/win: clean
Fabrice Desclaux
1
-27
/
+0
2016-09-06
Jitter/win: fix TIB accesses
Fabrice Desclaux
4
-11
/
+12
2016-09-05
Add Clang possibility using "cc"
Ajax
2
-5
/
+7
2016-09-04
Jitter/codegen: fix irdst generation
serpilliere
1
-5
/
+1
2016-09-02
Merge common code into Jitcore_Cc_Base
Ajax
4
-202
/
+149
2016-09-02
Move Jitcore specifics code into respective classes
Ajax
2
-43
/
+39
2016-09-02
Remove useless code
Ajax
1
-15
/
+0
2016-09-02
x86/sem: add syscall
Fabrice Desclaux
1
-0
/
+8
2016-09-01
Enable "python" jitter on AsmUnitTest, except some
Ajax
1
-2
/
+7
2016-09-01
Add interrupt_num to JitCore_x86_CPU attributes
Ajax
1
-0
/
+3
2016-09-01
Regression test for SEH with a double handler
Ajax
1
-1
/
+41
2016-09-01
Add a regression test for SEH handling
Ajax
2
-0
/
+67
2016-09-01
Handle CPU exception in Jitcore Python
Ajax
2
-6
/
+8
2016-09-01
Add exception_flags attribute to JitCore_CPU_x86 object
Ajax
1
-0
/
+5
2016-09-01
Use a local expr_simp, instead of activating simps on global expr_simp
Ajax
1
-3
/
+7
2016-09-01
Make return_from_seh breakpoint compliant
Ajax
1
-0
/
+3
2016-09-01
SEH: handle ExceptionContinueSearch
Ajax
1
-15
/
+29
2016-09-01
set_win_fs_0: use new API
Ajax
1
-5
/
+2
2016-09-01
Refactor SEH faker to use MemStructs
Ajax
1
-58
/
+35
2016-09-01
X86/sem: fix icebp
Fabrice Desclaux
1
-1
/
+1
2016-09-01
SEH: add SEH relative structures
Ajax
1
-1
/
+34
2016-09-01
From MSDN, SEH valid values are only 0 and 1
Ajax
1
-3
/
+8
2016-09-01
Useless variable alias
Ajax
1
-3
/
+2
2016-09-01
Add a way to retrieve memory access right
Pierre Graux
3
-0
/
+48
2016-09-01
Duplicated R15 declarations removed
Guillaume Valadon
1
-4
/
+3
2016-08-31
Tests: add win seh test
Fabrice Desclaux
3
-0
/
+150
2016-08-31
Jitter: Use mem access for automod
Fabrice Desclaux
4
-114
/
+106
2016-08-31
Jitter: opt write_num
Fabrice Desclaux
2
-0
/
+12
2016-08-31
Jitter: avoid vmmngr casting
Fabrice Desclaux
8
-17
/
+16
2016-08-31
Jitter: fix python jit
Fabrice Desclaux
6
-20
/
+94
2016-08-30
Jitter: fix automod reset
Fabrice Desclaux
2
-0
/
+12
2016-08-30
Jitter: use mem read/write for memory breakpoint/automod
Fabrice Desclaux
6
-87
/
+162
2016-08-30
Jitter: gen bad block on bad disasm
Fabrice Desclaux
1
-1
/
+2
2016-08-30
Jitter: optimize memory write object
Fabrice Desclaux
1
-1
/
+44
2016-08-30
Jitter: support sparse write
Fabrice Desclaux
3
-4
/
+10
2016-08-30
Jitter: use list of write
Fabrice Desclaux
3
-44
/
+20
2016-08-30
Jitter: automod callback C
Fabrice Desclaux
6
-21
/
+93
2016-08-30
Jitter: use local vars for prefetch/updt
Fabrice Desclaux
11
-1604
/
+45
2016-08-30
Jitter/x86: custom dump_gpregs
Fabrice Desclaux
3
-7
/
+64
2016-08-30
Jitter: suport mips32
Fabrice Desclaux
2
-0
/
+64
2016-08-30
Jitter: code generator rework
Fabrice Desclaux
18
-474
/
+615
2016-08-10
Loader/pe: Add ordinal export
Fabrice Desclaux
1
-0
/
+7
2016-08-10
Win_api: fix setfilepointer
Fabrice Desclaux
1
-4
/
+6
[next]