about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1274 from serpilliere/dont_gen_locationdbserpilliere2020-08-31108-551/+640
|\ \ | |/ |/|
| * Update api according to loc_db updateFabrice Desclaux2020-08-3136-143/+117
| * IRBlock take loc_dbFabrice Desclaux2020-08-3121-97/+107
| * Avoid generate default locationdbFabrice Desclaux2020-08-3177-321/+426
|/
* Merge pull request #1272 from IridiumXOR/masterserpilliere2020-08-273-4/+4
|\
| * Fix overflow if virtual memory page size >= 4GiBIridiumXOR2020-08-183-4/+4
* | Merge pull request #1275 from Ana06/fix-double-ordinalsserpilliere2020-08-221-10/+5
|\ \
| * | Remove duplicated ordinals in get_export_name_addr_listAna María Martínez Gómez2020-08-191-10/+5
|/ /
* | Merge pull request #1273 from Ana06/fix-exportserpilliere2020-08-181-0/+3
|\ \ | |/ |/|
| * Fix get_export_name_addr_list when there are no exportsAna María Martínez Gómez2020-08-181-0/+3
|/
* Merge pull request #1253 from XVilka/fix-collectionsserpilliere2020-08-142-2/+10
|\
| * Fix collections deprecation warningsAnton Kochkov2020-06-152-2/+10
* | Merge pull request #1269 from eset/output_interval_fixserpilliere2020-07-241-0/+1
|\ \
| * | output_interval was never updated and hence always emptyVladislav Hrčka2020-07-241-0/+1
|/ /
* | Merge pull request #1267 from serpilliere/int_expr_argserpilliere2020-07-2117-63/+30
|\ \
| * | 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