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
Commit message (
Expand
)
Author
Age
Files
Lines
*
simp_cmp_bijective_op improvement
Vladislav HrĨka
2020-05-21
1
-0
/
+7
*
Merge pull request #1223 from IridiumXOR/arm_mmu
serpilliere
2020-05-21
4
-30
/
+337
|
\
|
*
Add test units for MCR/MRC
IridiumXOR
2020-05-19
1
-0
/
+4
|
*
Implemented ALL the CP15 registers and FIX isb/dsb opcodes
IridiumXOR
2020-05-12
3
-117
/
+290
|
*
Fix inverted opcode names
IridiumXOR
2020-05-12
1
-2
/
+2
|
*
Introducing ARM coprocessor registers and MCR/MRC opcodes
IridiumXOR
2020-05-11
2
-1
/
+131
*
|
Merge pull request #1228 from carolineLe/jitter_run_until
serpilliere
2020-05-19
1
-0
/
+11
|
\
\
|
*
|
Jitter: new feature run_until
Caroline Leman
2020-05-18
1
-0
/
+11
*
|
|
Merge pull request #1230 from carolineLe/win_api_MBTWC
serpilliere
2020-05-19
1
-1
/
+2
|
\
\
\
|
*
|
|
Win_api: fix kernel32_MultiByteToWideChar
Caroline Leman
2020-05-18
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #1227 from Frky/master
serpilliere
2020-05-18
1
-0
/
+33
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add hooks for EncodePointer and DecodePointer for Win32 x86 64 API
_Frky
2020-05-18
1
-0
/
+33
|
/
/
*
|
Merge pull request #1226 from serpilliere/fix_crypt_param
serpilliere
2020-05-15
1
-3
/
+9
|
\
\
|
*
|
Win api: Support param xx
Fabrice Desclaux
2020-05-15
1
-3
/
+9
|
/
/
*
|
Merge pull request #1225 from carolineLe/winapi_shell32
serpilliere
2020-05-15
1
-3
/
+4
|
\
\
|
*
|
Win_api: remove quotes around commandline
Caroline Leman
2020-05-14
1
-2
/
+3
|
*
|
Win_api: fix argv index in shell32_CommandLineToArgvW
Caroline Leman
2020-05-14
1
-1
/
+1
*
|
|
Merge pull request #1224 from carolineLe/winapi_findfile
serpilliere
2020-05-15
1
-13
/
+46
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Win_api: set lasterror on FindNextFile + encoding options
Caroline Leman
2020-05-15
1
-13
/
+46
|
/
/
*
|
Merge pull request #1222 from serpilliere/fix_str_api
serpilliere
2020-05-12
2
-11
/
+11
|
\
\
|
|
/
|
/
|
|
*
Win_api: fix str api usage
Fabrice Desclaux
2020-05-12
1
-6
/
+6
|
*
Add comments to heap allocations
Fabrice Desclaux
2020-05-12
2
-5
/
+5
|
/
*
Merge pull request #1168 from serpilliere/propagate_expression
serpilliere
2020-05-04
3
-301
/
+818
|
\
|
*
Merge undef between previous state and new one
Fabrice Desclaux
2020-05-04
1
-1
/
+2
|
*
Clean undefined
Fabrice Desclaux
2020-05-04
1
-12
/
+18
|
*
Updt propagation expression algorithm
Fabrice Desclaux
2020-05-04
3
-300
/
+810
|
/
*
Merge pull request #1217 from carolineLe/fix_win_ldr
serpilliere
2020-05-03
1
-7
/
+14
|
\
|
*
Win_seh: fix predecessor of first entry
Caroline Leman
2020-05-03
1
-4
/
+9
|
*
Win_seh: use ListEntry MemStruct
Caroline Leman
2020-05-03
1
-3
/
+5
|
/
*
Merge pull request #1216 from serpilliere/fix_virtualprotect
serpilliere
2020-05-02
1
-2
/
+2
|
\
|
*
Fix virtual protect pages
Fabrice Desclaux
2020-05-02
1
-2
/
+2
*
|
Merge pull request #1215 from serpilliere/fix_import_rebuild
serpilliere
2020-05-02
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
Loader: fix import rebuild
Fabrice Desclaux
2020-05-01
1
-1
/
+6
|
/
*
Merge pull request #1214 from serpilliere/add_extendted_test_ldr
serpilliere
2020-05-01
1
-2
/
+4
|
\
|
*
Add loader extended tests
Fabrice Desclaux
2020-04-30
1
-2
/
+4
|
/
*
Merge pull request #1213 from serpilliere/fix_loader_pe
serpilliere
2020-04-30
3
-23
/
+22
|
\
|
*
Loader: Fix resource rebuild
Fabrice Desclaux
2020-04-30
1
-16
/
+7
|
*
Loader: Fix force_bytes
Fabrice Desclaux
2020-04-30
3
-6
/
+14
|
*
Loader: Fix missing byte
Fabrice Desclaux
2020-04-30
1
-1
/
+1
*
|
Merge pull request #1202 from IridiumXOR/mips_mmu
serpilliere
2020-04-29
2
-28
/
+56
|
\
\
|
*
|
Fix typo CONFIG0->CONFIG
IridiumXOR
2020-04-29
2
-2
/
+2
|
*
|
Add MIPS MMU registers
IridiumXOR
2020-04-28
2
-30
/
+58
*
|
|
Merge pull request #1211 from IridiumXOR/ppc_bug_int
serpilliere
2020-04-29
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix mn_do_lmw() and mn_do_stmw()
IridiumXOR
2020-04-29
1
-2
/
+2
|
|
/
/
*
|
|
Add new MIPS opcodes (#1203)
IridiumXOR
2020-04-29
3
-4
/
+96
*
|
|
Merge pull request #1209 from a-vincent/remove-non-ascii-character
serpilliere
2020-04-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove accidental non-ASCII character. Broke Miasm under "C" locale.
Aymeric Vincent
2020-04-29
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #1208 from serpilliere/fix_ppc_loc_key
serpilliere
2020-04-29
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix ppc loc_key typo
Fabrice Desclaux
2020-04-29
1
-2
/
+2
|
/
/
*
|
Merge pull request #1204 from IridiumXOR/mips_buf_ins
serpilliere
2020-04-29
2
-6
/
+6
|
\
\
[next]