about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | vm_read_memFabrice Desclaux2020-04-031-0/+11
| | |
| * | export cpu addressFabrice Desclaux2020-04-033-0/+26
|/ /
* | Merge pull request #1172 from serpilliere/use_int_exprserpilliere2020-04-0319-103/+152
|\ \ | | | | | | Use int(expr) instead of expr.arg.arg
| * | Use int(expr) instead of expr.arg.argFabrice Desclaux2020-04-0319-103/+152
|/ /
* | Merge pull request #1158 from serpilliere/expr_visitorserpilliere2020-03-307-304/+420
|\ \ | | | | | | Add Expression visitor
| * | Add Expression visitorFabrice Desclaux2020-03-297-304/+420
|/ /
* | Merge pull request #1166 from serpilliere/fix_syscall_linuxserpilliere2020-03-281-5/+0
|\ \ | | | | | | Fix syscall linux
| * | Fix syscall linuxFabrice Desclaux2020-03-281-5/+0
|/ /
* | Implements EXCEPT_SYSCALL (#1163)Tek2020-03-284-8/+103
| | | | | | | | | | | | | | * Implements EXCEPT_SYSCALL * Improves example and remove EXCEPT_PRIV_INSN call from syscall * fixes exceptions to raise or remove EXCEPTION_SYSCALL with linux x86_64
* | Merge pull request #1161 from serpilliere/add_simplificationsserpilliere2020-03-203-0/+29
|\ \ | | | | | | Add simplifications
| * | Add simplificationsFabrice Desclaux2020-03-203-0/+29
|/ /
* | Merge pull request #1160 from serpilliere/updt_z3serpilliere2020-03-183-12/+11
|\ \ | | | | | | Updt z3 version; update z3 api
| * | Updt z3 version; update z3 apiFabrice Desclaux2020-03-183-12/+11
|/ /
* | Merge pull request #1159 from serpilliere/graph_weakly_connectedserpilliere2020-03-162-0/+65
|\ \ | | | | | | Graph: add weakly connected components
| * | Graph: add weakly connected componentsFabrice Desclaux2020-03-162-0/+65
| | |
* | | Merge pull request #1155 from nofiv/patch-1serpilliere2020-03-161-1/+1
|\ \ \ | |/ / |/| | MemSparse potential read issue
| * | Prevent Compose-stacking of solo ExprsVladislav HrĨka2020-03-121-1/+1
| | |
* | | Merge pull request #1157 from serpilliere/is_assignserpilliere2020-03-162-3/+12
|\ \ \ | |/ / |/| | Fix is_assign name
| * | Fix is_assign nameFabrice Desclaux2020-03-162-3/+12
|/ /
* | Merge pull request #1154 from XVilka/patch-1serpilliere2020-03-061-0/+2
|\ \ | | | | | | Link to the IR Notebook from README
| * | Link to the IR Notebook from READMEAnton Kochkov2020-03-061-0/+2
|/ /
* | Merge pull request #1148 from serpilliere/fix_automod_codeserpilliere2020-03-023-7/+39
|\ \ | |/ |/| Fix Automod code
| * Fix missing selfFabrice Desclaux2020-02-281-1/+1
| |
| * Fix Automod codeFabrice Desclaux2020-02-283-6/+38
|/
* Merge pull request #1142 from serpilliere/add_ir_documentationserpilliere2020-02-231-0/+897
|\ | | | | Add ir documentation
| * Add some language rulesFabrice Desclaux2020-02-201-201/+46
| |
| * English translationCaroline Leman2020-02-201-307/+241
| |
| * Add documentation for expressionCamille Mougey2020-02-191-0/+1118
| |
* | Merge pull request #1144 from serpilliere/fix_msp430_warningserpilliere2020-02-231-0/+5
|\ \ | |/ |/| Fix msp430 warning
| * Fix msp430 warningFabrice Desclaux2020-02-211-0/+5
|/
* Merge pull request #1140 from 6oclock/msp430_sr_subregisters_offsetsserpilliere2020-02-191-6/+6
|\ | | | | Modification of the SR subregisters offsets
| * Modification of the SR subregisters offsetsNicolas DILLIES2020-02-191-6/+6
| |
* | Merge pull request #1139 from serpilliere/add_simplificationserpilliere2020-02-193-0/+103
|\ \ | |/ |/| Add == simplification
| * Add == simplificationserpilliere2020-02-193-0/+103
| |
* | Merge pull request #1138 from Frky/linux_x86_32serpilliere2020-02-193-0/+60
|\ \ | |/ |/| Linux x86_32: minimalist environment and syscall table
| * Implement minimalistic Linux environment and syscall table for x86_32Frky2020-02-193-0/+60
| |
* | Merge pull request #1131 from williballenthin/patch-3serpilliere2020-02-181-0/+241
|\ \ | |/ |/| win_api_x86_32: add further common windows API functions
| * win_api_x86_32: add further common windows API functionsWilli Ballenthin2020-02-041-0/+241
| |
* | Merge pull request #1137 from serpilliere/fix_ssaserpilliere2020-02-153-42/+47
|\ \ | | | | | | Fix ssa
| * | Data flow: rm phi srcs propag (for del_dummy_phi)Fabrice Desclaux2020-02-151-24/+0
| | |
| * | SSA: raise error on non connected graphsFabrice Desclaux2020-02-151-1/+4
| | |
| * | DataFlow: split passes in simplifierFabrice Desclaux2020-02-151-10/+31
| | |
| * | SSA: unused attributeFabrice Desclaux2020-02-151-4/+0
| | |
| * | SSA: allow ssa graph updateFabrice Desclaux2020-02-151-3/+12
|/ /
* | Merge pull request #1135 from cea-sec/fix_incomplete_irgraphserpilliere2020-02-152-12/+44
|\ \ | | | | | | Simplification works on incomplete graphs
| * | DataFlow: manage incomplete graphsFabrice Desclaux2020-02-141-0/+6
| | |
| * | DataFlow: fix updt phiFabrice Desclaux2020-02-141-5/+12
| | |
| * | DataFlow: fix resolved phi sourcesFabrice Desclaux2020-02-141-0/+4
| | |
| * | Simplification works on incomplete graphsFabrice Desclaux2020-02-142-7/+22
|/ /
* | Merge pull request #1136 from cea-sec/dead_simp_classserpilliere2020-02-148-116/+203
|\ \ | | | | | | Analysis: dead simp to class