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
/
expression
/
expr_grapher.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-19
Remove duplicated ordinals in get_export_name_addr_list
Ana María Martínez Gómez
1
-10
/
+5
2020-08-18
Fix get_export_name_addr_list when there are no exports
Ana María Martínez Gómez
1
-0
/
+3
2020-08-18
Fix overflow if virtual memory page size >= 4GiB
IridiumXOR
3
-4
/
+4
2020-07-24
output_interval was never updated and hence always empty
Vladislav Hrčka
1
-0
/
+1
2020-07-21
Move modint in core
Fabrice Desclaux
16
-40
/
+23
2020-07-21
ExprInt only takes int
Fabrice Desclaux
3
-23
/
+7
2020-07-21
Move x86 is_op_segm/is_mem_segm to x86
Fabrice Desclaux
5
-22
/
+26
2020-07-14
Fix bug in lookup for symbolic stubs of library exports via ordinal
Vladislav Hrčka
1
-4
/
+9
2020-07-08
Bug fix - tuples need to be converted to str before using force_bytes
Vladislav Hrčka
1
-2
/
+3
2020-06-29
Updt fpu set eip
Fabrice Desclaux
1
-0
/
+1
2020-06-25
Add cond CC flag simplification
Fabrice Desclaux
3
-0
/
+46
2020-06-19
Support to ALL system register for AARCH64 (#1251)
IridiumXOR
4
-21
/
+991
2020-06-16
Fix issue #1255 ; Add unit test
w4kfu
2
-1
/
+26
2020-06-15
Fix collections deprecation warnings
Anton Kochkov
2
-2
/
+10
2020-06-10
Updt dis_block_callback; apply_splitting
Fabrice Desclaux
5
-90
/
+81
2020-06-10
Remove old asmblock deprecations
Fabrice Desclaux
1
-157
/
+1
2020-06-09
Updt x86 swap 16 bit
Fabrice Desclaux
1
-1
/
+3
2020-06-09
Fix elf no symb
Fabrice Desclaux
1
-0
/
+2
2020-06-09
Minimalistic implementation of kernel32_GetStringTypeW
_Frky
1
-0
/
+94
2020-06-03
Fix MultiByteToWideChar when cbMultiByte = -1
_Frky
1
-1
/
+14
2020-06-02
Fix type error in msvcrt_wcsrchr and msvcrt_strrchr
Hugo Porcher
1
-2
/
+2
2020-06-01
Test expr none
Fabrice Desclaux
1
-0
/
+3
2020-06-01
Fix ExprOp(+ with one arg
Fabrice Desclaux
1
-1
/
+4
2020-06-01
Fix x86 asm offset
Fabrice Desclaux
1
-1
/
+1
2020-05-30
Fix bug in WideCharToMultiByte
_Frky
1
-1
/
+1
2020-05-28
Fix bug in kernel32_MultiByteToWideChar and implement a minimalistic kernel32...
_Frky
1
-5
/
+58
2020-05-28
Wrong conditional prefix for MRC/MCR (#1233)
IridiumXOR
2
-3
/
+8
2020-05-27
Add apply_simp to DiGraphDefUse
Vladislav Hrčka
1
-6
/
+9
2020-05-27
Add log to ldrloaddll
Fabrice Desclaux
1
-0
/
+1
2020-05-26
Update win_api_x86_32.py
_Frky
1
-11
/
+58
2020-05-26
Fix bug in kernel32_GetStartupInfo
_Frky
1
-2
/
+30
2020-05-25
Jitter: add a trace option to 'run'
Caroline Leman
1
-5
/
+10
2020-05-24
simplifications_common: added explicit assertion messages for division by 0
Tim Blazytko
1
-4
/
+6
2020-05-24
Include missing functions from llvm's compiler-rt into Jitllvm
Adrien Guinet
11
-3
/
+793
2020-05-23
Fix tipo
Fabrice Desclaux
1
-1
/
+1
2020-05-22
Add test cases and fix args order
IridiumXOR
3
-12
/
+33
2020-05-22
White spaces cleaning
Fabrice Desclaux
5
-61
/
+61
2020-05-22
Fix tipo
Fabrice Desclaux
13
-22
/
+16
2020-05-21
simp_cmp_bijective_op improvement
Vladislav Hrčka
1
-0
/
+7
2020-05-19
Implementing clz using ExprOp 'cntleadzeros'
IridiumXOR
1
-46
/
+5
2020-05-19
Add test units for MCR/MRC
IridiumXOR
1
-0
/
+4
2020-05-18
Jitter: new feature run_until
Caroline Leman
1
-0
/
+11
2020-05-18
Add hooks for EncodePointer and DecodePointer for Win32 x86 64 API
_Frky
1
-0
/
+33
2020-05-18
Win_api: fix kernel32_MultiByteToWideChar
Caroline Leman
1
-1
/
+2
2020-05-16
New opcodes and little bugfix
IridiumXOR
3
-5
/
+167
2020-05-15
Win api: Support param xx
Fabrice Desclaux
1
-3
/
+9
2020-05-15
Win_api: set lasterror on FindNextFile + encoding options
Caroline Leman
1
-13
/
+46
2020-05-14
Win_api: remove quotes around commandline
Caroline Leman
1
-2
/
+3
2020-05-14
Win_api: fix argv index in shell32_CommandLineToArgvW
Caroline Leman
1
-1
/
+1
2020-05-12
Implemented ALL the CP15 registers and FIX isb/dsb opcodes
IridiumXOR
3
-117
/
+290
[next]