| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Core/Interval: Add explicit api for interval | Fabrice Desclaux | 2019-11-25 | 1 | -9/+34 | |
| | * | Rm dbg | Fabrice Desclaux | 2019-11-25 | 1 | -1/+0 | |
| | * | Fix peb page comment | Fabrice Desclaux | 2019-11-25 | 1 | -4/+4 | |
| |/ | ||||||
| * | Merge pull request #1102 from serpilliere/asm_fix_instr_gen | serpilliere | 2019-11-22 | 1 | -2/+17 | |
| |\ | ||||||
| | * | Asmblock: fix instruction generation | Fabrice Desclaux | 2019-11-21 | 1 | -2/+17 | |
| * | | Merge pull request #1101 from serpilliere/add_x86_instr | serpilliere | 2019-11-22 | 2 | -0/+6 | |
| |\ \ | ||||||
| | * | | X86: add instr | Fabrice Desclaux | 2019-11-21 | 2 | -0/+6 | |
| | |/ | ||||||
| * | | Merge pull request #1100 from serpilliere/fix_int_long | serpilliere | 2019-11-21 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Fix int/long py2/py3 | Fabrice Desclaux | 2019-11-21 | 1 | -1/+1 | |
| * | | | Merge pull request #1098 from serpilliere/fix_win_api | serpilliere | 2019-11-21 | 1 | -3/+3 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Win_API: Temporary fix for ids in 64 bits | Fabrice Desclaux | 2019-11-21 | 1 | -3/+3 | |
| |/ / | ||||||
| * | | Merge pull request #1097 from serpilliere/get_r_loc | serpilliere | 2019-11-21 | 1 | -1/+4 | |
| |\ \ | ||||||
| | * | | Expr: ret ExprLoc on cst_read | Fabrice Desclaux | 2019-11-20 | 1 | -1/+4 | |
| |/ / | ||||||
| * | | Merge pull request #1096 from serpilliere/updt_asmblock_api | serpilliere | 2019-11-20 | 4 | -2/+12 | |
| |\ \ | ||||||
| | * | | Add missing addrsize | Fabrice Desclaux | 2019-11-19 | 2 | -0/+2 | |
| | * | | Asmblock: disasm can complete asmcfg | Fabrice Desclaux | 2019-11-19 | 1 | -2/+3 | |
| | * | | Simplifications: add regression test | Fabrice Desclaux | 2019-11-19 | 1 | -0/+7 | |
| | |/ | ||||||
| * | | Merge pull request #1090 from serpilliere/fix_llvm_mem_cache | serpilliere | 2019-11-19 | 1 | -1/+3 | |
| |\ \ | ||||||
| | * | | Jitter/llvm: Fix llvm Memory lookup cache | Fabrice Desclaux | 2019-11-14 | 1 | -1/+3 | |
| * | | | Merge pull request #1095 from serpilliere/fix_full | serpilliere | 2019-11-18 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix dot 'w' open | Fabrice Desclaux | 2019-11-18 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #1094 from a-vincent/fix-rep-semantics | serpilliere | 2019-11-18 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Fix semantics of REP prefix. | Aymeric Vincent | 2019-11-18 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #1093 from htfy96/fix-ast | serpilliere | 2019-11-18 | 1 | -4/+5 | |
| |\ \ | |/ |/| | ||||||
| | * | sembuilder: more compatible way to construct AST module | Zheng Luo | 2019-11-16 | 1 | -4/+5 | |
| * | | Merge pull request #1089 from serpilliere/less_seh_logs | serpilliere | 2019-11-14 | 1 | -12/+12 | |
| |\ \ | ||||||
| | * | | Jitter/Windows: less verbose exceptions | Fabrice Desclaux | 2019-11-13 | 1 | -12/+12 | |
| |/ / | ||||||
| * | | Merge pull request #1088 from serpilliere/path_are_str | Pierre Lalet | 2019-11-12 | 20 | -283/+396 | |
| |\ \ | ||||||
| | * | | Fix z3 import | Fabrice Desclaux | 2019-11-12 | 3 | -3/+3 | |
| | * | | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 17 | -280/+393 | |
| |/ / | ||||||
| * | | Merge pull request #1084 from serpilliere/fix_aarch64 | serpilliere | 2019-10-31 | 3 | -1/+5 | |
| |\ \ | ||||||
| | * | | Aarch64: add ldarb | Fabrice Desclaux | 2019-10-31 | 3 | -1/+5 | |
| * | | | Merge pull request #1085 from serpilliere/rm_bad_api | serpilliere | 2019-10-31 | 1 | -10/+0 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Remove non working/useless api from ircfg | Fabrice Desclaux | 2019-10-31 | 1 | -10/+0 | |
| |/ / | ||||||
| * | | Merge pull request #1082 from monperrus/patch-1 | serpilliere | 2019-10-24 | 1 | -18/+18 | |
| |\ \ | ||||||
| | * | | doc: moved the "what" at the top | Martin Monperrus | 2019-10-23 | 1 | -18/+18 | |
| |/ / | ||||||
| * | | Merge pull request #1081 from themaks/patch-1 | serpilliere | 2019-10-19 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Adds a forgotten import | Maxime Meignan | 2019-10-19 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #1079 from WilliamBruneau/fix_loader_none_addr | serpilliere | 2019-10-18 | 1 | -1/+2 | |
| |\ \ | ||||||
| | * | | Loader: avoid None dst_ad in lib_imp2dstad | William Bruneau | 2019-10-17 | 1 | -1/+2 | |
| * | | | Merge pull request #1078 from serpilliere/fix_bytes_handling | serpilliere | 2019-10-18 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Fix python2/python3 bytes manipulation | Fabrice Desclaux | 2019-10-17 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #1077 from serpilliere/fix_float_tipo | serpilliere | 2019-10-17 | 1 | -5/+5 | |
| |\ \ | ||||||
| | * | | X86/sem: fix tipo during python2/3 updt | Fabrice Desclaux | 2019-10-17 | 1 | -5/+5 | |
| * | | | Merge pull request #1076 from WilliamBruneau/android_support | serpilliere | 2019-10-17 | 1 | -1/+4 | |
| |\ \ \ | ||||||
| | * | | | Jitter: remove unused macro | William Bruneau | 2019-10-16 | 1 | -1/+0 | |
| | * | | | Jitter: fix compilation on android | William Bruneau | 2019-10-16 | 1 | -0/+4 | |
| * | | | | Merge pull request #1075 from WilliamBruneau/remove_clang_warning | serpilliere | 2019-10-16 | 1 | -2/+0 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Jitter: remove Clang warnings | William Bruneau | 2019-10-16 | 1 | -2/+0 | |
| |/ / / | ||||||
| * | | | Merge pull request #1074 from WilliamBruneau/avoid_depreciation_warning | serpilliere | 2019-10-16 | 1 | -2/+2 | |
| |\ \ \ | ||||||