about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Move modint in coreFabrice Desclaux2020-07-2116-40/+23
| * | ExprInt only takes intFabrice Desclaux2020-07-213-23/+7
|/ /
* | Merge pull request #1266 from serpilliere/mv_x86_is_op_xxserpilliere2020-07-215-22/+26
|\ \
| * | Move x86 is_op_segm/is_mem_segm to x86Fabrice Desclaux2020-07-215-22/+26
* | | Merge pull request #1264 from eset/fix_fname_type_error_in_dseserpilliere2020-07-171-4/+10
|\ \ \ | |/ / |/| |
| * | Fix bug in lookup for symbolic stubs of library exports via ordinalVladislav Hrčka2020-07-141-4/+9
| * | Bug fix - tuples need to be converted to str before using force_bytesVladislav Hrčka2020-07-081-2/+3
|/ /
* | Merge pull request #1262 from serpilliere/set_fpu_eipserpilliere2020-06-301-0/+1
|\ \
| * | Updt fpu set eipFabrice Desclaux2020-06-291-0/+1
|/ /
* | Merge pull request #1260 from serpilliere/simp_cond_flagserpilliere2020-06-253-0/+46
|\ \
| * | Add cond CC flag simplificationFabrice Desclaux2020-06-253-0/+46
|/ /
* | Support to ALL system register for AARCH64 (#1251)IridiumXOR2020-06-194-21/+991
* | Merge pull request #1256 from w4kfu/bitfield_fixserpilliere2020-06-162-1/+26
|\ \ | |/ |/|
| * Fix issue #1255 ; Add unit testw4kfu2020-06-162-1/+26
|/
* Merge pull request #1252 from serpilliere/api_dis_callbackserpilliere2020-06-105-90/+81
|\
| * Updt dis_block_callback; apply_splittingFabrice Desclaux2020-06-105-90/+81
* | Merge pull request #1185 from nofiv/IDAPython74serpilliere2020-06-106-31/+31
|\ \ | |/ |/|
| * IDAPython 7.4 portingnofiv2020-04-166-31/+31
* | Merge pull request #1254 from serpilliere/remove_old_deprecationserpilliere2020-06-101-157/+1
|\ \
| * | Remove old asmblock deprecationsFabrice Desclaux2020-06-101-157/+1
|/ /
* | Merge pull request #1145 from 6oclock/bcdadd_simplifications_pythonserpilliere2020-06-092-0/+53
|\ \
| * | Adding simplifications for bcdadd and bcdadd_cf with pythonNicolas DILLIES2020-03-032-0/+53
* | | Merge pull request #1243 from Frky/patch-4serpilliere2020-06-091-0/+94
|\ \ \
| * | | Minimalistic implementation of kernel32_GetStringTypeW_Frky2020-06-091-0/+94
* | | | Merge pull request #1250 from serpilliere/fix_x86_semserpilliere2020-06-091-1/+3
|\ \ \ \
| * | | | Updt x86 swap 16 bitFabrice Desclaux2020-06-091-1/+3
|/ / / /
* | | | Merge pull request #1249 from serpilliere/fix_elf_loaderserpilliere2020-06-091-0/+2
|\ \ \ \
| * | | | Fix elf no symbFabrice Desclaux2020-06-091-0/+2
* | | | | Merge pull request #1248 from Frky/patch-7serpilliere2020-06-081-1/+14
|\ \ \ \ \
| * | | | | Fix MultiByteToWideChar when cbMultiByte = -1_Frky2020-06-031-1/+14
| |/ / / /
* | | | | Merge pull request #1247 from icecr4ck/fix_msvcrt_wcsrchrserpilliere2020-06-031-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix type error in msvcrt_wcsrchr and msvcrt_strrchrHugo Porcher2020-06-021-2/+2
* | | | | Merge pull request #1246 from serpilliere/fix_x86serpilliere2020-06-012-2/+8
|\ \ \ \ \
| * | | | | Test expr noneFabrice Desclaux2020-06-011-0/+3
| * | | | | Fix ExprOp(+ with one argFabrice Desclaux2020-06-011-1/+4
| * | | | | Fix x86 asm offsetFabrice Desclaux2020-06-011-1/+1
|/ / / / /
* | | | | Merge pull request #1237 from mrphrazer/assertion_messagesserpilliere2020-06-011-4/+6
|\ \ \ \ \
| * | | | | simplifications_common: added explicit assertion messages for division by 0Tim Blazytko2020-05-241-4/+6
* | | | | | Merge pull request #1245 from Frky/patch-5serpilliere2020-05-311-1/+1
|\ \ \ \ \ \
| * | | | | | Fix bug in WideCharToMultiByte_Frky2020-05-301-1/+1
|/ / / / / /
* | | | | | Merge pull request #1241 from Frky/patch-3serpilliere2020-05-281-5/+58
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix bug in kernel32_MultiByteToWideChar and implement a minimalistic kernel32..._Frky2020-05-281-5/+58
* | | | | | Merge pull request #1242 from nofiv/patch-4serpilliere2020-05-281-6/+9
|\ \ \ \ \ \
| * | | | | | Add apply_simp to DiGraphDefUseVladislav Hrčka2020-05-271-6/+9
| |/ / / / /
* | | | | | Wrong conditional prefix for MRC/MCR (#1233)IridiumXOR2020-05-282-3/+8
* | | | | | Merge pull request #1240 from serpilliere/ldrload_logserpilliere2020-05-271-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add log to ldrloaddllFabrice Desclaux2020-05-271-0/+1
|/ / / / /
* | | | | Merge pull request #1239 from Frky/patch-2serpilliere2020-05-271-3/+78
|\ \ \ \ \
| * | | | | Update win_api_x86_32.py_Frky2020-05-261-11/+58
| * | | | | Fix bug in kernel32_GetStartupInfo_Frky2020-05-261-2/+30
|/ / / / /