| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2024-01-06 | Use regex literals for re.* functions | Duncan Ogilvie | 10 | -16/+16 |
| 2024-01-06 | Replace /!\ with [!] to fix a few warnings | Duncan Ogilvie | 7 | -11/+11 |
| 2024-01-06 | Remove trailing whitespace | Duncan Ogilvie | 5 | -20/+20 |
| 2024-01-06 | Update .gitignore to ignore virtual envs | Duncan Ogilvie | 1 | -1/+8 |
| 2023-07-07 | fix compilation on cygwin | frank2 | 1 | -1/+1 |
| 2023-04-24 | ImpRec: recover_import without alignment hypothesis | Camille Mougey | 1 | -12/+28 |
| 2023-04-24 | ImpRec: fix the search to actually use the ptrsize | Camille Mougey | 1 | -1/+1 |
| 2023-04-23 | Add a sandbox example using the ImpRec strategy | Camille Mougey | 2 | -0/+59 |
| 2023-04-23 | Add a "generic" import recovery strategy based on ImpRec | Camille Mougey | 1 | -0/+121 |
| 2023-04-23 | Depgraph: add `.address_to_location` to help find the line and loc of an address | Camille Mougey | 2 | -7/+20 |
| 2023-04-23 | Example: add support for symbol name in `address` | Camille Mougey | 1 | -1/+10 |
| 2023-04-23 | Example: add a basic symbol_exec example | <