| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-04-21 | Expression: clean | Fabrice Desclaux | 1 | -232/+240 | |
| 2017-04-21 | Errata: fix exprmatch names | Fabrice Desclaux | 1 | -50/+50 | |
| 2017-04-21 | Example: add irblock simplification example | Fabrice Desclaux | 3 | -5/+36 | |
| 2017-04-21 | Graph: add discard_edge | Fabrice Desclaux | 1 | -0/+5 | |
| 2017-04-21 | Ir: Add ir graph helpers | Fabrice Desclaux | 2 | -30/+142 | |
| 2017-04-21 | Expression: remove unused SearchExpr | Fabrice Desclaux | 1 | -14/+0 | |
| 2017-04-21 | Expression: clean MatchExpr | Fabrice Desclaux | 1 | -51/+45 | |
| 2017-04-21 | set breakpoint handler in ntdll_LdrGetProcedureAddress() | Aymeric Vincent | 1 | -0/+1 | |
| This mimics the behaviour of kernel32_GetProcAddress() | |||||
| 2017-04-20 | Fix wrong add_memory_page docstring | Ajax | 1 | -1/+1 | |
| 2017-04-20 | Add regression test for AssignBlock | Ajax | 2 | -0/+47 | |
| 2017-04-20 | AssignBlock: add simplification facility | Ajax | 1 | -0/+12 | |
| 2017-04-20 | AssignBlock: add a few comment | Ajax | 1 | -1/+13 | |
| 2017-04-20 | IRBlock: move lines in AssignBlock | Fabrice Desclaux | 14 | -63/+61 | |
| 2017-04-20 | Ir: clean code | Fabrice Desclaux | 1 | -52/+51 | |
| 2017-04-20 | Ir: make AssignBlock immutable | Fabrice Desclaux | 10 | -174/+249 | |
| 2017-04-18 | X86_32: Add fastcall abi | Fabrice Desclaux | 1 | -0/+27 | |
| 2017-04-18 | Add regression test for DSE on lbl_gen | Ajax | 2 | -0/+100 | |
| 2017-04-18 | Handle symbolic exec stuck on lbl_gen | Ajax | 1 | -38/+61 | |
| 2017-04-18 | Add an example illustrating DSE | Ajax | 3 | -0/+425 | |